fix br, license

This commit is contained in:
Tom Callaway 2007-10-17 02:12:11 +00:00
parent dbc00d6e41
commit 90531f7386

View File

@ -1,15 +1,16 @@
Name: perl-PadWalker
Version: 1.5
Release: 1%{?dist}
Release: 1%{?dist}.1
Summary: Play with other peoples' lexical variables
Group: Development/Libraries
License: GPL or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/PadWalker/
Source0: http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(ExtUtils::MakeMaker)
%description
PadWalker is a module which allows you to inspect (and even change!)
@ -52,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.5-1.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Fri Jan 5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.5-1
- Update to 1.5.