rpms/python-igraph/devel python-igraph.spec,1.13,1.14

Neal Becker nbecker at fedoraproject.org
Sat May 2 15:45:30 UTC 2009


Author: nbecker

Update of /cvs/pkgs/rpms/python-igraph/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22116

Modified Files:
	python-igraph.spec 
Log Message:
Try removing Requires



Index: python-igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/devel/python-igraph.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- python-igraph.spec	28 Apr 2009 01:35:17 -0000	1.13
+++ python-igraph.spec	2 May 2009 15:45:00 -0000	1.14
@@ -2,7 +2,7 @@
 
 Name:		python-igraph
 Version:	0.5.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Python bindings for igraph
 
 Group:		Development/Languages
@@ -17,7 +17,7 @@ Patch3:		python-igraph-authors.diff
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	python-devel python-setuptools igraph-devel = %{version} gcc libxml2-devel
-Requires:	python igraph libxml2 igraph = %{version}
+#Requires:	python igraph libxml2 igraph = %{version}
 
 %description
 This module extends Python with a Graph class which is capable of
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 PYTHONPATH=$RPM_BUILD_ROOT%{python_archlib} %{__python} -c 'import igraph.test; igraph.test.test();'
 
 %changelog
+* Sat May  2 2009 Neal Becker <ndbecker2 at gmail.com> - 0.5.2-3
+- Try removing Requires
+
 * Mon Apr 27 2009 Neal Becker <ndbecker2 at gmail.com> - 0.5.2-2
 - Try running check
 




More information about the fedora-extras-commits mailing list