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..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 -Requires: perl = %{perl_version} %description The pkg-config program retrieves information about installed libraries,