Summary: A GNU tool for automatically creating Makefiles. Summary(ja): Makefile を自動生成するための GNU ツール Name: automake15 Version: 1.5 Release: 15%{?_dist_release} License: GPL Group: Development/Tools URL: http://sources.redhat.com/automake Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 Patch1: automake-1.5-depout-mf.patch Patch2: automake15-versioning.patch Patch3: automake15-autoconf253.patch Patch4: automake-1.5-subdirs-89619.patch Patch5: dirnames.test-1.6.patch Patch6: automake-1.5-ppc-ccnoco-test-91853.patch Patch7: automake-1.5-tailfix.patch Requires: perl #Prereq: /sbin/install-info BuildArchitectures: noarch Buildroot: %{_tmppath}/%{name}-%{version}-root %description Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This package contains Automake 1.5, 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 versions of Automake. %prep %setup -q -n automake-%{version} # %patch1 -p1 -b .makefile %patch2 -p1 -b .versioning %patch3 -p1 -b .autoconf253 %patch4 -p1 -b .dollar %patch5 -p1 -b .1.6 %ifarch ppc ppc64 %patch6 -p1 -b .ppc %endif %patch7 -p1 -b .tailfix %build # patch 2 touches configure.in autoconf %configure --program-suffix=-%{version} make make check || : %install rm -rf ${RPM_BUILD_ROOT} %makeinstall gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/automake* # create this dir empty so we can own it mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal rm -rf $RPM_BUILD_ROOT%{_infodir} %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO %{_bindir}/* %{_datadir}/automake-%{version} %{_datadir}/aclocal-%{version} %dir %{_datadir}/aclocal %changelog * Sun Sep 14 2008 Shu KONNO 1.5-15vl5 - applied new versioning policy, spec in utf-8 * Mon Jan 16 2006 Ryoichi INAGAKI 1.5-12vl1 - added Japanese summary - added Patches from Fedora * Fri Jun 6 2003 Jens Petersen - 1.5-9 - update ccnoco.test to version from 1.6.3 for ppc (#91853) * Fri Apr 25 2003 Jens Petersen - 1.5-8 - add patch from 1.6 branch to fix #89619 [thanks to hjl@gnu.org] - update dirname.test to 1.6 version so it doesn't fail - update description * Mon Dec 09 2002 MATSUBAYASHI Kohji 1.5-4vl3 - delete PreReq: install-info * Mon Dec 09 2002 MATSUBAYASHI Kohji 1.5-4vl2 - based on 1.5-4 from Rawhide and built for Vine Linux - added make check || : * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Wed Mar 27 2002 Jens Petersen 1.5-2 - make "missing" look for versioned auto* scripts by default (#61591). Suggested by enrico.scholz@informatik.tu-chemnitz.de * Thu Feb 28 2002 Jens Petersen 1.5-1 - new package based on automake-1.5 - version datadir and no longer make symlinks in bindir - exclude info files * Wed Jan 23 2002 Jens Petersen 1.5-8 - better aclocal versioning * Wed Jan 23 2002 Jens Petersen 1.5-7 - don't version datadir/automake * Tue Jan 15 2002 Jens Petersen 1.5-6 - version suffix programs and data directories - own symlinks to programs and /usr/share/aclocal * Wed Jan 09 2002 Tim Powers 1.5-5 - automated rebuild * Wed Jan 9 2002 Bernhard Rosenkraenzer 1.5-4 - Completely back out the fix for #56624 for now, it causes more problems than it fixes in either form. * Wed Jan 9 2002 Bernhard Rosenkraenzer 1.5-3 - Don't use AS_DIRNAME, it doesn't work. * Tue Jan 7 2002 Jens Petersen 1.5-2 - Patch depout.m4 to handle makefiles passed to make with "-f" (#56624) * Tue Sep 18 2001 Bernhard Rosenkraenzer 1.5-1 - Update to 1.5 - much better to coexist with autoconf 2.52... - Fix specfile - No patches * 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)