rpms/perl-GStreamer/FC-5 perl-GStreamer.spec,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Feb 20 06:42:11 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-GStreamer/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15321/FC-5

Modified Files:
	perl-GStreamer.spec 
Log Message:
"a three hour tour..."



Index: perl-GStreamer.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-GStreamer/FC-5/perl-GStreamer.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-GStreamer.spec	3 Sep 2006 22:45:13 -0000	1.2
+++ perl-GStreamer.spec	20 Feb 2007 06:41:39 -0000	1.3
@@ -1,7 +1,7 @@
 Name:           perl-GStreamer
 Version:        0.09
-Release:        2%{?dist}
-Summary:        GStreamer Perl module
+Release:        3%{?dist}
+Summary:        Perl bindings to the GStreamer framework
 License:        LGPL 
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/GStreamer/
@@ -49,7 +49,11 @@
 # note some 64-bit funkiness (but not failures):
 # http://bugzilla.gnome.org/show_bug.cgi?id=352750
 # http://bugzilla.gnome.org/show_bug.cgi?id=352753
-make test
+# note2: as near as I can tell, tests under plague/mock are just totally
+# broken.  module works just fine on my box, so we're just going to build w/o
+# tests here.  IF YOU WANT TO RUN THE TESTS, easiest way is to rebuild the rpm
+# on your own box, passing --with-network-tests to rpmbuild.
+%{?_with_network_tests: make test}
 
 %clean
 rm -rf %{buildroot}
@@ -62,6 +66,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 19 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.09-3
+- disable test suite for mock/plague building; they just won't play nice with
+  each other.  pass --with-network-tests to rpmbuild for local testing.
+
 * Sun Sep 03 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.09-2
 - bump
 




More information about the scm-commits mailing list