- add license into doc and fix rpmlint warnings

This commit is contained in:
Marcela Mašláňová 2010-01-13 08:30:51 +00:00
parent 864fce269a
commit 4749e9cfc3

View File

@ -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á <mmaslano@redhat.com> - 5.54-5
- add license into doc and fix rpmlint warnings
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 5.54-4
- rebuild against perl 5.10.1