This commit is contained in:
parent
db2a4cdfd1
commit
d46a09e074
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:290a85d4d043eaf324821f5de4acf263ebc4bd232a34c8d348d6254ecbd3c520
|
|
||||||
size 759104
|
|
3
pcre-7.4.tar.bz2
Normal file
3
pcre-7.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5fb383fcc6d35e694950d203f9d7ef525165854dd4ac2c269e20e57a0d0b3e5
|
||||||
|
size 783044
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 6 08:15:28 CET 2007 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
- update to version 7.4, since version 7.2, more than 40 bugs were fixed
|
||||||
|
including multiple vulnerabilities [#325921] . The list of changes is too long
|
||||||
|
to mention here, see changelog.txt for details.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 8 12:46:16 CEST 2007 - ms@suse.de
|
Wed Aug 8 12:46:16 CEST 2007 - ms@suse.de
|
||||||
|
|
||||||
|
26
pcre.spec
26
pcre.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pcre (Version 7.2)
|
# spec file for package pcre (Version 7.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,15 +12,15 @@
|
|||||||
|
|
||||||
Name: pcre
|
Name: pcre
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
Version: 7.2
|
Version: 7.4
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: A library for Perl-compatible regular expressions
|
Summary: A library for Perl-compatible regular expressions
|
||||||
License: BSD 3-Clause, Other uncritical OpenSource License, PCRE LICENCE
|
License: BSD 3-Clause; Other uncritical OpenSource License
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
URL: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
|
Url: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
|
||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
Patch0: %name-%version.assert_fix.patch
|
Patch0: %name-7.2.assert_fix.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -71,6 +71,8 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
|
|||||||
%{__make} DESTDIR=%{buildroot} install
|
%{__make} DESTDIR=%{buildroot} install
|
||||||
%{__mkdir_p} %{buildroot}/%{_defaultdocdir}
|
%{__mkdir_p} %{buildroot}/%{_defaultdocdir}
|
||||||
mv %{buildroot}/usr/share/doc/pcre %{buildroot}/%{_defaultdocdir}/pcre
|
mv %{buildroot}/usr/share/doc/pcre %{buildroot}/%{_defaultdocdir}/pcre
|
||||||
|
#empty dependecy_libs
|
||||||
|
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export LANG=POSIX
|
export LANG=POSIX
|
||||||
@ -94,7 +96,7 @@ make test
|
|||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_bindir}/pcregrep
|
%{_bindir}/pcregrep
|
||||||
%{_bindir}/pcretest
|
%{_bindir}/pcretest
|
||||||
%doc %{_mandir}/man1/*.gz
|
%{_mandir}/man1/*.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -102,12 +104,14 @@ make test
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_libdir}/pkgconfig/libpcre.pc
|
%{_libdir}/pkgconfig/libpcre.pc
|
||||||
%{_libdir}/pkgconfig/libpcrecpp.pc
|
%{_libdir}/pkgconfig/libpcrecpp.pc
|
||||||
%doc %{_mandir}/man3/*.gz
|
%{_mandir}/man3/*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 06 2007 - crrodriguez@suse.de
|
||||||
|
- update to version 7.4, since version 7.2, more than 40 bugs were fixed
|
||||||
|
including multiple vulnerabilities [#325921] . The list of changes is too long
|
||||||
|
to mention here, see changelog.txt for details.
|
||||||
* Wed Aug 08 2007 - ms@suse.de
|
* Wed Aug 08 2007 - ms@suse.de
|
||||||
- added fix to run ldconfig for libpcre*, Thanks to
|
- added fix to run ldconfig for libpcre*, Thanks to
|
||||||
Cristian Rodriguez <crrodriguez@novell.com> who provided
|
Cristian Rodriguez <crrodriguez@novell.com> who provided
|
||||||
|
Loading…
Reference in New Issue
Block a user