packages: crossmingw32-pcre/crossmingw32-pcre.spec - updated to 8.30
qboosh
qboosh at pld-linux.org
Sun Feb 19 13:52:23 CET 2012
Author: qboosh Date: Sun Feb 19 12:52:23 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 8.30
---- Files affected:
packages/crossmingw32-pcre:
crossmingw32-pcre.spec (1.40 -> 1.41)
---- Diffs:
================================================================
Index: packages/crossmingw32-pcre/crossmingw32-pcre.spec
diff -u packages/crossmingw32-pcre/crossmingw32-pcre.spec:1.40 packages/crossmingw32-pcre/crossmingw32-pcre.spec:1.41
--- packages/crossmingw32-pcre/crossmingw32-pcre.spec:1.40 Wed Dec 14 20:59:10 2011
+++ packages/crossmingw32-pcre/crossmingw32-pcre.spec Sun Feb 19 13:52:17 2012
@@ -3,18 +3,18 @@
Summary: Perl-Compatible Regular Expression library - MinGW32 cross version
Summary(pl.UTF-8): Biblioteka perlowych wyrażeń regularnych - wersja skrośna dla MinGW32
Name: crossmingw32-%{realname}
-Version: 8.21
+Version: 8.30
Release: 1
License: BSD (see LICENCE)
Group: Development/Libraries
Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{realname}-%{version}.tar.bz2
-# Source0-md5: 0a7b592bea64b7aa7f4011fc7171a730
+# Source0-md5: 98e8928cccc945d04279581e778fbdff
URL: http://www.pcre.org/
BuildRequires: autoconf >= 2.57
BuildRequires: automake
BuildRequires: crossmingw32-gcc-c++
BuildRequires: crossmingw32-w32api
-BuildRequires: libtool
+BuildRequires: libtool >= 2:1.5
Requires: crossmingw32-runtime
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -85,6 +85,8 @@
%configure \
--host=%{target} \
--target=%{target} \
+ --enable-jit \
+ --enable-pcre16 \
--enable-unicode-properties \
--enable-utf8
@@ -104,7 +106,7 @@
%{target}-strip -g -R.comment -R.note $RPM_BUILD_ROOT%{_libdir}/*.a
%endif
-rm -rf $RPM_BUILD_ROOT%{_datadir}/{doc,man}
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/{doc,man}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -113,27 +115,32 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog LICENCE NEWS NON-UNIX-USE README
%{_libdir}/libpcre.dll.a
+%{_libdir}/libpcre16.dll.a
%{_libdir}/libpcrecpp.dll.a
%{_libdir}/libpcreposix.dll.a
%{_libdir}/libpcre.la
+%{_libdir}/libpcre16.la
%{_libdir}/libpcrecpp.la
%{_libdir}/libpcreposix.la
%{_includedir}/pcre*.h
%{_pkgconfigdir}/libpcre.pc
+%{_pkgconfigdir}/libpcre16.pc
%{_pkgconfigdir}/libpcrecpp.pc
%{_pkgconfigdir}/libpcreposix.pc
%files static
%defattr(644,root,root,755)
%{_libdir}/libpcre.a
+%{_libdir}/libpcre16.a
%{_libdir}/libpcrecpp.a
%{_libdir}/libpcreposix.a
%files dll
%defattr(644,root,root,755)
-%{_dlldir}/libpcre-*.dll
-%{_dlldir}/libpcrecpp-*.dll
-%{_dlldir}/libpcreposix-*.dll
+%{_dlldir}/libpcre-1.dll
+%{_dlldir}/libpcre16-0.dll
+%{_dlldir}/libpcrecpp-0.dll
+%{_dlldir}/libpcreposix-0.dll
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -141,6 +148,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2012/02/19 12:52:17 qboosh
+- updated to 8.30
+
Revision 1.40 2011/12/14 19:59:10 qboosh
- updated to 8.21
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-pcre/crossmingw32-pcre.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list