- don't print $libdir in 'pcre-config --libs' output
This commit is contained in:
parent
3ecca5c01e
commit
b3c7f597e4
11
pcre.spec
11
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 <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
|
||||
- include LICENCE, AUTHORS in docdir
|
||||
- run make check
|
||||
|
Loading…
Reference in New Issue
Block a user