rpms/perl-Class-DBI/FC-3 perl-Class-DBI.spec,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Aug 31 23:24:15 UTC 2005


Author: spot

Update of /cvs/extras/rpms/perl-Class-DBI/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25117/FC-3

Modified Files:
	perl-Class-DBI.spec 
Log Message:

Don't run make test, because it always fails (postgresql and mysql servers not running)



Index: perl-Class-DBI.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-DBI/FC-3/perl-Class-DBI.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Class-DBI.spec	29 Aug 2005 03:28:25 -0000	1.1
+++ perl-Class-DBI.spec	31 Aug 2005 23:24:13 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-Class-DBI
 Version:        0.96
-Release:        4%{?dist}
+Release:        6%{?dist}
 Summary:        Simple Database Abstraction
 Group:          Development/Libraries
 License:        GPL or Artistic
@@ -36,7 +36,9 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
-make test
+# This test fails because no postgresql and mysql servers are running
+# in the build environment.
+# make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,6 +51,9 @@
 
 
 %changelog
+* Wed Aug 31 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.96-6
+- comment out make test, since it fails.
+
 * Sun Aug 28 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.96-4
 - BR: perl(Time::Piece::MySQL)
 - Requires: perl(Class::Accessor), perl(Ima::DBI)




More information about the scm-commits mailing list