fix license, br

This commit is contained in:
Tom Callaway 2007-10-15 20:22:00 +00:00
parent 7a65cd7ea0
commit fc711c01c1

View File

@ -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 <tcallawa@redhat.com> - 1.07-5.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Sat Sep 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-5
- Rebuild for FC6.