rpms/perl-TimeDate/devel .cvsignore, 1.4, 1.5 perl-TimeDate.spec, 1.18, 1.19 sources, 1.4, 1.5

Paul Howarth pghmcfc at fedoraproject.org
Wed Dec 23 12:18:15 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-TimeDate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5793

Modified Files:
	.cvsignore perl-TimeDate.spec sources 
Log Message:
update to 1.20; recode documentation as UTF-8; fix bogus exec permissions to placate rpmlint


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-TimeDate/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	9 Sep 2004 10:21:21 -0000	1.4
+++ .cvsignore	23 Dec 2009 12:18:14 -0000	1.5
@@ -1 +1 @@
-TimeDate-1.16.tar.gz
+TimeDate-1.20.tar.gz


Index: perl-TimeDate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-TimeDate/devel/perl-TimeDate.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- perl-TimeDate.spec	4 Dec 2009 02:34:16 -0000	1.18
+++ perl-TimeDate.spec	23 Dec 2009 12:18:15 -0000	1.19
@@ -1,18 +1,18 @@
 Name:           perl-TimeDate
-Version:        1.16
+Version:        1.20
 Epoch:          1
-Release: 	12%{?dist}
+Release:        1%{?dist}
 Summary:        A Perl module for time and date manipulation
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/TimeDate/
-Source0:   http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module includes a number of smaller modules suited for
@@ -25,6 +25,13 @@ textual representations of points in tim
 %prep
 %setup -q -n TimeDate-%{version}
 
+# ChangeLog is ISO-8859-1 encoded
+iconv -f iso-8859-1 -t utf8 < ChangeLog > ChangeLog.utf8
+mv ChangeLog.utf8 ChangeLog
+
+# Bogus exec permissions on some language modules
+chmod -x lib/Date/Language/{Russian_cp1251,Russian_koi8r,Turkish}.pm
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -33,7 +40,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} ';' 2>/dev/null
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -42,7 +49,6 @@ make test
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files 
 %defattr(-,root,root,-)
 %{perl_vendorlib}/Date/
@@ -51,6 +57,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 23 2009 Paul Howarth <paul at city-fan.org> - 1:1.20-1
+- update to 1.20
+- recode documentation as UTF-8
+- fix bogus exec permissions to placate rpmlint
+
 * Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 1:1.16-12
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-TimeDate/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	9 Sep 2004 10:21:21 -0000	1.4
+++ sources	23 Dec 2009 12:18:15 -0000	1.5
@@ -1 +1 @@
-b3cc35a7cabd106ac8829d2f2ff4bd9d  TimeDate-1.16.tar.gz
+7da7452bce4c684e4238e6d09b390200  TimeDate-1.20.tar.gz




More information about the fedora-extras-commits mailing list