diff --git a/pcre-7.9.dif b/pcre-7.9.patch similarity index 100% rename from pcre-7.9.dif rename to pcre-7.9.patch diff --git a/pcre.changes b/pcre.changes index 2d9fd54..b7f5944 100644 --- a/pcre.changes +++ b/pcre.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 24 10:38:30 UTC 2010 - coolo@novell.com + +- buildrequire pkg-config to fix provides + +------------------------------------------------------------------- +Thu Feb 25 16:49:20 UTC 2010 - prusnak@suse.cz + +- build noarch docs only for >= 11.2 + ------------------------------------------------------------------- Wed Feb 10 16:16:56 CET 2010 - ms@suse.de diff --git a/pcre.spec b/pcre.spec index 6bf8bdf..aac51e5 100644 --- a/pcre.spec +++ b/pcre.spec @@ -19,9 +19,9 @@ Name: pcre -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ pkg-config Version: 7.9.0 -Release: 4 +Release: 5 %define rversion 7.9 Summary: A library for Perl-compatible regular expressions License: BSD3c(or similar) ; Other uncritical OpenSource License @@ -35,7 +35,7 @@ Obsoletes: pcre-64bit Url: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ Source: %name-%rversion.tar.bz2 Source2: baselibs.conf -Patch: pcre-7.9.dif +Patch: pcre-7.9.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -161,7 +161,9 @@ Authors: License: BSD3c(or similar) ; Other uncritical OpenSource License Summary: A library for Perl-compatible regular expressions Group: System/Libraries +%if 0%{?suse_version} >= 1120 BuildArch: noarch +%endif %description doc The PCRE library is a set of functions that implement regular diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000