rebuilt with --enable-pcre16 --enable-pcre32 [release 8.39-2mamba;Tue Sep 13 2016]
This commit is contained in:
parent
1e1ddad83c
commit
e078c5faf8
19
libpcre.spec
19
libpcre.spec
@ -1,6 +1,6 @@
|
||||
Name: libpcre
|
||||
Version: 8.39
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: PCRE is a Perl-compatible regular expression library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -13,10 +13,10 @@ License: BSD
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libncurses5
|
||||
BuildRequires: libreadline-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: libpcre.so.3
|
||||
Provides: libpcre3
|
||||
@ -47,6 +47,8 @@ Development files needed to build software that makes use of PCRE libraries.
|
||||
%configure \
|
||||
--enable-utf8 \
|
||||
--enable-unicode-properties \
|
||||
--enable-pcre16 \
|
||||
--enable-pcre32 \
|
||||
--enable-pcregrep-libz \
|
||||
--enable-pcregrep-libbz2 \
|
||||
--enable-pcretest-libreadline
|
||||
@ -73,6 +75,8 @@ ln -s libpcreposix.so.0 %{buildroot}%{_libdir}/libpcreposix.so.3
|
||||
%{_bindir}/pcretest
|
||||
%{_libdir}/libpcre.so.1*
|
||||
%{_libdir}/libpcre.so.3
|
||||
%{_libdir}/libpcre16.so.*
|
||||
%{_libdir}/libpcre32.so.*
|
||||
%{_libdir}/libpcrecpp.so.*
|
||||
%{_libdir}/libpcreposix.so.*
|
||||
%{_mandir}/man1/*
|
||||
@ -85,6 +89,12 @@ ln -s libpcreposix.so.0 %{buildroot}%{_libdir}/libpcreposix.so.3
|
||||
%{_libdir}/libpcre.a
|
||||
%{_libdir}/libpcre.la
|
||||
%{_libdir}/libpcre.so
|
||||
%{_libdir}/libpcre16.a
|
||||
%{_libdir}/libpcre16.la
|
||||
%{_libdir}/libpcre16.so
|
||||
%{_libdir}/libpcre32.a
|
||||
%{_libdir}/libpcre32.la
|
||||
%{_libdir}/libpcre32.so
|
||||
%{_libdir}/libpcrecpp.a
|
||||
%{_libdir}/libpcrecpp.la
|
||||
%{_libdir}/libpcrecpp.so
|
||||
@ -92,6 +102,8 @@ ln -s libpcreposix.so.0 %{buildroot}%{_libdir}/libpcreposix.so.3
|
||||
%{_libdir}/libpcreposix.la
|
||||
%{_libdir}/libpcreposix.so
|
||||
%{_libdir}/pkgconfig/libpcre.pc
|
||||
%{_libdir}/pkgconfig/libpcre16.pc
|
||||
%{_libdir}/pkgconfig/libpcre32.pc
|
||||
%{_libdir}/pkgconfig/libpcrecpp.pc
|
||||
%{_libdir}/pkgconfig/libpcreposix.pc
|
||||
%{_mandir}/man3/*
|
||||
@ -100,6 +112,9 @@ ln -s libpcreposix.so.0 %{buildroot}%{_libdir}/libpcreposix.so.3
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Tue Sep 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 8.39-2mamba
|
||||
- rebuilt with --enable-pcre16 --enable-pcre32
|
||||
|
||||
* Fri Jun 24 2016 Automatic Build System <autodist@mambasoft.it> 8.39-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user