auto-import changelog data from pcre-4.4-1.src.rpm

Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 4.4-1
- 4.4
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed May 07 2003 Than Ngo <than@redhat.com> 4.2-1
- update to 4.2
This commit is contained in:
cvsdist 2004-09-09 09:59:38 +00:00
parent 64a1270abf
commit abd371a863
3 changed files with 17 additions and 6 deletions

View File

@ -1 +1 @@
pcre-3.9.tar.bz2
pcre-4.4.tar.bz2

View File

@ -1,9 +1,9 @@
Name: pcre
Version: 3.9
Release: 10
Version: 4.4
Release: 1
Summary: Perl-compatible regular expression library
URL: http://www.pcre.org/
Source: ftp://ftp.sourceforge.net/projects/pcre/%{name}-%{version}.tar.bz2
Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
Patch: pcre-3.9-libtool.patch
License: GPL
Group: System Environment/Libraries
@ -42,7 +42,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_lib}
mv $RPM_BUILD_ROOT%{_libdir}/libpcre.so.* $RPM_BUILD_ROOT/%{_lib}/
( cd $RPM_BUILD_ROOT%{_libdir} && ln -fs ../../%{_lib}/libpcre.so.0 libpcre.so )
pushd $RPM_BUILD_ROOT%{_libdir}
ln -fs ../../%{_lib}/libpcre.so.0 libpcre.so
popd
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%post -p /sbin/ldconfig
@ -70,6 +72,15 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/pcre-config
%changelog
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 4.4-1
- 4.4
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed May 7 2003 Than Ngo <than@redhat.com> 4.2-1
- update to 4.2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt

View File

@ -1 +1 @@
26b918bfab43cd16d173460354ab9442 pcre-3.9.tar.bz2
89fc389191d9611b314c3fc23235377b pcre-4.4.tar.bz2