source: projects/specs/trunk/p/pcre/pcre-vl.spec @ 8945

Revision 8945, 5.8 KB checked in by inagaki, 10 years ago (diff)

2014-09-12 Ryoichi INAGAKI <ryo1@…>

  • libiodbc, pcre, raptor2, rasqal: updated


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