autoconf213-vl.spec 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. Summary: A GNU tool for automatically configuring source code.
  2. Summary(ja): ソースコードを自動的に設定するための GNU ツール
  3. Name: autoconf213
  4. Version: 2.13
  5. Release: 6%{?_dist_release}
  6. License: GPL
  7. Group: Development/Tools
  8. URL: http://www.gnu.org/software/autoconf/
  9. Source0: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz
  10. Source1: filter-requires-%{name}.sh
  11. Patch0: autoconf-2.12-race.patch
  12. Patch1: autoconf-2.13-mawk.patch
  13. Patch2: autoconf-2.13-notmp.patch
  14. Patch3: autoconf-2.13-c++exit.patch
  15. Patch4: autoconf-2.13-headers.patch
  16. Patch5: autoconf-2.13-autoscan.patch
  17. Patch6: autoconf-2.13-exit.patch
  18. Patch7: autoconf-2.13-wait3test.patch
  19. Patch8: autoconf-2.13-make-defs-62361.patch
  20. Patch9: autoconf-2.13-versioning.patch
  21. #Prereq: /sbin/install-info
  22. Requires: gawk, m4, perl, coreutils
  23. BuildArchitectures: noarch
  24. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  25. %define __find_requires %{SOURCE1}
  26. %description
  27. GNU's Autoconf is a tool for configuring source code and Makefiles.
  28. Using Autoconf, programmers can create portable and configurable
  29. packages, since the person building the package is allowed to specify
  30. various configuration options.
  31. You should install Autoconf if you are developing software and you
  32. would like to use it to create shell scripts that will configure your
  33. source code packages. If you are installing Autoconf, you will also
  34. need to install the GNU m4 package.
  35. Note that the Autoconf package is not required for the end-user who
  36. may be configuring software with an Autoconf-generated script;
  37. Autoconf is only required for the generation of the scripts, not their
  38. use.
  39. %description -l ja
  40. GNU autoconf はソースコードと Makefile を自動的に設定する GNU ツール
  41. です.Autoconf を使えば,プログラマは移植や設定が容易なパッケージを
  42. 作ることができます.そのため,パッケージ作成者はさまざまな設定
  43. オプションを指定できます。
  44. ソフトウェアを開発していてソースコードパッケージを設定するシェル
  45. スクリプトを生成したいとお考えなら,Autoconf をインストールしてください.
  46. Autoconf をインストールするためには GNU m4 パッケージもインストールする
  47. 必要があります.
  48. Autoconf が生成したスクリプトを使ってソフトウェアを設定するかもしれない
  49. エンドユーザには Autoconf パッケージが必要ないことに注目してください.
  50. Autoconf が必要になるのはスクリプトを生成するときのみで,使うときには
  51. 必要ありません.
  52. %prep
  53. %setup -q -n autoconf-%{version}
  54. %patch0 -p1
  55. %patch1 -p1
  56. %patch2 -p1
  57. %patch3 -p1
  58. %patch4 -p1
  59. %patch5 -p1
  60. %patch6 -p1
  61. %patch7 -p1
  62. %patch8 -p1
  63. %patch9 -p1 -b .version
  64. %build
  65. %configure --program-suffix=-%{version}
  66. make
  67. %install
  68. rm -rf ${RPM_BUILD_ROOT}
  69. #mkdir -p ${RPM_BUILD_ROOT}%{_infodir}
  70. %makeinstall
  71. mv ${RPM_BUILD_ROOT}%{_infodir}/autoconf.info ${RPM_BUILD_ROOT}%{_infodir}/%{name}.info
  72. # We don't want to include the standards.info stuff in the package,
  73. # because it comes from binutils...
  74. rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
  75. gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/*
  76. cp install-sh ${RPM_BUILD_ROOT}%{_datadir}/autoconf
  77. %clean
  78. rm -rf ${RPM_BUILD_ROOT}
  79. #%post
  80. #/sbin/install-info %{_infodir}/autoconf.info.gz %{_infodir}/dir
  81. #%preun
  82. #if [ "$1" = 0 ]; then
  83. # /sbin/install-info --del %{_infodir}/autoconf.info.gz %{_infodir}/dir
  84. #fi
  85. %files
  86. %defattr(-,root,root)
  87. %doc AUTHORS COPYING NEWS README TODO
  88. %{_bindir}/*
  89. %{_infodir}/*.info*
  90. %{_datadir}/autoconf-%{version}
  91. %changelog
  92. * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 2.13-6
  93. - spec in utf-8
  94. * Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.13-5
  95. - rebuilt with perl-5.10.0-1
  96. - added Source1 (for perl(find.pl))
  97. * Thu Dec 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.13-4vl2
  98. - s/Copyright/License/
  99. - added Japanese summary and description (copied from autoconf)
  100. * Sun Dec 08 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.13-4vl1
  101. - based on 2.13-4 from Rawhide and built for Vine linux
  102. * Fri Jun 28 2002 Jens Petersen <petersen@redhat.com> 2.13-4
  103. - update url (#66840)
  104. - added doc files
  105. * Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.13-3
  106. - automated rebuild
  107. * Thu May 23 2002 Tim Powers <timp@redhat.com> 2.13-2
  108. - automated rebuild
  109. * Wed May 15 2002 Jens Petersen <petersen@redhat.com> 2.13-1
  110. - new package based on autoconf-2.13-17
  111. - don't make unversioned bindir symlinks
  112. - version datadir
  113. - version info filename, but don't install-info it
  114. - update AC_OUTPUT_MAKE_DEFS to fix problem with c++exit patch (#62361)
  115. * Wed Mar 27 2002 Jens Petersen <petersen@redhat.com> 2.13-17
  116. - add URL
  117. * Wed Feb 27 2002 Jens Petersen <petersen@redhat.com> 2.13-16
  118. - add version suffix to bindir files and symlink them to their
  119. unversioned names
  120. * Mon Feb 25 2002 Elliot Lee <sopwith@redhat.com> 2.13-15
  121. - Add wait3test.patch to make sure that the child process actually does
  122. something that the kernel will take note of. Fixes the failing wait3 test
  123. that was worked around in time-1.7-15.
  124. * Mon Aug 6 2001 Tim Powers <timp@redhat.com>
  125. - rebuilt to fix bug #50761
  126. * Thu Jul 26 2001 Than Ngo <than@redhat.com>
  127. - add patch to fix exit status
  128. * Tue Jul 10 2001 Jens Petersen <petersen@redhat.com>
  129. - add patch to include various standard C headers as needed
  130. by various autoconf tests (#19114)
  131. - add patch to autoscan.pl to get a better choice of init
  132. file (#42071), to test for CPP after CC (#42072) and to
  133. detect C++ source and g++ (#42073).
  134. * Tue Jun 26 2001 Jens Petersen <petersen@redhat.com>
  135. - Add a back-port of _AC_PROG_CXX_EXIT_DECLARATION
  136. from version 2.50 to make detection of C++ exit()
  137. declaration prototype platform independent. The check is
  138. done in AC_PROG_CXX with the result stored in "confdefs.h".
  139. The exit() prototype in AC_TRY_RUN_NATIVE is no longer needed.
  140. (fixes #18829)
  141. * Wed Nov 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  142. - Fix up interoperability with glibc 2.2 and gcc 2.96:
  143. AC_TRY_RUN_NATIVE in C++ mode added a prototype for exit() to
  144. the test code without throwing an exception, causing a conflict
  145. with stdlib.h --> AC_TRY_RUN_NATIVE for C++ code including stdlib.h
  146. always failed, returning wrong results
  147. * Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
  148. - add textutils as a dependency (#14439)
  149. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  150. - automatic rebuild
  151. * Mon Jun 5 2000 Jeff Johnson <jbj@redhat.com>
  152. - FHS packaging.
  153. * Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  154. - fix preun
  155. * Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
  156. - add patch to help autoconf clean after itself and not leave /tmp clobbered
  157. with acin.* and acout.* files (can you say annoying?)
  158. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  159. - auto rebuild in the new build environment (release 4)
  160. - use gawk, not mawk
  161. * Thu Mar 18 1999 Preston Brown <pbrown@redhat.com>
  162. - moved /usr/lib/autoconf to /usr/share/autoconf (with automake)
  163. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  164. - Injected new description and group.
  165. * Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
  166. - update to 2.13.
  167. * Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
  168. - build against glibc 2.1
  169. * Mon Oct 05 1998 Cristian Gafton <gafton@redhat.com>
  170. - requires perl
  171. * Thu Aug 27 1998 Cristian Gafton <gafton@redhat.com>
  172. - patch for fixing /tmp race conditions
  173. * Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
  174. - spec file cleanups
  175. - made a noarch package
  176. - uses autoconf
  177. - uses install-info
  178. * Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
  179. - built with glibc