Author: qboosh Date: Tue May 1 09:49:48 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 7.1
---- Files affected: SPECS: pcre.spec (1.78 -> 1.79) ---- Diffs: ================================================================ Index: SPECS/pcre.spec diff -u SPECS/pcre.spec:1.78 SPECS/pcre.spec:1.79 --- SPECS/pcre.spec:1.78 Sun Apr 22 00:04:37 2007 +++ SPECS/pcre.spec Tue May 1 11:49:43 2007 @@ -7,12 +7,12 @@ Summary(pl.UTF-8): Biblioteka perlowych wyrażeń regularnych Summary(pt_BR.UTF-8): Biblioteca de expressões regulares versão Name: pcre -Version: 7.0 -Release: 2 +Version: 7.1 +Release: 1 License: BSD (see LICENCE) Group: Libraries Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 -# Source0-md5: b97e3bb84bd665e0fbb7a90344d65a43 +# Source0-md5: c678550aaf064a17bb4bb6ea36dd6d88 URL: http://www.pcre.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -177,6 +177,8 @@ %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} +%{__automake} %configure \ CXXLDFLAGS="%{rpmldflags}" \ %{!?with_static_libs:--enable-static=no} \ @@ -202,6 +204,8 @@ cd - install pcredemo.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +rm -rf $RPM_BUILD_ROOT%{_docdir}/pcre + %clean rm -rf $RPM_BUILD_ROOT @@ -227,6 +231,7 @@ %{_includedir}/pcre.h %{_includedir}/pcreposix.h %{_pkgconfigdir}/libpcre.pc +%{_mandir}/man1/pcre-config.1* %{_mandir}/man3/* %exclude %{_mandir}/man3/pcrecpp.3* %{_examplesdir}/%{name}-%{version} @@ -279,6 +284,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.79 2007/05/01 09:49:43 qboosh +- updated to 7.1 + Revision 1.78 2007/04/21 22:04:37 pluto - release 2 for rebuild with new libstdc++. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pcre.spec?r1=1.78&r2=1.79&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
