autoconf-archive-vl.spec 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. Summary: The Autoconf Macro Archive
  2. Summary(ja): Autoconfマクロ集
  3. Name: autoconf-archive
  4. Version: 2021.02.19
  5. Release: 1%{?_dist_release}
  6. Group: programming
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPLv3+ with exceptions
  10. URL: http://www.gnu.org/software/autoconf-archive/
  11. Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
  12. BuildArch: noarch
  13. Requires: autoconf
  14. Requires(post): info
  15. Requires(preun):info
  16. %description
  17. The GNU Autoconf Archive is a collection of more than 450 macros for
  18. GNU Autoconf that have been contributed as free software by friendly
  19. supporters of the cause from all over the Internet.
  20. %description -l ja
  21.  The GNU Autoconf Archiveは、インターネット中から好意的なフリーソフト
  22. ウェアとして、その支持者により提供された450を超えるautoconf用マクロの
  23. コレクションです。
  24. %prep
  25. %setup -q
  26. %build
  27. %configure
  28. %make_build
  29. %install
  30. %make_install INSTALL="install -p"
  31. # remove dir file which will be generated by /sbin/install-info
  32. rm -frv %{buildroot}%{_infodir}/dir
  33. # document files are installed another location
  34. rm -frv %{buildroot}%{_docdir}/%{name}
  35. %post
  36. install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
  37. %preun
  38. if [ $1 = 0 ]; then
  39. install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
  40. fi
  41. %files
  42. %doc AUTHORS NEWS README TODO
  43. %license COPYING*
  44. %{_datadir}/aclocal/*.m4
  45. %{_infodir}/autoconf-archive.info*
  46. %changelog
  47. * Mon Mar 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2021.02.19-1
  48. - ne upstream release.
  49. * Sun Dec 16 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2018.03.13-3
  50. - initial build for Vine Linux.
  51. * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2018.03.13-2
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  53. * Wed Mar 14 2018 David King <amigadave@amigadave.com> - 2018.03.13-1
  54. - Update to 2018.03.13 (#1555090)
  55. * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2017.09.28-2
  56. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  57. * Sat Sep 30 2017 David King <amigadave@amigadave.com> - 2017.09.28-1
  58. - Update to 2017.09.28 (#1496786)
  59. * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017.03.21-2
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  61. * Wed Mar 22 2017 David King <amigadave@amigadave.com> - 2016.09.16-3
  62. - Update to 2017.03.21 (#1434626)
  63. * Tue Mar 14 2017 Igor Gnatenko <ignatenko@redhat.com> - 2016.09.16-3
  64. - Backport patch to fix broken AX_PYTHON_DEVEL (py3.6+)
  65. * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.09.16-2
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  67. * Fri Sep 16 2016 David King <amigadave@amigadave.com> - 2016.09.16-1
  68. - Update to 2016.09.16 (#1376791)
  69. * Mon Mar 21 2016 David King <amigadave@amigadave.com> - 2016.03.20-1
  70. - Update to 2016.03.20 (#1319533)
  71. * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2015.09.25-2
  72. - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
  73. * Fri Sep 25 2015 David King <amigadave@amigadave.com> - 2015.09.25-1
  74. - Update to 2015.09.25 (#1266490)
  75. * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.02.24-2
  76. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  77. * Tue Feb 24 2015 David King <amigadave@amigadave.com> - 2015.02.24-1
  78. - Update to 2015.02.24
  79. - Use license macro for COPYING*
  80. * Mon Feb 09 2015 Christopher Meng <rpm@cicku.me> - 2015.02.04-1
  81. - Update to 2015.02.04
  82. * Thu Sep 18 2014 Christopher Meng <rpm@cicku.me> - 2014.02.28-1
  83. - Update to 2014.02.28
  84. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.09.08-4
  85. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  86. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.09.08-3
  87. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  88. * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.09.08-2
  89. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  90. * Mon Sep 10 2012 Takanori MATSUURA <t.matsuu@gmail.com> - 2012.09.08-1
  91. - update to 2012.09.08
  92. * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.04.07-2
  93. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  94. * Sun Apr 8 2012 Takanori MATSUURA <t.matsuu@gmail.com> - 2012.04.07-1
  95. - update to 2012.04.07
  96. * Thu Jan 5 2012 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.12.21-1
  97. - update to 2011.12.21
  98. * Sat Nov 19 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.09.17-1
  99. - update to 2011.09.17
  100. * Fri Aug 5 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.07.17-1
  101. - update to 2011.07.17
  102. * Thu May 26 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.04.12-1
  103. - initial release
  104. * Fri May 6 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.04.12-0
  105. - update to 2011.04.12
  106. * Fri Mar 25 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.03.17-0
  107. - update to 2011.03.17
  108. * Tue Jan 11 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.01.02-0
  109. - update to 2011.01.02
  110. * Fri Dec 17 2010 Takanori MATSUURA <t.matsuu@gmail.com> - 2010.10.26-0
  111. - initial build