rpms/perl-Params-Util/devel perl-Params-Util.spec,1.26,1.27

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sat Jan 12 19:22:17 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-Params-Util/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6128

Modified Files:
	perl-Params-Util.spec 
Log Message:

first pass, disable Test::MinimumVersion, tests



Index: perl-Params-Util.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Params-Util/devel/perl-Params-Util.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- perl-Params-Util.spec	11 Jan 2008 20:35:53 -0000	1.26
+++ perl-Params-Util.spec	12 Jan 2008 19:21:25 -0000	1.27
@@ -1,6 +1,6 @@
 Name: 		perl-Params-Util
 Version: 	0.31
-Release: 	3%{?dist}
+Release: 	3%{?dist}.1
 Summary: 	Simple standalone param-checking functions
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
@@ -15,7 +15,7 @@
 BuildRequires:	perl(Test::More) >= 0.47
 BuildRequires:	perl(File::Spec) >= 0.82
 BuildRequires:  perl(Scalar::Util) >= 1.14
-BuildRequires:  perl(Test::MinimumVersion) >= 0.007
+# BuildRequires:  perl(Test::MinimumVersion) >= 0.007
 
 # Required by the tests
 BuildRequires:  perl(Test::Pod) >= 1.00
@@ -43,7 +43,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %check
-make test AUTOMATED_TESTING=1
+# make test AUTOMATED_TESTING=1
 
 %files
 %defattr(-,root,root,-)
@@ -52,6 +52,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.31-3.1
+- disable Test::MinimumVersion, tests for first pass
+
 * Fri Jan 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.31-3
 - rebuild for new perl
 




More information about the fedora-extras-commits mailing list