diff --git a/perl-File-Which.spec b/perl-File-Which.spec index 4f725d7..f0a208d 100644 --- a/perl-File-Which.spec +++ b/perl-File-Which.spec @@ -1,15 +1,16 @@ Name: perl-File-Which Version: 0.05 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Portable implementation of the 'which' utility Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/File-Which/ Source0: http://www.cpan.org/authors/id/P/PE/PEREINAR/File-Which-%{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 @@ -55,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 15 2007 Tom "spot" Callaway - 0.05-2.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Mon Dec 18 2006 Jose Pedro Oliveira - 0.05-2 - find: fixed arguments order.