m4-vl.spec 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. Summary: The GNU macro processor.
  2. Summary(ja): GNU マクロプロセッサ
  3. Name: m4
  4. Version: 1.4.20
  5. Release: 1%{?_dist_release}
  6. Group: programming
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPLv3+
  10. URL: https://www.gnu.org/software/m4/
  11. Source: https://ftp.gnu.org/gnu/m4//m4-%{version}.tar.xz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: libsigsegv-devel
  14. %description
  15. A GNU implementation of the traditional UNIX macro processor. M4 is
  16. useful for writing text files which can be logically parsed, and is used
  17. by many programs as part of their build process. M4 has built-in
  18. functions for including files, running shell commands, doing arithmetic,
  19. etc. The autoconf program needs m4 for generating configure scripts, but
  20. not for running configure scripts.
  21. Install m4 if you need a macro processor.
  22. %description -l ja
  23. m4 は UNIX で使われるマクロプロセッサの GNU 版です.
  24. m4 を使うと,論理的に解析可能なテキストファイルを書く際に便利ですし,
  25. また多くのプログラムのビルド過程で m4 が使われています.
  26. m4 にはファイルのインクルード,シェルコマンドの実行,計算等の
  27. 組み込み関数が備わっています.autoconf は configure スクリプトの
  28. 生成に m4 を必要とします (が configure スクリプト実行には必要
  29. ありません).
  30. マクロプロセッサが必要なら m4 をインストールして下さい.
  31. %debug_package
  32. %prep
  33. %setup -q
  34. chmod 644 COPYING
  35. %build
  36. %configure
  37. make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
  38. %install
  39. rm -rf $RPM_BUILD_ROOT
  40. %makeinstall INSTALL_DATA="install -c -m644"
  41. # ensure /usr/share/info.dir is not included into the package
  42. rm -fv %{buildroot}%{_infodir}/dir
  43. %find_lang m4
  44. %files -f m4.lang
  45. %license COPYING
  46. %doc AUTHORS ChangeLog NEWS THANKS README
  47. %{_bindir}/m4
  48. %{_infodir}/*
  49. %{_mandir}/man1/*
  50. %changelog
  51. * Fri Jun 13 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4.20-1
  52. - new upstream release.
  53. - dropped install-info scriptlets.
  54. * Tue Jun 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4.19-1
  55. - new upstream release.
  56. - dropped Patch0: fixed in upstream.
  57. * Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4.18-1
  58. - new upstream release.
  59. - imported Patch0 for gcc8 from rawhide.
  60. * Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.17-1
  61. - new upstream release
  62. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> - 1.4.14-2
  63. - rebuilt with rpm-4.8.1-3
  64. * Sat Mar 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.14-1
  65. - new upstream release
  66. - built with new toolchain, libsigsegv-2.8
  67. * Sun Apr 5 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.4.13-2
  68. - ensure /usr/share/info/dir is not included in the package
  69. * Sun Apr 5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.13-1
  70. - new upstream release
  71. * Sat Oct 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.12-1
  72. - new upstream release
  73. - added BuildRequires: libsigsegv-devel
  74. * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.11-2vl5
  75. - spec in utf-8
  76. * Thu Apr 3 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.11-1vl5
  77. - new upstream release
  78. * Tue Mar 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.9-0vl1
  79. - new upstream
  80. * Sat Nov 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.8-0vl1
  81. - new upstream
  82. - changed URL
  83. * Sat Nov 12 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.4-0vl1
  84. - new upstream
  85. - s/Copyright/License/
  86. - added some documents
  87. * Tue Aug 2 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.3-1vl1
  88. - updated to 1.4.3 based on Fedora development
  89. * Fri Feb 20 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.4.1-12vl2
  90. - rebuild
  91. * Thu Dec 05 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4.1-12vl1
  92. - based on 1.4.1-12 from Rawhide and built for Vine Linux
  93. - added Japanese summary and description
  94. * Mon Nov 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  95. - add french translation file
  96. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  97. - automated rebuild
  98. * Wed Jun 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  99. - do not strip apps
  100. * Fri Jun 14 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  101. - rebuild
  102. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  103. - automated rebuild
  104. * Thu Mar 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  105. - use _infodir on popular request #47465
  106. * Sat Jan 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  107. - add URL tag
  108. - improved spec file
  109. - add hack to update config.guess config.sub
  110. - fix to build with newer autoconf versions
  111. * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
  112. - Bump release + rebuild.
  113. * Tue Feb 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  114. - signal patch is not necessary anymore
  115. - fix printf buffer overflow problem
  116. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  117. - automatic rebuild
  118. * Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
  119. - added defattr
  120. * Mon Jun 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  121. - FHS compliance
  122. - 1.4.1
  123. - some fixes to spec file
  124. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  125. - auto rebuild in the new build environment (release 12)
  126. * Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
  127. - build against glibc 2.1
  128. * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
  129. - translations modified for de, fr, tr
  130. * Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
  131. - Manhattan build
  132. * Tue Oct 21 1997 Cristian Gafton <gafton@redhat.com>
  133. - added info file handling and BuildRoot
  134. * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
  135. - built against glibc