Accepting request 28055 from Base:System

Copy from Base:System/pcre based on submit request 28055 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/28055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre?expand=0&rev=22
This commit is contained in:
OBS User autobuild 2010-01-08 16:32:14 +00:00 committed by Git OBS Bridge
parent b5f4d2ab90
commit 73a3b0447b
2 changed files with 17 additions and 9 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 12 18:38:47 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
- package documentation as noarch
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 7 12:51:05 UTC 2009 - coolo@novell.com Wed Oct 7 12:51:05 UTC 2009 - coolo@novell.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package pcre (Version 7.9.0) # spec file for package pcre (Version 7.9.0)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,10 +21,10 @@
Name: pcre Name: pcre
BuildRequires: gcc-c++ BuildRequires: gcc-c++
Version: 7.9.0 Version: 7.9.0
Release: 2 Release: 3
%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: BSD 3-clause (or similar) ; Other uncritical OpenSource License License: BSD3c(or similar) ; Other uncritical OpenSource License
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
# bug437293 # bug437293
@ -34,6 +34,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
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -49,7 +50,7 @@ Authors:
Philip Hazel <ph10@cam.ac.uk> Philip Hazel <ph10@cam.ac.uk>
%package devel %package devel
License: BSD 3-clause (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
Requires: libstdc++-devel Requires: libstdc++-devel
@ -75,7 +76,7 @@ Authors:
Philip Hazel <ph10@cam.ac.uk> Philip Hazel <ph10@cam.ac.uk>
%package -n libpcre0 %package -n libpcre0
License: BSD 3-clause (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
# for the license - don't add a version here! # for the license - don't add a version here!
@ -102,7 +103,7 @@ Authors:
/%{_lib}/libpcre.so.* /%{_lib}/libpcre.so.*
%package -n libpcreposix0 %package -n libpcreposix0
License: BSD 3-clause (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
# for the license - don't add a version here! # for the license - don't add a version here!
@ -129,7 +130,7 @@ Authors:
/%{_lib}/libpcreposix.so.* /%{_lib}/libpcreposix.so.*
%package -n libpcrecpp0 %package -n libpcrecpp0
License: BSD 3-clause (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
# for the license - don't add a == version here! # for the license - don't add a == version here!
@ -156,9 +157,10 @@ Authors:
%{_libdir}/libpcrecpp.so.* %{_libdir}/libpcrecpp.so.*
%package doc %package doc
License: BSD 3-clause (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
BuildArch: noarch
%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
@ -173,7 +175,7 @@ Authors:
Philip Hazel <ph10@cam.ac.uk> Philip Hazel <ph10@cam.ac.uk>
%package tools %package tools
License: BSD 3-clause (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
Recommends: %{name}-doc Recommends: %{name}-doc