automake15-vl.spec 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. Summary: A GNU tool for automatically creating Makefiles.
  2. Summary(ja): Makefile を自動生成するための GNU ツール
  3. Name: automake15
  4. Version: 1.5
  5. Release: 15%{?_dist_release}
  6. License: GPL
  7. Group: Development/Tools
  8. URL: http://sources.redhat.com/automake
  9. Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
  10. Patch1: automake-1.5-depout-mf.patch
  11. Patch2: automake15-versioning.patch
  12. Patch3: automake15-autoconf253.patch
  13. Patch4: automake-1.5-subdirs-89619.patch
  14. Patch5: dirnames.test-1.6.patch
  15. Patch6: automake-1.5-ppc-ccnoco-test-91853.patch
  16. Patch7: automake-1.5-tailfix.patch
  17. Requires: perl
  18. #Prereq: /sbin/install-info
  19. BuildArchitectures: noarch
  20. Buildroot: %{_tmppath}/%{name}-%{version}-root
  21. %description
  22. Automake is a tool for automatically generating
  23. `Makefile.in' files compliant with the GNU Coding Standards.
  24. This package contains Automake 1.5, an older version of Automake.
  25. You should install it if you need to run automake in a project that
  26. has not yet been updated to work with newer versions of Automake.
  27. %prep
  28. %setup -q -n automake-%{version}
  29. # %patch1 -p1 -b .makefile
  30. %patch2 -p1 -b .versioning
  31. %patch3 -p1 -b .autoconf253
  32. %patch4 -p1 -b .dollar
  33. %patch5 -p1 -b .1.6
  34. %ifarch ppc ppc64
  35. %patch6 -p1 -b .ppc
  36. %endif
  37. %patch7 -p1 -b .tailfix
  38. %build
  39. # patch 2 touches configure.in
  40. autoconf
  41. %configure --program-suffix=-%{version}
  42. make
  43. make check || :
  44. %install
  45. rm -rf ${RPM_BUILD_ROOT}
  46. %makeinstall
  47. gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/automake*
  48. # create this dir empty so we can own it
  49. mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal
  50. rm -rf $RPM_BUILD_ROOT%{_infodir}
  51. %clean
  52. rm -rf ${RPM_BUILD_ROOT}
  53. %files
  54. %defattr(-,root,root)
  55. %doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
  56. %{_bindir}/*
  57. %{_datadir}/automake-%{version}
  58. %{_datadir}/aclocal-%{version}
  59. %dir %{_datadir}/aclocal
  60. %changelog
  61. * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.5-15vl5
  62. - applied new versioning policy, spec in utf-8
  63. * Mon Jan 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5-12vl1
  64. - added Japanese summary
  65. - added Patches from Fedora
  66. * Fri Jun 6 2003 Jens Petersen <petersen@redhat.com> - 1.5-9
  67. - update ccnoco.test to version from 1.6.3 for ppc (#91853)
  68. * Fri Apr 25 2003 Jens Petersen <petersen@redhat.com> - 1.5-8
  69. - add patch from 1.6 branch to fix #89619 [thanks to hjl@gnu.org]
  70. - update dirname.test to 1.6 version so it doesn't fail
  71. - update description
  72. * Mon Dec 09 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.5-4vl3
  73. - delete PreReq: install-info
  74. * Mon Dec 09 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.5-4vl2
  75. - based on 1.5-4 from Rawhide and built for Vine Linux
  76. - added make check || :
  77. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  78. - automated rebuild
  79. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  80. - automated rebuild
  81. * Wed Mar 27 2002 Jens Petersen <petersen@redhat.com> 1.5-2
  82. - make "missing" look for versioned auto* scripts by default (#61591).
  83. Suggested by enrico.scholz@informatik.tu-chemnitz.de
  84. * Thu Feb 28 2002 Jens Petersen <petersen@redhat.com> 1.5-1
  85. - new package based on automake-1.5
  86. - version datadir and no longer make symlinks in bindir
  87. - exclude info files
  88. * Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-8
  89. - better aclocal versioning
  90. * Wed Jan 23 2002 Jens Petersen <petersen@redhat.com> 1.5-7
  91. - don't version datadir/automake
  92. * Tue Jan 15 2002 Jens Petersen <petersen@redhat.com> 1.5-6
  93. - version suffix programs and data directories
  94. - own symlinks to programs and /usr/share/aclocal
  95. * Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.5-5
  96. - automated rebuild
  97. * Wed Jan 9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-4
  98. - Completely back out the fix for #56624 for now, it causes more problems
  99. than it fixes in either form.
  100. * Wed Jan 9 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-3
  101. - Don't use AS_DIRNAME, it doesn't work.
  102. * Tue Jan 7 2002 Jens Petersen <petersen@redhat.com> 1.5-2
  103. - Patch depout.m4 to handle makefiles passed to make with "-f" (#56624)
  104. * Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.5-1
  105. - Update to 1.5 - much better to coexist with autoconf 2.52...
  106. - Fix specfile
  107. - No patches
  108. * Fri Aug 24 2001 Jens Petersen <petersen@redhat.com> - 1.4p5-2
  109. - dont raise error when there is source in a subdirectory (bug #35156).
  110. This was preventing automake from working in binutuls/gas
  111. [patch from HJ Lu <hjl@gnu.org>]
  112. - format long lines of output properly with backslash + newlines as in 1.4
  113. (bug #35259) [patch from HJ Lu <hjl@gnu.org>]
  114. * Sat Jul 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  115. - 1.4-p5, fixes #48788
  116. * Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  117. - add the patch from #20559
  118. - really update to 1.4-p4
  119. * Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  120. - update to 1.4-p4
  121. * Sat May 12 2001 Owen Taylor <otaylor@redhat.com>
  122. - Version 1.4-p1 to work with libtool-1.4
  123. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  124. - automatic rebuild
  125. * Mon Jun 5 2000 Jeff Johnson <jbj@redhat.com>
  126. - FHS packaging.
  127. * Fri Feb 04 2000 Nalin Dahyabhai <nalin@redhat.com>
  128. - fix bug #8870
  129. * Sat Aug 21 1999 Jeff Johnson <jbj@redhat.com>
  130. - revert to pristine automake-1.4.
  131. * Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
  132. - arm netwinder patch
  133. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  134. - Injected new description and group.
  135. * Mon Feb 8 1999 Jeff Johnson <jbj@redhat.com>
  136. - add patches from CVS for 6.0beta1
  137. * Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
  138. - update to 1.4.
  139. * Mon Nov 23 1998 Jeff Johnson <jbj@redhat.com>
  140. - update to 1.3b.
  141. - add URL.
  142. * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
  143. - translations modified for de, fr, tr
  144. * Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
  145. - updated to 1.3
  146. * Tue Oct 28 1997 Cristian Gafton <gafton@redhat.com>
  147. - added BuildRoot; added aclocal files
  148. * Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
  149. - made it a noarch package
  150. * Thu Oct 16 1997 Michael Fulbright <msf@redhat.com>
  151. - Fixed some tag lines to conform to 5.0 guidelines.
  152. * Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
  153. - updated to 1.2
  154. * Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
  155. - first version (1.0)