- update to 5.0

- change License: BSD
- fix header location #64248
This commit is contained in:
Than Ngo 2004-11-18 11:21:49 +00:00
parent 5956667356
commit 7ae822c6b4
3 changed files with 15 additions and 9 deletions

View File

@ -1 +1,2 @@
pcre-4.5.tar.bz2
pcre-5.0.tar.bz2

View File

@ -1,11 +1,11 @@
Name: pcre
Version: 4.5
Release: 3
Version: 5.0
Release: 1
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-3.9-libtool.patch
License: distributable
Patch: pcre-5.0-amd64.patch
License: BSD
Group: System Environment/Libraries
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root
@ -30,8 +30,8 @@ Development files (Headers, libraries for static linking, etc) for %{name}.
%prep
%setup -q
%patch -p1 -b .libtool
%configure --includedir=%{_includedir}/%{name} --enable-utf8
%patch -p1 -b .amd64
%configure --enable-utf8
%build
make
@ -67,12 +67,17 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/*.a
%dir %{_includedir}/%{name}
%{_includedir}/%{name}/*
%{_libdir}/pkgconfig/*
%{_includedir}/*.h
%{_mandir}/man3/*
%{_bindir}/pcre-config
%changelog
* Thu Nov 18 2004 Than Ngo <than@redhat.com> 5.0-1
- update to 5.0
- change License: BSD
- fix header location #64248
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1 @@
c51bd34197008b128046f0799d2242e4 pcre-4.5.tar.bz2
813850808894d99fb5b1c41ec6335d4f pcre-5.0.tar.bz2