rpms/python-igraph/devel .cvsignore, 1.2, 1.3 python-igraph.spec, 1.1, 1.2 sources, 1.2, 1.3

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Sat Feb 16 22:43:50 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/python-igraph/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1254

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Feb 2008 18:15:00 -0000	1.2
+++ .cvsignore	16 Feb 2008 22:43:17 -0000	1.3
@@ -1 +1 @@
-python-igraph-0.4.5.tar.gz
+python-igraph-0.5.tar.gz


Index: python-igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/devel/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:15:00 -0000	1.1
+++ python-igraph.spec	16 Feb 2008 22:43:17 -0000	1.2
@@ -1,18 +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.4.5
-Release:	7%{?dist}
+Version:	0.5
+Release:	1%{?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
@@ -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,15 @@
 
 %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
+* 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/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Feb 2008 18:15:00 -0000	1.2
+++ sources	16 Feb 2008 22:43:17 -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