Author: xavierb Update of /cvs/pkgs/rpms/perl-Config-Properties/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12123/F-10 Modified Files: sources Added Files: perl-Config-Properties-1.70-always_test_PODs.patch perl-Config-Properties.spec Log Message: Import into F-10, F-11 and EL-5 perl-Config-Properties-1.70-always_test_PODs.patch: --- NEW FILE perl-Config-Properties-1.70-always_test_PODs.patch --- --- t/7_pods.t.orig 2009-05-26 14:41:56.000000000 +0200 +++ t/7_pods.t 2009-05-26 14:42:10.000000000 +0200 @@ -3,9 +3,6 @@ use strict; use Test::More; -plan skip_all => "Only the author needs to check that POD docs are right" - unless eval "no warnings; getlogin eq 'salva'"; - eval "use Test::Pod 1.00"; plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; --- NEW FILE perl-Config-Properties.spec --- Name: perl-Config-Properties Version: 1.70 Release: 2%{?dist} Summary: Read and write property files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Config-Properties/ Source0: http://www.cpan.org/modules/by-module/Config/Config-Properties-%{version}.tar.gz Patch1: perl-Config-Properties-1.70-always_test_PODs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Config::Properties is a near implementation of the java.util.Properties API. It is designed to allow easy reading, writing and manipulation of Java- style property files. %prep %setup -q -n Config-Properties-%{version} %patch1 -p0 # Fix files encoding for i in Changes README; 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 make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Jun 03 2009 Xavier Bachelot <xavier@xxxxxxxxxxxx> 1.70-2 - Remove useless require perl(Test::More). * Tue May 26 2009 Xavier Bachelot <xavier@xxxxxxxxxxxx> 1.70-1 - Specfile autogenerated by cpanspec 1.77. - Fix License:. - Fix encoding on some files. - Add patch to always test PODs. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Properties/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 Jun 2009 22:21:24 -0000 1.1 +++ sources 4 Jun 2009 23:17:30 -0000 1.2 @@ -0,0 +1 @@ +7fa65789562f3b9833a82ebc052b0a7a Config-Properties-1.70.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list