rpms/perl-Config-Properties/devel import.log, NONE, 1.1 perl-Config-Properties-1.70-always_test_PODs.patch, NONE, 1.1 perl-Config-Properties.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Thu Jun 4 22:51:55 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/perl-Config-Properties/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6311/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Config-Properties-1.70-always_test_PODs.patch 
	perl-Config-Properties.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
perl-Config-Properties-1_70-2_fc10:HEAD:perl-Config-Properties-1.70-2.fc10.src.rpm:1244155852

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 at bachelot.org> 1.70-2
- Remove useless require perl(Test::More).

* Tue May 26 2009 Xavier Bachelot <xavier at bachelot.org> 1.70-1
- Specfile autogenerated by cpanspec 1.77.
- Fix License:.
- Fix encoding on some files.
- Add patch to always test PODs.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Properties/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Jun 2009 22:21:24 -0000	1.1
+++ .cvsignore	4 Jun 2009 22:51:24 -0000	1.2
@@ -0,0 +1 @@
+Config-Properties-1.70.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Properties/devel/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 22:51:24 -0000	1.2
@@ -0,0 +1 @@
+7fa65789562f3b9833a82ebc052b0a7a  Config-Properties-1.70.tar.gz




More information about the fedora-extras-commits mailing list