From fc711c01c1fc2d0d16cd90da3c4c7272b4d69233 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 15 Oct 2007 20:22:00 +0000 Subject: [PATCH] fix license, br --- perl-ExtUtils-PkgConfig.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index a9ec381..e9873c6 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -1,16 +1,17 @@ Name: perl-ExtUtils-PkgConfig Version: 1.07 -Release: 5%{?dist} +Release: 5%{?dist}.1 Summary: Simplistic interface to pkg-config Group: Development/Libraries -License: LGPL +License: LGPLv2+ URL: http://search.cpan.org/dist/ExtUtils-PkgConfig/ Source0: http://www.cpan.org/authors/id/R/RM/RMCFARLA/Gtk2-Perl/ExtUtils-PkgConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: pkgconfig +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: pkgconfig @@ -57,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 15 2007 Tom "spot" Callaway - 1.07-5.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Sat Sep 9 2006 Jose Pedro Oliveira - 1.07-5 - Rebuild for FC6.