rpms/perl-Locale-SubCountry/F-8 perl-Locale-SubCountry.spec, 1.4, 1.5 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Tue Sep 9 06:20:10 UTC 2008


Author: cweyl

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

Modified Files:
	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: perl-Locale-SubCountry.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/F-8/perl-Locale-SubCountry.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Locale-SubCountry.spec	5 Dec 2006 16:20:54 -0000	1.4
+++ perl-Locale-SubCountry.spec	9 Sep 2008 06:19:40 -0000	1.5
@@ -1,16 +1,15 @@
 Name:           perl-Locale-SubCountry
-Version:        1.38 
+Version:        1.41
 Release:        1%{?dist}
 Summary:        ISO 3166-2 two letter subcountry codes
 
 Group:          Development/Libraries
-License:        Artistic or GPL
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Locale-SubCountry
 Source0: http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/Locale-SubCountry-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch 
-BuildRequires:  perl
 BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -26,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}
@@ -64,6 +64,13 @@
 
 
 %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
+
 * Tue Dec 05 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.38-1
 - update to 1.38
 - minor specfile tweaks


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/F-8/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:19:40 -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