pcre-vl.spec 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. Name: pcre
  2. Summary: Perl-compatible regular expression library
  3. Summary(ja): Perl 互換の正規表現ライブラリ
  4. Version: 8.31
  5. Release: 1%{?_dist_release}
  6. License: BSD
  7. Group: System Environment/Libraries
  8. URL: http://www.pcre.org/
  9. Source:ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: zlib-devel
  12. BuildRequires: bzip2-devel
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. Packager: inagaki
  16. %description
  17. Perl-compatible regular expression library.
  18. PCRE has its own native API, but a set of "wrapper" functions that are based on
  19. the POSIX API are also supplied in the library libpcreposix. Note that this
  20. just provides a POSIX calling interface to PCRE: the regular expressions
  21. themselves still follow Perl syntax and semantics. The header file
  22. for the POSIX-style functions is called pcreposix.h.
  23. %package devel
  24. Summary: Development files for %{name}
  25. Summary(ja): %{name} の開発用ファイル
  26. Group: Development/Libraries
  27. Requires: %{name} = %{version}-%{release}
  28. %description devel
  29. Development files (Headers, libraries for static linking, etc) for %{name}.
  30. %prep
  31. %setup -q
  32. %build
  33. %configure \
  34. --enable-jit \
  35. --disable-static \
  36. --enable-utf8 \
  37. --enable-unicode-properties \
  38. --enable-pcregrep-libz \
  39. --enable-pcregrep-libbz2 \
  40. --enable-pcre8 \
  41. --enable-pcre16
  42. make
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. make install DESTDIR=$RPM_BUILD_ROOT
  46. rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
  47. rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
  48. %check
  49. make check
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %post -p /sbin/ldconfig
  53. %postun -p /sbin/ldconfig
  54. %files
  55. %defattr(-,root,root)
  56. %doc AUTHORS COPYING ChangeLog LICENCE NEWS README
  57. %{_bindir}/pcregrep
  58. %{_libdir}/*.so.*
  59. %{_mandir}/man1/pcregrep.*
  60. %files devel
  61. %defattr(-,root,root)
  62. %doc doc/html/*
  63. %{_bindir}/pcre-config
  64. %{_bindir}/pcretest
  65. %{_includedir}/*
  66. %{_libdir}/*.so
  67. %{_libdir}/pkgconfig/*.pc
  68. %{_mandir}/man1/pcre-config.*
  69. %{_mandir}/man1/pcretest.*
  70. %{_mandir}/man3/*
  71. %changelog
  72. * Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.31-1
  73. - new upstream release
  74. - add --enable-pcre16 --enable-pcre8 --enable-jit
  75. - API change
  76. - change includedir to /usr/include
  77. * Sat Sep 10 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.13-1
  78. - new upstream release
  79. * Tue Mar 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.12-1
  80. - new upstream release
  81. * Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 8.10-2
  82. - rebuilt with rpm-4.8.1 for pkg-config
  83. * Thu Aug 19 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.10-1
  84. - new upstream release
  85. * Mon May 10 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 8.02-1
  86. - new upstream release with security fix
  87. * Sat Feb 6 2010 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 8.01-1
  88. - new upstream release
  89. * Sat Jan 16 2010 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 8.00-1
  90. - new upstream release
  91. * Tue Jul 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.9-2
  92. - add --enable-unicode-properties to configure option
  93. * Wed Jun 10 2009 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 7.9-1
  94. - new upstream release
  95. - added BR: zlib-devel, bzip2-devel
  96. - removed static libraries from devel package
  97. - added Packager tag
  98. * Sat Jan 24 2009 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 7.8-1vl5
  99. - new upstream release
  100. - spec in UTF-8
  101. * Sun Jul 6 2008 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 7.7-1vl5
  102. - new upstream release
  103. * Tue May 13 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 7.6-1vl5
  104. - use macro for Release
  105. * Fri May 09 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 7.6-1vl5
  106. - apply new virsioning policy.
  107. - remove *.la
  108. * Thu Feb 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.6-0vl1
  109. - new upstream release
  110. * Wed Nov 7 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 7.4-0vl1
  111. - new upstream release
  112. * Sun Aug 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.2-0vl1
  113. - new upstream release
  114. * Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 6.6-0vl2
  115. - rebuild with new environment/toolchain
  116. * Wed Feb 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6-0vl1
  117. - new upstream release
  118. * Mon Sep 5 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.3-0vl2
  119. - added --enable-utf8 option
  120. * Sun Sep 4 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.3-0vl1
  121. - new upstream release
  122. * Thu Jan 27 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.0-0vl1
  123. - new upstream release
  124. - added Japanese summary
  125. * Sun Apr 18 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5-0vl1
  126. - new upstream release
  127. * Mon Oct 13 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.4-0vl1
  128. - new upstream release
  129. * Mon May 5 2003 Tomoya TAKA <taka@vinelinux.org> 4.1-0vl3
  130. - skip 'make check' on alpha
  131. * Fri Mar 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.1-0vl2
  132. - change install section
  133. - change files section
  134. * Fri Mar 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 4.1-0vl1
  135. - update to 4.1
  136. - add %{_bindir}/pcretest
  137. - add %doc AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS README
  138. * Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.9-0vl2
  139. - rebuild with new toolchains
  140. * Sat Mar 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.9-0vl1
  141. - Update to 3.9
  142. * Wed Dec 26 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.7-0vl1
  143. - Update to 3.7
  144. * Sun Oct 14 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.5-0vl1
  145. - Update to 3.5
  146. * Wed Oct 10 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.4-2vl1
  147. - Build for VineSeed
  148. * Thu May 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.4-2
  149. - Move libpcre to /lib, grep uses it these days (#41104)
  150. * Wed Apr 18 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  151. - Move this to a separate package, used to be in kdesupport, but it's
  152. generally useful...