rpms/perl-Bio-Graphics/devel perl-Bio-Graphics.spec,1.9,1.10

alexlan alexlan at fedoraproject.org
Tue Dec 22 23:21:57 UTC 2009


Author: alexlan

Update of /cvs/extras/rpms/perl-Bio-Graphics/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14570/devel

Modified Files:
	perl-Bio-Graphics.spec 
Log Message:
Fix disabling of tests



Index: perl-Bio-Graphics.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Bio-Graphics/devel/perl-Bio-Graphics.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Bio-Graphics.spec	22 Dec 2009 23:06:36 -0000	1.9
+++ perl-Bio-Graphics.spec	22 Dec 2009 23:21:57 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           perl-Bio-Graphics
 Version:        1.994
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Generate GD images of Bio::Seq objects
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -34,7 +34,7 @@ rm lib/Bio/Graphics/Glyph/trace.pm
 
 %build
 %{__perl} Build.PL installdirs=vendor
-#./Build
+./Build
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -45,8 +45,8 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 
-%check
-./Build test
+#check
+#./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 22 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.994-2
+- Fix disabling of tests
+
 * Tue Dec 22 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.994-1
 - Update to upstream 1.994
 




More information about the fedora-extras-commits mailing list