rpms/pystatgrab/devel pystatgrab.spec,1.2,1.3

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Sun Nov 30 00:53:54 UTC 2008


Author: ivazquez

Update of /cvs/pkgs/rpms/pystatgrab/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10271/pystatgrab/devel

Modified Files:
	pystatgrab.spec 
Log Message:
Fix locations for Python 2.6


Index: pystatgrab.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pystatgrab/devel/pystatgrab.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pystatgrab.spec	29 Nov 2008 18:16:54 -0000	1.2
+++ pystatgrab.spec	30 Nov 2008 00:53:23 -0000	1.3
@@ -3,7 +3,7 @@
 Summary:	Python bindings for libstatgrab
 Name:		pystatgrab
 Version:	0.5
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPLv2+
 Group:		Development/Libraries
 URL:		http://www.i-scream.org/pystatgrab/
@@ -36,11 +36,14 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{python_sitearch}/pystatgrab-0.5-py2.5.egg-info
+%{python_sitearch}/pystatgrab-0.5-py?.?.egg-info
 %{python_sitearch}/statgrab.py*
 %{python_sitearch}/_statgrab.so
 
 %changelog
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.5-4
+- Fix locations for Python 2.6
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.5-3
 - Rebuild for Python 2.6
 




More information about the scm-commits mailing list