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:
parent
18e7ce6971
commit
cbe8d8f3c3
@ -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
|
Thu Aug 28 03:10:39 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
12
pcre.spec
12
pcre.spec
@ -21,10 +21,9 @@ Version: 8.35
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for Perl-compatible regular expressions
|
Summary: A library for Perl-compatible regular expressions
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.pcre.org/
|
Url: http://www.pcre.org/
|
||||||
#SVN-Clone: svn://vcs.exim.org/pcre/code/trunk
|
#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
|
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
|
Source2: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2.sig
|
||||||
Source3: %{name}.keyring
|
Source3: %{name}.keyring
|
||||||
@ -53,7 +52,7 @@ as Perl 5.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: A library for Perl-compatible regular expressions
|
Summary: A library for Perl-compatible regular expressions
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libpcre1 = %{version}
|
Requires: libpcre1 = %{version}
|
||||||
Requires: libpcre16-0 = %{version}
|
Requires: libpcre16-0 = %{version}
|
||||||
Requires: libpcrecpp0 = %{version}
|
Requires: libpcrecpp0 = %{version}
|
||||||
@ -72,7 +71,7 @@ as Perl 5.
|
|||||||
|
|
||||||
%package devel-static
|
%package devel-static
|
||||||
Summary: A library for Perl-compatible regular expressions
|
Summary: A library for Perl-compatible regular expressions
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Requires: pcre-devel = %{version}
|
Requires: pcre-devel = %{version}
|
||||||
|
|
||||||
%description devel-static
|
%description devel-static
|
||||||
@ -130,7 +129,7 @@ pcrecpp provides a C++ API to the PCRE engine.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: A library for Perl-compatible regular expressions
|
Summary: A library for Perl-compatible regular expressions
|
||||||
Group: System/Libraries
|
Group: Documentation/HTML
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -142,7 +141,7 @@ as Perl 5.
|
|||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: A library for Perl-compatible regular expressions
|
Summary: A library for Perl-compatible regular expressions
|
||||||
Group: System/Libraries
|
Group: Productivity/Text/Utilities
|
||||||
Recommends: %{name}-doc
|
Recommends: %{name}-doc
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
@ -151,7 +150,6 @@ expression pattern matching using the same syntax and semantics
|
|||||||
as Perl 5.
|
as Perl 5.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify %{SOURCE2}}
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user