rpms/python-igraph/F-7 python-igraph.spec,1.1,1.2 sources,1.2,1.3

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Tue Feb 19 03:36:04 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/python-igraph/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12256

Modified Files:
	python-igraph.spec sources 
Log Message:
Update to 0.5



Index: python-igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/F-7/python-igraph.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-igraph.spec	15 Feb 2008 18:24:18 -0000	1.1
+++ python-igraph.spec	19 Feb 2008 03:35:24 -0000	1.2
@@ -1,22 +1,23 @@
 %{!?python_archlib: %define python_archlib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		python-igraph
-Version:	0.4.5
-Release:	7%{?dist}
+Version:	0.5
+Release:	4%{?dist}
 Summary:	Python bindings for igraph
 
 Group:		Development/Languages
 License:	GPLv2+
-URL:		http://pypi.python.org/pypi/igraph/0.4.5
-Source0:	python-igraph-0.4.5.tar.gz
-Patch0:		python-igraph.diffs
+URL:		http://pypi.python.org/pypi/igraph-%{version}
+Source0:	python-igraph-%{version}.tar.gz
+#Patch0:		python-igraph.diffs
 Patch1:		python-igraph-parse.diff
 Patch2:		python-igraph-memory.diff
 Patch3:		python-igraph-authors.diff
+#Patch4:		python-igraph.setup.diff
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	python-devel python-setuptools igraph-devel gcc libxml2-devel
-Requires:	python igraph libxml2
+BuildRequires:	python-devel python-setuptools igraph-devel = %{version} gcc libxml2-devel
+Requires:	python igraph libxml2 igraph = %{version}
 
 %description
 This module extends Python with a Graph class which is capable of
@@ -27,26 +28,20 @@
 around.
 
 %prep
-%setup -q -a0 -c
-echo $PWD
-cd igraph-%{version}
-rm -rf igraph
-%patch0 -p1
-%patch1 -p0
+%setup -q
+#%patch0 -p1
+#%patch1 -p0
 %patch2 -p0
 %patch3 -p0
-
+#%patch4 -p0
 
 %build
-cd igraph-%{version}
 %{__python} setup.py build
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd igraph-%{version}
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,12 +49,24 @@
 
 %files
 %defattr(-,root,root,-)
-%doc igraph-%{version}/LICENSE igraph-%{version}/AUTHORS
+%doc LICENSE AUTHORS NEWS
 %{python_archlib}/igraph
-%{python_archlib}/igraph-%{version}-py*.egg-info
+%{python_archlib}/python_igraph-%{version}-py*.egg-info
 %{_bindir}/igraph
 
 %changelog
+* Sun Feb 17 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5-4
+- Fix requires igraph
+
+* Sun Feb 17 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5-3
+- Add BR python
+
+* Sat Feb 16 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5-2
+- Fix BR
+
+* Fri Feb 15 2008 Neal Becker <ndbecker2 at gmail.com> - 0.5-1
+- Update to 0.5
+
 * Thu Jan 24 2008 Neal Becker <ndbecker2 at gmail.com> - 0.4.5-7
 - Add AUTHORS
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Feb 2008 18:24:18 -0000	1.2
+++ sources	19 Feb 2008 03:35:24 -0000	1.3
@@ -1 +1 @@
-0cac31e94e0d44cb2ffd5dea5d9ac695  python-igraph-0.4.5.tar.gz
+ac0337900b9df15e2c12f9a7f7b2a59b  python-igraph-0.5.tar.gz




More information about the fedora-extras-commits mailing list