Accepting request 38679 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/pcre via accept of submit request 38679 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/38679 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcre?expand=0&rev=11
This commit is contained in:
parent
b8afeca37f
commit
4444f6e9e5
10
pcre.changes
10
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
|
Wed Feb 10 16:16:56 CET 2010 - ms@suse.de
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pcre
|
Name: pcre
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++ pkg-config
|
||||||
Version: 7.9.0
|
Version: 7.9.0
|
||||||
Release: 4
|
Release: 5
|
||||||
%define rversion 7.9
|
%define rversion 7.9
|
||||||
Summary: A library for Perl-compatible regular expressions
|
Summary: A library for Perl-compatible regular expressions
|
||||||
License: BSD3c(or similar) ; Other uncritical OpenSource License
|
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/
|
Url: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
|
||||||
Source: %name-%rversion.tar.bz2
|
Source: %name-%rversion.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch: pcre-7.9.dif
|
Patch: pcre-7.9.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -161,7 +161,9 @@ Authors:
|
|||||||
License: BSD3c(or similar) ; Other uncritical OpenSource License
|
License: BSD3c(or similar) ; Other uncritical OpenSource License
|
||||||
Summary: A library for Perl-compatible regular expressions
|
Summary: A library for Perl-compatible regular expressions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%endif
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
The PCRE library is a set of functions that implement regular
|
The PCRE library is a set of functions that implement regular
|
||||||
|
Loading…
Reference in New Issue
Block a user