source: projects/specs/branches/6/p/pcre/pcre-vl.spec @ 3069

Revision 3069, 5.3 KB checked in by inagaki, 13 years ago (diff)

update: aalib, cyrus-sasl, cyrus-imapd, pcre, slang

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