Clarify license as GPL v1 or later, or Artistic (same as perl) Add buildreq

perl(Test::More)
epel9
Paul Howarth 18 years ago
parent bc581745a4
commit 6252b045e6

@ -1,14 +1,14 @@
Summary: Simple date object for perl Summary: Simple date object for perl
Name: perl-Date-Simple Name: perl-Date-Simple
Version: 3.02 Version: 3.02
Release: 5%{?dist} Release: 6%{?dist}
License: Artistic or GPL License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
Url: http://search.cpan.org/dist/Date-Simple/ Url: http://search.cpan.org/dist/Date-Simple/
Source0: http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/Date-Simple-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/Date-Simple-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
%description %description
%{summary}. %{summary}.
@ -56,6 +56,10 @@ BuildRequires: perl(ExtUtils::MakeMaker)
%{_mandir}/man3/Date::Simple*.3pm* %{_mandir}/man3/Date::Simple*.3pm*
%changelog %changelog
* Mon Aug 13 2007 Paul Howarth <paul@city-fan.org> 3.02-6
- Clarify license as GPL v1 or later, or Artistic (same as perl)
- Add buildreq perl(Test::More)
* Wed Apr 18 2007 Paul Howarth <paul@city-fan.org> 3.02-5 * Wed Apr 18 2007 Paul Howarth <paul@city-fan.org> 3.02-5
- Buildrequire perl(ExtUtils::MakeMaker) - Buildrequire perl(ExtUtils::MakeMaker)
- Fix argument order for find with -depth - Fix argument order for find with -depth

Loading…
Cancel
Save