rpms/pida/devel pida.spec,1.4,1.5

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Sun Nov 30 10:30:40 UTC 2008


Author: ivazquez

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

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


Index: pida.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pida/devel/pida.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pida.spec	29 Nov 2008 17:56:23 -0000	1.4
+++ pida.spec	30 Nov 2008 10:30:09 -0000	1.5
@@ -8,7 +8,7 @@
 Summary:	A Python IDE written in Python and GTK
 Name:		pida
 Version:	0.5.1
-Release:	7%{?dist}
+Release:	8%{?dist}
 License:	MIT
 Group:		Development/Tools
 URL:		http://pida.co.uk/
@@ -114,13 +114,16 @@
 
 %if 0%{?fc7}%{?fc8}
 %else
-  %{python_sitelib}/PIDA-0.5.1-py2.5.egg-info
+  %{python_sitelib}/PIDA-0.5.1-py?.?.egg-info
 %endif
 
 %dir %{python_sitelib}/%{name}
 %{python_sitelib}/%{name}/*
 
 %changelog
+* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.5.1-8
+- Fix locations for Python 2.6
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.5.1-7
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list