rpms/perl-Locale-SubCountry/FC-6 perl-Locale-SubCountry.spec, 1.3, 1.4 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Dec 5 16:21:24 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Locale-SubCountry/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1845/FC-6

Modified Files:
	perl-Locale-SubCountry.spec sources 
Log Message:
update to 1.38



Index: perl-Locale-SubCountry.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/FC-6/perl-Locale-SubCountry.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Locale-SubCountry.spec	1 Sep 2006 04:15:32 -0000	1.3
+++ perl-Locale-SubCountry.spec	5 Dec 2006 16:20:54 -0000	1.4
@@ -1,8 +1,6 @@
-# $Id$
-
 Name:           perl-Locale-SubCountry
-Version:        1.37 
-Release:        2%{?dist}
+Version:        1.38 
+Release:        1%{?dist}
 Summary:        ISO 3166-2 two letter subcountry codes
 
 Group:          Development/Libraries
@@ -28,9 +26,10 @@
 %prep
 %setup -q -n Locale-SubCountry-%{version}
 
+chmod -x examples/*
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 # make sure the man page is UTF-8...
@@ -41,11 +40,12 @@
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -58,12 +58,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Tue Dec 05 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.38-1
+- update to 1.38
+- minor specfile tweaks
+
 * Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.37-2
 - bump for mass rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Locale-SubCountry/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	5 Jul 2006 19:39:11 -0000	1.2
+++ sources	5 Dec 2006 16:20:54 -0000	1.3
@@ -1 +1 @@
-b6d365e2db967821c2f1fdfcf064cab6  Locale-SubCountry-1.37.tar.gz
+fdd8540e52af7a17d1a72a04eee4d148  Locale-SubCountry-1.38.tar.gz




More information about the fedora-extras-commits mailing list