- don't print $libdir in 'pcre-config --libs' output

This commit is contained in:
jorton 2005-02-11 13:10:36 +00:00
parent 3ecca5c01e
commit b3c7f597e4

View File

@ -1,10 +1,11 @@
Name: pcre Name: pcre
Version: 5.0 Version: 5.0
Release: 2 Release: 3
Summary: Perl-compatible regular expression library Summary: Perl-compatible regular expression library
URL: http://www.pcre.org/ URL: http://www.pcre.org/
Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 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 License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
Prefix: %{_prefix} Prefix: %{_prefix}
@ -30,7 +31,8 @@ Development files (Headers, libraries for static linking, etc) for %{name}.
%prep %prep
%setup -q %setup -q
%patch -p1 -b .amd64 %patch0 -p1 -b .amd64
%patch1 -p1 -b .libdir
%build %build
%configure --enable-utf8 %configure --enable-utf8
@ -77,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/pcre-config %{_bindir}/pcre-config
%changelog %changelog
* Fri Feb 11 2005 Joe Orton <jorton@redhat.com> 5.0-3
- don't print $libdir in 'pcre-config --libs' output
* Thu Nov 18 2004 Joe Orton <jorton@redhat.com> 5.0-2 * Thu Nov 18 2004 Joe Orton <jorton@redhat.com> 5.0-2
- include LICENCE, AUTHORS in docdir - include LICENCE, AUTHORS in docdir
- run make check - run make check