From 7ae822c6b41345ffcbcf4f25804c0fc4a8445646 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Nov 18 2004 11:21:49 +0000 Subject: - update to 5.0 - change License: BSD - fix header location #64248 --- diff --git a/.cvsignore b/.cvsignore index 0420cb3..51b346f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ pcre-4.5.tar.bz2 +pcre-5.0.tar.bz2 diff --git a/pcre.spec b/pcre.spec index 3a188df..9361899 100644 --- a/pcre.spec +++ b/pcre.spec @@ -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 5.0-1 +- update to 5.0 +- change License: BSD +- fix header location #64248 + * Tue Jun 15 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index d23968a..524e3b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c51bd34197008b128046f0799d2242e4 pcre-4.5.tar.bz2 +813850808894d99fb5b1c41ec6335d4f pcre-5.0.tar.bz2