diff --git a/perl-ExtUtils-CBuilder.spec b/perl-ExtUtils-CBuilder.spec index 5c300c6..e7ea379 100644 --- a/perl-ExtUtils-CBuilder.spec +++ b/perl-ExtUtils-CBuilder.spec @@ -1,15 +1,16 @@ Name: perl-ExtUtils-CBuilder Version: 0.19 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Compile and link C code for Perl modules Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/ExtUtils-CBuilder/ Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -52,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 15 2007 Tom "spot" Callaway - 0.19-1.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Thu May 31 2007 Jose Pedro Oliveira - 0.19-1 - Update to 0.19.