rpms/perl-Date-Manip/devel perl-Date-Manip.spec,1.9,1.10

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Jan 13 08:30:51 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Date-Manip/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14139

Modified Files:
	perl-Date-Manip.spec 
Log Message:
* Wed Jan 13 2010 Marcela Mašláňová <mmaslano at redhat.com> - 5.54-5
- add license into doc and fix rpmlint warnings



Index: perl-Date-Manip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Date-Manip/devel/perl-Date-Manip.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Date-Manip.spec	7 Dec 2009 13:22:21 -0000	1.9
+++ perl-Date-Manip.spec	13 Jan 2010 08:30:51 -0000	1.10
@@ -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/auth
 # Mailed to sbeck at 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 at redhat.com> - 5.54-5
+- add license into doc and fix rpmlint warnings
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 5.54-4
 - rebuild against perl 5.10.1
 




More information about the perl-devel mailing list