fix br, license

This commit is contained in:
Tom Callaway 2007-10-17 03:23:37 +00:00
parent 25abb3456a
commit cedb09193b

View File

@ -1,12 +1,13 @@
Name: perl-Sub-Name
Version: 0.02
Release: 3%{?dist}
Release: 3%{?dist}.1
Summary: Name -- or rename -- a sub
License: GPL or Artistic
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Sub-Name/
Source0: http://www.cpan.org/authors/id/X/XM/XMATH/Sub-Name-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -49,6 +50,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-3.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Tue Aug 21 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.02-3
- bump