auto-import changelog data from pcre-4.5-1.src.rpm
Fri Mar 12 2004 Than Ngo <than@redhat.com> 4.5-1 - update to 4.5 Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
abd371a863
commit
2166802a83
@ -1 +1 @@
|
|||||||
pcre-4.4.tar.bz2
|
pcre-4.5.tar.bz2
|
||||||
|
14
pcre.spec
14
pcre.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pcre
|
Name: pcre
|
||||||
Version: 4.4
|
Version: 4.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Perl-compatible regular expression library
|
Summary: Perl-compatible regular expression library
|
||||||
URL: http://www.pcre.org/
|
URL: http://www.pcre.org/
|
||||||
@ -9,6 +9,7 @@ License: GPL
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
Prereq: /sbin/ldconfig
|
||||||
BuildPrereq: sed
|
BuildPrereq: sed
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,7 +29,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Development files (Headers, libraries for static linking, etc) for %{name}.
|
Development files (Headers, libraries for static linking, etc) for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
%patch -p1 -b .libtool
|
%patch -p1 -b .libtool
|
||||||
%configure --includedir=%{_includedir}/%{name} --enable-utf8
|
%configure --includedir=%{_includedir}/%{name} --enable-utf8
|
||||||
|
|
||||||
@ -72,6 +73,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/pcre-config
|
%{_bindir}/pcre-config
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 12 2004 Than Ngo <than@redhat.com> 4.5-1
|
||||||
|
- update to 4.5
|
||||||
|
|
||||||
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 4.4-1
|
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 4.4-1
|
||||||
- 4.4
|
- 4.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user