SPECS: gnomego.spec, pida.spec, python-ClientForm.spec, python-GnuPGInterfa...

glen glen at pld-linux.org
Fri Oct 17 00:27:38 CEST 2008


Author: glen                         Date: Thu Oct 16 22:27:38 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version independant egg info

---- Files affected:
SPECS:
   gnomego.spec (1.2 -> 1.3) , pida.spec (1.20 -> 1.21) , python-ClientForm.spec (1.9 -> 1.10) , python-GnuPGInterface.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/gnomego.spec
diff -u SPECS/gnomego.spec:1.2 SPECS/gnomego.spec:1.3
--- SPECS/gnomego.spec:1.2	Sat Aug 25 16:58:48 2007
+++ SPECS/gnomego.spec	Fri Oct 17 00:27:32 2008
@@ -62,7 +62,9 @@
 %{_datadir}/gnomego/sgfs/games.zip
 %{_datadir}/mime/packages/gnomego.xml
 %{_pixmapsdir}/gnomego_64x64.png
-%{py_sitescriptdir}/gnomego-0.5.1-py2.5.egg-info
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/gnomego-*.egg-info
+%endif
 %dir %{py_sitescriptdir}/gnomego
 %{py_sitescriptdir}/gnomego/*.py[co]
 
@@ -72,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/10/16 22:27:32  glen
+- version independant egg info
+
 Revision 1.2  2007/08/25 14:58:48  qboosh
 - pl, python BRs
 

================================================================
Index: SPECS/pida.spec
diff -u SPECS/pida.spec:1.20 SPECS/pida.spec:1.21
--- SPECS/pida.spec:1.20	Sun May 18 18:19:26 2008
+++ SPECS/pida.spec	Fri Oct 17 00:27:32 2008
@@ -122,7 +122,12 @@
 %lang(fr) %{py_sitedir}/pida/services/webbrowser/locale/fr_FR
 %lang(fr) %{py_sitedir}/pida/services/window/locale/fr_FR
 
-%{py_sitedir}/*-py2.5.egg-info
+%if "%{py_ver}" > "2.4"
+%{py_sitedir}/*-*.egg-info
+%{py_sitedir}/*-*.egg-info
+%{py_sitedir}/*-py2.4.egg-info
+
+%endif
 %dir %{py_sitedir}/pida
 %attr(755,root,root) %{py_sitedir}/moo_stub.so
 %{py_sitedir}/pida/*.py[co]
@@ -242,6 +247,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2008/10/16 22:27:32  glen
+- version independant egg info
+
 Revision 1.20  2008/05/18 16:19:26  adamg
 - previous commit reverted (mistake)
 

================================================================
Index: SPECS/python-ClientForm.spec
diff -u SPECS/python-ClientForm.spec:1.9 SPECS/python-ClientForm.spec:1.10
--- SPECS/python-ClientForm.spec:1.9	Fri Oct  3 19:47:23 2008
+++ SPECS/python-ClientForm.spec	Fri Oct 17 00:27:32 2008
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 %define 	module	ClientForm
-
 Summary:	Python module for handling HTML forms (on the client side)
 Summary(pl.UTF-8):	Moduł Pythona do obsługi formularzy HTML (po stronie klienta)
 Name:		python-%{module}
@@ -33,12 +32,11 @@
 %setup -q -n %{module}-%{version}
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-python setup.py install \
+%{__python} setup.py install \
 	--root=$RPM_BUILD_ROOT \
 	--optimize=2
 
@@ -51,8 +49,9 @@
 %defattr(644,root,root,755)
 %doc COPYING.txt ChangeLog.txt GeneralFAQ.html README.html
 %{py_sitescriptdir}/*.py[co]
-#%dir %{py_sitescriptdir}/ClientForm-%{version}-py2.5.egg-info
-#%{py_sitescriptdir}/ClientForm-%{version}-py2.5.egg-info/*
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/ClientForm-*.egg-info
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -60,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2008/10/16 22:27:32  glen
+- version independant egg info
+
 Revision 1.9  2008/10/03 17:47:23  arekm
 - release 2
 

================================================================
Index: SPECS/python-GnuPGInterface.spec
diff -u SPECS/python-GnuPGInterface.spec:1.1 SPECS/python-GnuPGInterface.spec:1.2
--- SPECS/python-GnuPGInterface.spec:1.1	Thu Aug 28 10:20:32 2008
+++ SPECS/python-GnuPGInterface.spec	Fri Oct 17 00:27:32 2008
@@ -47,7 +47,7 @@
 %doc ChangeLog MANIFEST NEWS README THANKS
 %{py_sitescriptdir}/GnuPGInterface.py[co]
 %if "%{py_ver}" > "2.4"
-%{py_sitescriptdir}/GnuPGInterface-%{version}-py2.5.egg-info
+%{py_sitescriptdir}/GnuPGInterface-*.egg-info
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -56,6 +56,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/10/16 22:27:32  glen
+- version independant egg info
+
 Revision 1.1  2008/08/28 08:20:32  paszczus
 - initial spec
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnomego.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pida.spec?r1=1.20&r2=1.21&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-ClientForm.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-GnuPGInterface.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list