fix br, license

This commit is contained in:
Tom Callaway 2007-10-15 20:41:49 +00:00
parent d93bb07b51
commit a31c44c8bd
1 changed files with 7 additions and 2 deletions

View File

@ -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 <tcallawa@redhat.com> - 0.05-2.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Mon Dec 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-2
- find: fixed arguments order.