%define tarname automake-1.4-p6 Summary: A GNU tool for automatically creating Makefiles. Name: automake14 Version: 1.4p6 Release: 3a Copyright: GPL Group: Development/Tools Source: ftp://ftp.gnu.org/pub/gnu/automake/%{tarname}.tar.gz Patch1: automake-1.4-libtoolize.patch Patch2: automake-1.4-subdir.patch Patch3: automake-1.4-backslash.patch #Patch4: automake-1.4-lisp.patch #Patch5: automake-1.4-versioning.patch Patch6: automake-1.4-tags.patch URL: http://sourceware.cygnus.com/automake Conflicts: automake < 1.5 %ifnos darwin Requires: perl %endif Prereq: /sbin/install-info BuildArchitectures: noarch Buildroot: %{_tmppath}/%{name}-root %description Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This package contains Automake 1.4, an older version of automake. You should install it if you need to run automake in a project that has not yet been updated to work with newer version of Automake. %prep %setup -q -n %{tarname} %patch1 -p0 %patch2 -p1 -b .subdir %patch3 -p1 -b .backslash #%patch4 -p1 -b .lisp #%patch5 -p1 -b .versioning %patch6 -p1 -b .tags %build autoreconf %ifos darwin %define __libtoolize true %configure --program-suffix=-%{version} %else %configure %endif make ## 5 of 194 tests fail #make check %install rm -rf ${RPM_BUILD_ROOT} %makeinstall (cd ${RPM_BUILD_ROOT}%{_bindir}; ln -s automake-1.4p6-1.4 automake-1.4) (cd ${RPM_BUILD_ROOT}%{_bindir}; ln -s aclocal-1.4p6-1.4 aclocal-1.4) gzip -9nf automake.info* mkdir -p info mv automake.info* info ## create this dir empty so we can own it mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal %clean rm -rf ${RPM_BUILD_ROOT} %post %preun %files %ifos darwin %defattr(-,root,wheel) %else %defattr(-,root,root) %endif %doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO info %{_bindir}/*-1.4 %{_datadir}/aclocal* %{_datadir}/automake-1.4 %changelog * Fri Oct 10 2002 Keisuke Fujii - 1st release on MacOS X 10.2. * Fri Sep 5 2002 Jens Petersen 1.4p6-3 - bring back COPYING and INSTALL in datadir * Fri Aug 16 2002 Jens Petersen 1.4p6-2 - conflict with automake < 1.5, to prevent both automake-1.4 and automake14 from being installed at the same time (#71626) * Mon Jul 29 2002 Jens Petersen - 1.4p6-1 - 1.4-p6 with versioning from upstream - versioning and lisp patches no longer required - include the info files in the docs dir - remove doc files from the automake-1.4 datadir. * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Tue Jan 18 2002 Jens Petersen - 1.4p5-1 - new package based on automake-1.4p5-3 - add version suffix to prgram names and data directories - no info files, since only 1.5 info files will be installed * Wed Nov 14 2001 Jakub Jelinek - 1.4p5-3 - fix lisp.am bug * Fri Aug 24 2001 Jens Petersen - 1.4p5-2 - dont raise error when there is source in a subdirectory (bug #35156). This was preventing automake from working in binutuls/gas [patch from HJ Lu ] - format long lines of output properly with backslash + newlines as in 1.4 (bug #35259) [patch from HJ Lu ] * Sat Jul 21 2001 Florian La Roche - 1.4-p5, fixes #48788 * Tue Jun 12 2001 Florian La Roche - add the patch from #20559 - really update to 1.4-p4 * Mon Jun 11 2001 Florian La Roche - update to 1.4-p4 * Sat May 12 2001 Owen Taylor - Version 1.4-p1 to work with libtool-1.4 * Wed Jul 12 2000 Prospector - automatic rebuild * Mon Jun 5 2000 Jeff Johnson - FHS packaging. * Fri Feb 04 2000 Nalin Dahyabhai - fix bug #8870 * Sat Aug 21 1999 Jeff Johnson - revert to pristine automake-1.4. * Mon Mar 22 1999 Preston Brown - arm netwinder patch * Wed Feb 24 1999 Preston Brown - Injected new description and group. * Mon Feb 8 1999 Jeff Johnson - add patches from CVS for 6.0beta1 * Sun Jan 17 1999 Jeff Johnson - update to 1.4. * Mon Nov 23 1998 Jeff Johnson - update to 1.3b. - add URL. * Fri Apr 24 1998 Prospector System - translations modified for de, fr, tr * Tue Apr 07 1998 Erik Troan - updated to 1.3 * Tue Oct 28 1997 Cristian Gafton - added BuildRoot; added aclocal files * Fri Oct 24 1997 Erik Troan - made it a noarch package * Thu Oct 16 1997 Michael Fulbright - Fixed some tag lines to conform to 5.0 guidelines. * Thu Jul 17 1997 Erik Troan - updated to 1.2 * Wed Mar 5 1997 msf@redhat.com - first version (1.0)