summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-07-26 05:00:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-07-26 05:00:19 +0000
commit862e1ec9de06f3d945c4db4cdaf7f0130a1c4320 (patch)
tree23d91e5bc3d0e2c409c5a89836716ccf4c7875b4 /contrib
parentBump AUTOCONF_RPMREL. (diff)
downloadrtems-862e1ec9de06f3d945c4db4cdaf7f0130a1c4320.tar.bz2
Regenerate.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/autotools/rtems-4.10-autoconf.spec4
-rw-r--r--contrib/crossrpms/autotools/rtems-4.10-automake.spec8
2 files changed, 8 insertions, 4 deletions
diff --git a/contrib/crossrpms/autotools/rtems-4.10-autoconf.spec b/contrib/crossrpms/autotools/rtems-4.10-autoconf.spec
index e099ae69c6..686713bec2 100644
--- a/contrib/crossrpms/autotools/rtems-4.10-autoconf.spec
+++ b/contrib/crossrpms/autotools/rtems-4.10-autoconf.spec
@@ -40,7 +40,7 @@
%endif
%if "%{_build}" != "%{_host}"
-%define _host_rpmprefix rtems-4.10-%{_host}-
+%define _host_rpmprefix %{_host}-
%else
%define _host_rpmprefix %{nil}
%endif
@@ -56,7 +56,7 @@ License: GPL
URL: http://www.gnu.org/software/autoconf
Group: Development/Tools
Version: %{rpmvers}
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Tool for automatically generating GNU style Makefile.in's
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
diff --git a/contrib/crossrpms/autotools/rtems-4.10-automake.spec b/contrib/crossrpms/autotools/rtems-4.10-automake.spec
index caa8333452..1fcf69bdf5 100644
--- a/contrib/crossrpms/autotools/rtems-4.10-automake.spec
+++ b/contrib/crossrpms/autotools/rtems-4.10-automake.spec
@@ -40,7 +40,7 @@
%endif
%if "%{_build}" != "%{_host}"
-%define _host_rpmprefix rtems-4.10-%{_host}-
+%define _host_rpmprefix %{_host}-
%else
%define _host_rpmprefix %{nil}
%endif
@@ -57,12 +57,16 @@ URL: http://sources.redhat.com/automake
License: GPL
Group: Development/Tools
Version: %{rpmvers}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Tool for automatically generating GNU style Makefile.in's
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: %{requirements} perl
+%if "%{version}" < "1.11"
+# automake >= 1.11 ships man-pages
+BuildRequires: help2man
+%endif
Requires: %{requirements}
Requires(post): /sbin/install-info
Requires(preun):/sbin/install-info