rpms/perl-Config-IniFiles/EL-4 perl-Config-IniFiles.spec,1.3,1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Feb 12 18:12:54 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-Config-IniFiles/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19624/EL-4

Modified Files:
	perl-Config-IniFiles.spec 
Log Message:

sync



Index: perl-Config-IniFiles.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-IniFiles/EL-4/perl-Config-IniFiles.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Config-IniFiles.spec	2 May 2005 19:05:38 -0000	1.3
+++ perl-Config-IniFiles.spec	12 Feb 2008 18:12:16 -0000	1.4
@@ -1,19 +1,17 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-Config-IniFiles
 Version:        2.39
-Release:        1
+Release:        6%{?dist}
 Summary:        A module for reading .ini-style configuration files
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Config-IniFiles/
-Source0:   http://www.cpan.org/authors/id/W/WA/WADG/Config-IniFiles-2.39.tar.gz
+Source0:        http://www.cpan.org/authors/id/W/WA/WADG/Config-IniFiles-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Config::IniFiles provides a way to have readable configuration files
@@ -26,6 +24,9 @@
 %setup -q -n Config-IniFiles-%{version}
 chmod 644 README *.pm
 
+iconv -f iso-8859-1 -t utf-8 -o IniFiles.pm{.utf8,}
+mv IniFiles.pm{.utf8,}
+
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -40,7 +41,7 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -52,13 +53,33 @@
 %defattr(-,root,root,-)
 %doc README
 %{perl_vendorlib}/Config/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
-* Fri Apr 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.39-1
+* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.39-6
+- rebuild for new perl
+
+* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 2.39-5.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.39-5
+- Rebuild for FC6.
+- Convert man page to utf8.
+
+* Wed Feb 15 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.39-4
+- Rebuild for FC5 (perl 5.8.8).
+
+* Sat May 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.39-3
+- Add dist tag.
+
+* Fri Apr 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.39-2
 - Update to 2.39.
 
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Tue May 25 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.38-2
 - Patch URI generated from the RT entry as suggested (bug 1625)
 




More information about the fedora-extras-commits mailing list