This commit is contained in:
Tom Callaway 2007-10-15 19:14:51 +00:00
parent 1c5a466f82
commit 976bc2b8d5

View File

@ -1,6 +1,6 @@
Name: perl-Date-Calc
Version: 5.4
Release: 2
Release: 2.1
Summary: A module for extended and efficient date calculations in Perl
Group: Development/Libraries
@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl >= 1:5.6.1
BuildRequires: perl-Bit-Vector >= 6.4
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl-Bit-Vector >= 6.4
@ -57,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 5.4-2.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Mon Aug 27 2007 Robin Norwood <rnorwood@redhat.com> - 5.4-2
- Update License tag
- Clean up minor specfile issues