diff --git a/perl-File-Which.spec b/perl-File-Which.spec index 5d91022..92601af 100644 --- a/perl-File-Which.spec +++ b/perl-File-Which.spec @@ -1,6 +1,6 @@ Name: perl-File-Which Version: 0.05 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Portable implementation of the 'which' utility Group: Development/Libraries @@ -10,6 +10,7 @@ Source0: http://www.cpan.org/authors/id/P/PE/PEREINAR/File-Which-%{versio 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,16 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 27 2008 Tom "spot" Callaway - 0.05-4 +- Rebuild for perl 5.10 (again) + +* Fri Jan 11 2008 Tom "spot" Callaway - 0.05-3 +- rebuild for new perl + +* 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.