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:
Stephan Kulow 2010-04-24 10:47:11 +00:00 committed by Git OBS Bridge
parent b8afeca37f
commit 4444f6e9e5
4 changed files with 15 additions and 3 deletions

View File

@ -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

View File

@ -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

0
ready
View File