rpms/perl-HTML-CalendarMonthSimple/EL-5 perl-HTML-CalendarMonthSimple.spec, 1.2, 1.3

Xavier Bachelot xavierb at fedoraproject.org
Fri Jun 5 08:39:56 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/perl-HTML-CalendarMonthSimple/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5916

Modified Files:
	perl-HTML-CalendarMonthSimple.spec 
Log Message:
merge my spec with ixs'


Index: perl-HTML-CalendarMonthSimple.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-CalendarMonthSimple/EL-5/perl-HTML-CalendarMonthSimple.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-HTML-CalendarMonthSimple.spec	16 May 2007 11:19:01 -0000	1.2
+++ perl-HTML-CalendarMonthSimple.spec	5 Jun 2009 08:39:25 -0000	1.3
@@ -1,8 +1,8 @@
 Name:           perl-HTML-CalendarMonthSimple
 Version:        1.25
-Release:        2%{?dist}
+Release:        5%{?dist}
 Summary:        Perl Module for Generating HTML Calendars
-License:        Public Domain
+License:        Copyright only
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTML-CalendarMonthSimple/
 Source0:        http://www.cpan.org/modules/by-module/HTML/HTML-CalendarMonthSimple-%{version}.tar.gz
@@ -12,7 +12,6 @@ BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:  perl(Date::Calc)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  /usr/bin/iconv
 
 %description
 HTML::CalendarMonthSimple is a Perl module for generating, manipulating,
@@ -23,9 +22,12 @@ a faster and easier-to-use alternative t
 %setup -q -n HTML-CalendarMonthSimple-%{version}
 %patch0 -p 1 -b .thisday
 
-# Fix UTF-8
-iconv -f ISO_8859-1 -t UTF-8 -o tmp.pm CalendarMonthSimple.pm &&
-mv -f tmp.pm CalendarMonthSimple.pm
+# Fix encoding :
+for i in README CalendarMonthSimple.pm ; do {
+    iconv -f iso8859-1 -t utf-8 $i > $i.utf8 && \
+    touch -r $i $i.utf8 && \
+    mv -f $i.utf8 $i; };
+done;
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +56,18 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 03 2009 Xavier Bachelot <xavier at bachelot.org> 1.25-5
+- Change License: to Copyright only.
+- Fix README file encoding.
+- Preserve timestamp on converted files.
+- Remove implicit BR: iconv.
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.25-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.25-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Wed May 16 2007 Andreas Thienemann <andreas at bawue.net> 1.25-2
 - Fixed typo in BR
 




More information about the fedora-extras-commits mailing list