[python-igraph] Update to 0.6.5

Pierre-YvesChibon pingou at fedoraproject.org
Thu Dec 12 16:44:37 UTC 2013


commit 7fb9f3550a57fcdb38ad30fb5f830d1d34ec16d4
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Thu Dec 12 17:44:02 2013 +0100

    Update to 0.6.5

 python-igraph.spec |   49 +++++++++++++++++++------------------------------
 1 files changed, 19 insertions(+), 30 deletions(-)
---
diff --git a/python-igraph.spec b/python-igraph.spec
index d1308fc..9ca7d54 100644
--- a/python-igraph.spec
+++ b/python-igraph.spec
@@ -1,23 +1,19 @@
-%{!?python_archlib: %define python_archlib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
-Name:		python-igraph
-Version:	0.5.4
-Release:	7%{?dist}
-Summary:	Python bindings for igraph
-
-Group:		Development/Languages
-License:	GPLv2+
-URL:		http://pypi.python.org/pypi/python-igraph
-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 = %{version} gcc libxml2-devel
-#Requires:	python igraph libxml2 igraph = %{version}
+Name:       python-igraph
+Version:    0.6.5
+Release:    1%{?dist}
+Summary:    Python bindings for igraph
+
+License:    GPLv2+
+URL:        http://pypi.python.org/pypi/python-igraph
+Source0:    https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+BuildRequires:  igraph-devel = %{version}
+BuildRequires:  gcc
+BuildRequires:  libxml2-devel
+Requires:       libxml2
+Requires:       igraph = %{version}
 
 %description
 This module extends Python with a Graph class which is capable of
@@ -29,23 +25,13 @@ around.
 
 %prep
 %setup -q
-#%patch0 -p1
-#%patch1 -p0
-#%patch2 -p0
-%patch3 -p0
-#%patch4 -p0
 
 %build
 %{__python} setup.py build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
- 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %files
 %defattr(-,root,root,-)
@@ -58,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 (cd igraph; PYTHONPATH=$RPM_BUILD_ROOT%{python_archlib} %{__python} -c 'import igraph.test; igraph.test.test();' )
 
 %changelog
+* Mon Dec 09 2013 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.6.5-1
+- Update to 0.6.5
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.4-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list