parent
5956667356
commit
7ae822c6b4
@ -1 +1,2 @@
|
||||
pcre-4.5.tar.bz2
|
||||
pcre-5.0.tar.bz2
|
||||
|
21
pcre.spec
21
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user