From b3c7f597e4c116201e8bc8844483ce3b5b05305e Mon Sep 17 00:00:00 2001 From: jorton Date: Fri, 11 Feb 2005 13:10:36 +0000 Subject: [PATCH] - don't print $libdir in 'pcre-config --libs' output --- pcre.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pcre.spec b/pcre.spec index 6ffb523..2c7730f 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,10 +1,11 @@ Name: pcre Version: 5.0 -Release: 2 +Release: 3 Summary: Perl-compatible regular expression library URL: http://www.pcre.org/ Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 -Patch: pcre-5.0-amd64.patch +Patch0: pcre-5.0-amd64.patch +Patch1: pcre-5.0-libdir.patch License: BSD Group: System Environment/Libraries Prefix: %{_prefix} @@ -30,7 +31,8 @@ Development files (Headers, libraries for static linking, etc) for %{name}. %prep %setup -q -%patch -p1 -b .amd64 +%patch0 -p1 -b .amd64 +%patch1 -p1 -b .libdir %build %configure --enable-utf8 @@ -77,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/pcre-config %changelog +* Fri Feb 11 2005 Joe Orton 5.0-3 +- don't print $libdir in 'pcre-config --libs' output + * Thu Nov 18 2004 Joe Orton 5.0-2 - include LICENCE, AUTHORS in docdir - run make check