Author: corsepiu

Update of /cvs/pkgs/rpms/perl-Params-Util/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20579

Modified Files:
        .cvsignore perl-Params-Util.spec sources 
Log Message:
* Fri May 07 2010 Ralf Corsépius <corse...@fedoraproject.org> - 1.01-1
- Upstream update.
- Remove BR's on perl(Test::MinimumVersion), perl(Test::Pod), 
  perl(Test::CPAN::Meta).
  (Reflect upstream having disabled tests depending on them).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-13/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- .cvsignore  17 Jun 2009 12:23:56 -0000      1.27
+++ .cvsignore  7 May 2010 07:00:45 -0000       1.28
@@ -1 +1 @@
-Params-Util-1.00.tar.gz
+Params-Util-1.01.tar.gz


Index: perl-Params-Util.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-13/perl-Params-Util.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- perl-Params-Util.spec       7 Dec 2009 15:36:25 -0000       1.40
+++ perl-Params-Util.spec       7 May 2010 07:00:45 -0000       1.41
@@ -1,6 +1,6 @@
 Name:          perl-Params-Util
-Version:       1.00
-Release:       3%{?dist}
+Version:       1.01
+Release:       1%{?dist}
 Summary:       Simple standalone param-checking functions
 License:       GPL+ or Artistic
 Group:         Development/Libraries
@@ -10,15 +10,10 @@ BuildRoot:  %{_tmppath}/%{name}-%{version
 
 Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires: perl(Test::More) >= 0.47
 BuildRequires: perl(File::Spec) >= 0.82
 BuildRequires: perl(Scalar::Util) >= 1.14
-BuildRequires: perl(Test::MinimumVersion) >= 0.007
-
-# Required by the tests
-BuildRequires: perl(Test::Pod) >= 1.00
-BuildRequires: perl(Test::CPAN::Meta) >= 0.07
 
 %description
 Params::Util provides a basic set of importable functions that 
@@ -33,7 +28,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -54,6 +49,12 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 07 2010 Ralf Corsépius <corse...@fedoraproject.org> - 1.01-1
+- Upstream update.
+- Remove BR's on perl(Test::MinimumVersion), perl(Test::Pod), 
+  perl(Test::CPAN::Meta).
+  (Reflect upstream having disabled tests depending on them).
+
 * Mon Dec  7 2009 Stepan Kasal <ska...@redhat.com> - 1.00-3
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-13/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sources     17 Jun 2009 12:23:56 -0000      1.27
+++ sources     7 May 2010 07:00:45 -0000       1.28
@@ -1 +1 @@
-827ba4b8bed00e718cea60321129be41  Params-Util-1.00.tar.gz
+624a29683d7ea89a0bda10d7aeddca33  Params-Util-1.01.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to