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
Name: perl-Date-Simple
Version: 3.02
Release: 5%{?dist}
License: Artistic or GPL
Release: 6%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Url: http://search.cpan.org/dist/Date-Simple/
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)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
%description
%{summary}.
@ -56,6 +56,10 @@ BuildRequires: perl(ExtUtils::MakeMaker)
%{_mandir}/man3/Date::Simple*.3pm*
%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
- Buildrequire perl(ExtUtils::MakeMaker)
- Fix argument order for find with -depth

Loading…
Cancel
Save