rpms/perl-Locale-SubCountry/devel .cvsignore, 1.3, 1.4 perl-Locale-SubCountry.spec, 1.5, 1.6 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Tue Sep 9 06:15:35 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Locale-SubCountry/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5821

Modified Files:
	.cvsignore perl-Locale-SubCountry.spec sources 
Log Message:
* Mon Sep 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.41-1
- update to 1.41
- chmod -x everything



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	5 Dec 2006 16:20:54 -0000	1.3
+++ .cvsignore	9 Sep 2008 06:15:04 -0000	1.4
@@ -1 +1 @@
-Locale-SubCountry-1.38.tar.gz
+Locale-SubCountry-1.41.tar.gz


Index: perl-Locale-SubCountry.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/devel/perl-Locale-SubCountry.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Locale-SubCountry.spec	4 Mar 2008 19:26:03 -0000	1.5
+++ perl-Locale-SubCountry.spec	9 Sep 2008 06:15:04 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           perl-Locale-SubCountry
-Version:        1.38 
-Release:        2%{?dist}
+Version:        1.41
+Release:        1%{?dist}
 Summary:        ISO 3166-2 two letter subcountry codes
 
 Group:          Development/Libraries
@@ -25,17 +25,18 @@
 %prep
 %setup -q -n Locale-SubCountry-%{version}
 
-chmod -x examples/*
+find . -type f -exec chmod -c -x {} +
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 # make sure the man page is UTF-8...
-cd blib/man3
-iconv --from=ISO-8859-1 --to=UTF-8 Locale::SubCountry.3pm > new
-mv new Locale::SubCountry.3pm
-
+#cd blib/man3
+for i in Changes blib/man3/Locale::SubCountry.3pm ; do
+    iconv --from=ISO-8859-1 --to=UTF-8 $i > new
+    mv new $i
+done
 
 %install
 rm -rf %{buildroot}
@@ -63,6 +64,10 @@
 
 
 %changelog
+* Mon Sep 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.41-1
+- update to 1.41
+- chmod -x everything
+
 * Tue Mar 04 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.38-2
 - rebuild for new perl
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	5 Dec 2006 16:20:54 -0000	1.3
+++ sources	9 Sep 2008 06:15:04 -0000	1.4
@@ -1 +1 @@
-fdd8540e52af7a17d1a72a04eee4d148  Locale-SubCountry-1.38.tar.gz
+44f6b0cc4b1ad5db591e45d1395d2d7f  Locale-SubCountry-1.41.tar.gz




More information about the Fedora-perl-devel-list mailing list