From ae6733e91f44fa95d51f0fb5b2f4b8f05d32885a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:19:26 +0000 Subject: auto-import changelog data from autoconf-2.13-16.src.rpm Wed Feb 27 2002 Jens Petersen 2.13-16 - add version suffix to bindir files and symlink them to their unversioned names Mon Feb 25 2002 Elliot Lee 2.13-15 - Add wait3test.patch to make sure that the child process actually does something that the kernel will take note of. Fixes the failing wait3 test that was worked around in time-1.7-15. --- diff --git a/autoconf.spec b/autoconf.spec index a2bcaff..a58f9df 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code. Name: autoconf Version: 2.13 -Release: 14 +Release: 16 Copyright: GPL Group: Development/Tools Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz @@ -12,10 +12,11 @@ Patch3: autoconf-2.13-c++exit.patch Patch4: autoconf-2.13-headers.patch Patch5: autoconf-2.13-autoscan.patch Patch6: autoconf-2.13-exit.patch +Patch7: autoconf-2.13-wait3test.patch Prereq: /sbin/install-info Requires: gawk, m4, mktemp, perl, textutils BuildArchitectures: noarch -BuildRoot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GNU's Autoconf is a tool for configuring source code and Makefiles. @@ -42,9 +43,10 @@ use. %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 %build -%configure +%configure --program-suffix=-%{version} make %install @@ -61,6 +63,19 @@ gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/autoconf.info* rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards* cp install-sh ${RPM_BUILD_ROOT}%{_datadir}/autoconf +## why doesn't this work here? +#for i in ${RPM_BUILD_ROOT}%{_bindir}/*; do +# echo $i | sed 's/-%{version}//' +# ln -s $(basename $i) `echo $i | sed 's/-%{version}//'` +#done + +ln -s autoconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoconf +ln -s autoheader-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoheader +ln -s autoreconf-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoreconf +ln -s autoscan-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoscan +ln -s autoupdate-%{version} ${RPM_BUILD_ROOT}%{_bindir}/autoupdate +ln -s ifnames-%{version} ${RPM_BUILD_ROOT}%{_bindir}/ifnames + %clean rm -rf ${RPM_BUILD_ROOT} @@ -79,6 +94,15 @@ fi %{_datadir}/autoconf %changelog +* Wed Feb 27 2002 Jens Petersen 2.13-16 +- add version suffix to bindir files and symlink them to +their unversioned names + +* Mon Feb 25 2002 Elliot Lee 2.13-15 +- Add wait3test.patch to make sure that the child process actually does +something that the kernel will take note of. Fixes the failing wait3 test +that was worked around in time-1.7-15. + * Mon Aug 6 2001 Tim Powers - rebuilt to fix bug #50761