rpms/perl-Params-Check/EL-5 .cvsignore, 1.3, 1.4 perl-Params-Check.spec, 1.3, 1.4 sources, 1.3, 1.4

Ian Burrell iburrell at fedoraproject.org
Mon Sep 22 00:34:45 UTC 2008


Author: iburrell

Update of /cvs/extras/rpms/perl-Params-Check/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28087

Modified Files:
	.cvsignore perl-Params-Check.spec sources 
Log Message:
copy from F-8


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Params-Check/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	7 Jul 2006 13:34:23 -0000	1.3
+++ .cvsignore	22 Sep 2008 00:34:14 -0000	1.4
@@ -1 +1 @@
-Params-Check-0.25.tar.gz
+Params-Check-0.26.tar.gz


Index: perl-Params-Check.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Params-Check/EL-5/perl-Params-Check.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Params-Check.spec	17 Sep 2006 20:58:05 -0000	1.3
+++ perl-Params-Check.spec	22 Sep 2008 00:34:14 -0000	1.4
@@ -1,14 +1,16 @@
 Name:           perl-Params-Check
-Version:        0.25
+Version:        0.26
 Release:        2%{?dist}
 Summary:        Generic input parsing/checking mechanism
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Params-Check/
 Source0:        http://www.cpan.org/authors/id/K/KA/KANE/Params-Check-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Locale::Maketext::Simple)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -29,7 +31,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -44,6 +46,15 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 31 2007 Ralf Corsépius <rc040203 at freenet.de> 0.26-2
+- BR: perl(Test::More) (BZ 419631).
+- Adjust License-tag. 
+
+* Fri Mar 23 2007 Steven Pritchard <steve at kspei.com> 0.26-1
+- Update to 0.26.
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.25-2
 - Fix find option order.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Params-Check/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 Jul 2006 13:34:23 -0000	1.3
+++ sources	22 Sep 2008 00:34:14 -0000	1.4
@@ -1 +1 @@
-1756a2b387544fea13b442f3be8a39dc  Params-Check-0.25.tar.gz
+d740a81f3078dcae83d8b6b4859885c7  Params-Check-0.26.tar.gz




More information about the fedora-extras-commits mailing list