diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index c17da89..4e7a57c 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -1,6 +1,6 @@ Name: perl-Date-Manip Version: 5.54 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Perl module containing a wide variety of date manipulation routines Group: Development/Libraries @@ -10,7 +10,7 @@ Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}. # Mailed to sbeck@cpan.org on 2008-11-26: Patch0: perl-Date-Manip-5.48-datez-rhbz248500.patch -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) perl(Test::More) @@ -25,7 +25,7 @@ Obsoletes: perl-DateManip < 5.48-1 %description This is a set of routines designed to make any common date/time -manipulation easy to do. Operations such as comparing two times, +manipulation easy to do. Operations such as comparing two times, calculating a time a given amount of time from another, or parsing international times are all easily done. @@ -54,12 +54,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README TODO HISTORY +%doc README TODO HISTORY LICENSE %{perl_vendorlib}/Date/ %{_mandir}/man3/*.3* %changelog +* Wed Jan 13 2010 Marcela Mašláňová - 5.54-5 +- add license into doc and fix rpmlint warnings + * Mon Dec 7 2009 Stepan Kasal - 5.54-4 - rebuild against perl 5.10.1