summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-09 13:28:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-09 13:28:21 +0000
commitd9d69d746ef097d679c822935650089902285fad (patch)
treeb41c72c0166be358a2f947a52eaa7515e714a09e /scripts
parent2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d9d69d746ef097d679c822935650089902285fad.tar.bz2
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/rtems-source.add: Require automake-1.8.2, autoconf-2.59.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog11
-rw-r--r--scripts/rtems/rtems-source.add6
2 files changed, 13 insertions, 4 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 518e87b867..529d8b35f0 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,14 @@
+2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * rtems/rtems-source.add: Require automake-1.8.2, autoconf-2.59.
+
+2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * rtems/rtems-source.add: New.
+ * Makefile.am: Add rtems/rtems-source.spec handling.
+ * configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]).
+ * common/common.add.in: Use www.rtems.com as Vendor.
+
2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_ENABLE_RPMPREFIX.
diff --git a/scripts/rtems/rtems-source.add b/scripts/rtems/rtems-source.add
index 4197361081..b3dc8e06cc 100644
--- a/scripts/rtems/rtems-source.add
+++ b/scripts/rtems/rtems-source.add
@@ -12,10 +12,8 @@ Prefix: %{_prefix}/src
BuildArch: noarch
#---------------------------------------------------------------------
-Requires: %{rpmprefix}automake-rtems < 1.8
-Requires: %{rpmprefix}automake-rtems >= 1.7.2
-Requires: %{rpmprefix}autoconf-rtems <= 2.59
-Requires: %{rpmprefix}autoconf-rtems >= 2.57
+Requires: %{rpmprefix}automake-rtems = 1.8.2
+Requires: %{rpmprefix}autoconf-rtems = 2.59
%description
RTEMS is an open source operating system for embedded systems.