diff --git a/perl-Sub-Identify.spec b/perl-Sub-Identify.spec index 077f33c..251bf4c 100644 --- a/perl-Sub-Identify.spec +++ b/perl-Sub-Identify.spec @@ -1,13 +1,14 @@ Name: perl-Sub-Identify Version: 0.02 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Retrieve names of code references -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sub-Identify/ Source0: http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-%{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 @@ -44,6 +45,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Oct 16 2007 Tom "spot" Callaway 0.02-2.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Wed Sep 06 2006 Chris Weyl 0.02-2 - bump