fix br, license

This commit is contained in:
Tom Callaway 2007-10-17 03:21:56 +00:00
parent 69bd92ce65
commit 903e63a845

View File

@ -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 <tcallawa@redhat.com> 0.02-2.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Wed Sep 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.02-2
- bump