diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec index 23946c1..59cdfe6 100644 --- a/perl-ExtUtils-Depends.spec +++ b/perl-ExtUtils-Depends.spec @@ -1,15 +1,16 @@ Name: perl-ExtUtils-Depends Version: 0.205 -Release: 5%{?dist} +Release: 5%{?dist}.1 Summary: Easily build XS extensions that depend on XS extensions Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/ExtUtils-Depends/ Source0: http://www.cpan.org/authors/id/R/RM/RMCFARLA/Gtk2-Perl/ExtUtils-Depends-%{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.205-5.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Fri Sep 8 2006 Jose Pedro Oliveira - 0.205-5 - Rebuild for FC6.