rebuild for new perl update to 0.102 fix license tag
This commit is contained in:
parent
fbf23df653
commit
061de3abed
@ -1 +1 @@
|
||||
Package-Generator-0.100.tar.gz
|
||||
Package-Generator-0.102.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
Name: perl-Package-Generator
|
||||
Version: 0.100
|
||||
Release: 2%{?dist}
|
||||
Version: 0.102
|
||||
Release: 1%{?dist}
|
||||
Summary: Generate new packages quickly and easily
|
||||
License: GPL or Artistic
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Package-Generator/
|
||||
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Package-Generator-%{version}.tar.gz
|
||||
@ -11,6 +11,7 @@ BuildArch: noarch
|
||||
|
||||
# for testing...
|
||||
BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod), perl(Params::Util)
|
||||
BuildRequires: perl(Test::More), perl(Scalar::Util)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
@ -48,6 +49,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.102-1
|
||||
- rebuild for new perl
|
||||
- update to 0.102
|
||||
- fix license tag
|
||||
|
||||
* Wed Sep 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.100-2
|
||||
- bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user