rpms/python-igraph/F-10 python-igraph.spec,1.8,1.9

Neal Becker nbecker at fedoraproject.org
Tue Apr 28 01:16:40 UTC 2009


Author: nbecker

Update of /cvs/pkgs/rpms/python-igraph/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24601

Modified Files:
	python-igraph.spec 
Log Message:
fix typo


Index: python-igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/F-10/python-igraph.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- python-igraph.spec	28 Apr 2009 01:10:44 -0000	1.8
+++ python-igraph.spec	28 Apr 2009 01:16:09 -0000	1.9
@@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/igraph
 
 %check
-( %{__python} -c 'import test; test.test(); )
+%{__python} -c 'import test; test.test();'
 
 %changelog
 * Mon Apr 27 2009 Neal Becker <ndbecker2 at gmail.com> - 0.5.2-2




More information about the fedora-extras-commits mailing list