From be1d136ce839457e9abde43d75748e072fce53ce Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 18 May 2009 16:51:52 +0000 Subject: automake-1.11. --- contrib/crossrpms/autotools/automake.add | 10 ++++++++-- contrib/crossrpms/autotools/rtems-4.10-automake.spec | 17 +++++++++++------ 2 files changed, 19 insertions(+), 8 deletions(-) (limited to 'contrib') diff --git a/contrib/crossrpms/autotools/automake.add b/contrib/crossrpms/autotools/automake.add index f019d8b231..81532867f5 100644 --- a/contrib/crossrpms/autotools/automake.add +++ b/contrib/crossrpms/autotools/automake.add @@ -1,6 +1,6 @@ %define rpmvers @AUTOMAKE_VERS@ %define srcvers @AUTOMAKE_VERS@ -%define amvers 1.10 +%define amvers 1.11 %if "%{_prefix}" != "/usr" %define name @rpmprefix@automake @@ -25,7 +25,10 @@ Provides: @rpmprefix@automake-rtems = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{requirements} perl help2man +BuildRequires: %{requirements} perl +%if "%{version}" < "1.11" +BuildRequires: help2man +%endif Requires: %{requirements} Requires(post): /sbin/install-info Requires(preun):/sbin/install-info @@ -74,6 +77,8 @@ make rm -rf "$RPM_BUILD_ROOT" make DESTDIR=${RPM_BUILD_ROOT} install +%if "%{version}" < "1.11" +# automake >= 1.11 ships man-pages install -m 755 -d $RPM_BUILD_ROOT/%{_mandir}/man1 for i in $RPM_BUILD_ROOT%{_bindir}/aclocal \ $RPM_BUILD_ROOT%{_bindir}/automake ; @@ -82,6 +87,7 @@ do help2man $i > `basename $i`.1 install -m 644 `basename $i`.1 $RPM_BUILD_ROOT/%{_mandir}/man1 done +%endif %if "%{_prefix}" != "/usr" mkdir -p $RPM_BUILD_ROOT%{_datadir}/aclocal diff --git a/contrib/crossrpms/autotools/rtems-4.10-automake.spec b/contrib/crossrpms/autotools/rtems-4.10-automake.spec index 8caa74ecb6..8a94a4cbb2 100644 --- a/contrib/crossrpms/autotools/rtems-4.10-automake.spec +++ b/contrib/crossrpms/autotools/rtems-4.10-automake.spec @@ -45,9 +45,9 @@ %define _host_rpmprefix %{nil} %endif -%define rpmvers 1.10.2 -%define srcvers 1.10.2 -%define amvers 1.10 +%define rpmvers 1.11 +%define srcvers 1.11 +%define amvers 1.11 %define name rtems-4.10-automake %define requirements rtems-4.10-autoconf >= 2.60 @@ -57,7 +57,7 @@ URL: http://sources.redhat.com/automake License: GPL Group: Development/Tools Version: %{rpmvers} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Tool for automatically generating GNU style Makefile.in's Obsoletes: rtems-4.10-automake-rtems < %{version}-%{release} @@ -65,13 +65,15 @@ Provides: rtems-4.10-automake-rtems = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: %{requirements} perl help2man +BuildRequires: %{requirements} perl +%if "%{version}" < "1.11" +BuildRequires: help2man +%endif Requires: %{requirements} Requires(post): /sbin/install-info Requires(preun):/sbin/install-info Source0: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2 -Patch0: ftp://ftp.rtems.org/pub/rtems/4.10/SOURCES/automake-1.10.2-rtems4.10-20090222.diff %description @@ -116,6 +118,8 @@ make rm -rf "$RPM_BUILD_ROOT" make DESTDIR=${RPM_BUILD_ROOT} install +%if "%{version}" < "1.11" +# automake >= 1.11 ships man-pages install -m 755 -d $RPM_BUILD_ROOT/%{_mandir}/man1 for i in $RPM_BUILD_ROOT%{_bindir}/aclocal \ $RPM_BUILD_ROOT%{_bindir}/automake ; @@ -124,6 +128,7 @@ do help2man $i > `basename $i`.1 install -m 644 `basename $i`.1 $RPM_BUILD_ROOT/%{_mandir}/man1 done +%endif mkdir -p $RPM_BUILD_ROOT%{_datadir}/aclocal echo "/usr/share/aclocal" > $RPM_BUILD_ROOT%{_datadir}/aclocal/dirlist -- cgit v1.2.3