Author: qboosh Date: Tue Oct 27 23:00:58 2009 GMT Module: packages Tag: HEAD ---- Log message: - package libpcreposix.pc - removed obsolete link patch
---- Files affected: packages/pcre: pcre.spec (1.102 -> 1.103) , pcre-link.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/pcre/pcre.spec diff -u packages/pcre/pcre.spec:1.102 packages/pcre/pcre.spec:1.103 --- packages/pcre/pcre.spec:1.102 Tue Oct 27 23:06:36 2009 +++ packages/pcre/pcre.spec Wed Oct 28 00:00:52 2009 @@ -15,7 +15,6 @@ Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 # Source0-md5: caf564aa69d68e965e9bf0ff2a094c65 Patch0: %{name}-pcreposix-glibc-conflict.patch -Patch1: %{name}-link.patch URL: http://www.pcre.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -179,7 +178,6 @@ %prep %setup -q %patch0 -p1 -#%patch1 -p1 %build %{__libtoolize} @@ -189,7 +187,7 @@ %{__automake} %configure \ CXXLDFLAGS="%{rpmldflags}" \ - %{!?with_static_libs:--enable-static=no} \ + %{!?with_static_libs:--disable-static} \ --enable-utf8 \ --enable-unicode-properties \ --enable-pcregrep-libz \ @@ -248,6 +246,7 @@ %{_includedir}/pcre.h %{_includedir}/pcreposix.h %{_pkgconfigdir}/libpcre.pc +%{_pkgconfigdir}/libpcreposix.pc %{_mandir}/man1/pcre-config.1* %{_mandir}/man3/pcre*.3* %exclude %{_mandir}/man3/pcrecpp.3* @@ -302,6 +301,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.103 2009/10/27 23:00:52 qboosh +- package libpcreposix.pc +- removed obsolete link patch + Revision 1.102 2009/10/27 22:06:36 adamg - updated to 8.00; -link.patch seems no longer needed ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pcre/pcre.spec?r1=1.102&r2=1.103&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
