From 832d3307f04efdd35045b5d1a99f2a74d9fc0af31fc72970e6b2a517bdd69475 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 26 Nov 2010 16:22:45 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/perl-ExtUtils-PkgConfig revision 15.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-PkgConfig?expand=0&rev=b690b34ffdcfbe364c330d738ea1835a --- perl-ExtUtils-PkgConfig.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index d8cfcfb..5519ba1 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -17,11 +17,12 @@ # norootforbuild + Name: perl-ExtUtils-PkgConfig %define cpan_name ExtUtils-PkgConfig Summary: Simplistic interface to pkg-config Version: 1.12 -Release: 1 +Release: 10 License: LGPLv2.1+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/ExtUtils-PkgConfig/ From abb46837309719411d7f62314ae67cfdce5a998ee39d448261927c31774b4e3f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 30 Nov 2010 19:25:39 +0000 Subject: [PATCH 2/3] siwtch to perl_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-PkgConfig?expand=0&rev=9 --- perl-ExtUtils-PkgConfig.changes | 5 +++++ perl-ExtUtils-PkgConfig.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-ExtUtils-PkgConfig.changes b/perl-ExtUtils-PkgConfig.changes index 3d0a158..1e12169 100644 --- a/perl-ExtUtils-PkgConfig.changes +++ b/perl-ExtUtils-PkgConfig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 30 19:20:13 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Wed Nov 24 19:29:22 UTC 2010 - chris@computersalat.de diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index 5519ba1..0ea400c 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -35,7 +35,7 @@ BuildRequires: perl %if 0%{?suse_version} < 1120 BuildRequires: perl-macros %endif -Requires: perl = %{perl_version} +%{perl_requires} %description The pkg-config program retrieves information about installed libraries, From 284efe33b6eff996568da52601a99280649caac91beed4a8440850744f5c8265 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:04:48 +0000 Subject: [PATCH 3/3] always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-PkgConfig?expand=0&rev=10 --- perl-ExtUtils-PkgConfig.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index 0ea400c..d3a0522 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -30,12 +30,10 @@ Url: http://search.cpan.org/dist/ExtUtils-PkgConfig/ Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: pkgconfig BuildRequires: perl -%if 0%{?suse_version} < 1120 BuildRequires: perl-macros -%endif -%{perl_requires} %description The pkg-config program retrieves information about installed libraries,