Accepting request 247187 from home:jengelh:branches:Base:System

- Improve on RPM group classification

OBS-URL: https://build.opensuse.org/request/show/247187
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcre?expand=0&rev=62
This commit is contained in:
Stephan Kulow 2014-09-03 16:31:44 +00:00 committed by Git OBS Bridge
parent 18e7ce6971
commit cbe8d8f3c3
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 2 07:30:08 UTC 2014 - jengelh@inai.de
- Improve on RPM group classification
- Remove defunct %gpg_verify (replaced by source validators),
defunct freecode link
-------------------------------------------------------------------
Thu Aug 28 03:10:39 UTC 2014 - crrodriguez@opensuse.org

View File

@ -21,10 +21,9 @@ Version: 8.35
Release: 0
Summary: A library for Perl-compatible regular expressions
License: BSD-3-Clause
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: http://www.pcre.org/
#SVN-Clone: svn://vcs.exim.org/pcre/code/trunk
#Freecode-URL: http://freecode.com/projects/pcre
Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
Source2: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2.sig
Source3: %{name}.keyring
@ -53,7 +52,7 @@ as Perl 5.
%package devel
Summary: A library for Perl-compatible regular expressions
Group: System/Libraries
Group: Development/Libraries/C and C++
Requires: libpcre1 = %{version}
Requires: libpcre16-0 = %{version}
Requires: libpcrecpp0 = %{version}
@ -72,7 +71,7 @@ as Perl 5.
%package devel-static
Summary: A library for Perl-compatible regular expressions
Group: System/Libraries
Group: Development/Libraries/C and C++
Requires: pcre-devel = %{version}
%description devel-static
@ -130,7 +129,7 @@ pcrecpp provides a C++ API to the PCRE engine.
%package doc
Summary: A library for Perl-compatible regular expressions
Group: System/Libraries
Group: Documentation/HTML
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
@ -142,7 +141,7 @@ as Perl 5.
%package tools
Summary: A library for Perl-compatible regular expressions
Group: System/Libraries
Group: Productivity/Text/Utilities
Recommends: %{name}-doc
%description tools
@ -151,7 +150,6 @@ expression pattern matching using the same syntax and semantics
as Perl 5.
%prep
%{?gpg_verify: %gpg_verify %{SOURCE2}}
%setup -q
%patch0 -p1
%patch1 -p1