packages: owfs/owfs.spec - python version specific egg-info

lisu lisu at pld-linux.org
Tue Jun 15 22:11:58 CEST 2010


Author: lisu                         Date: Tue Jun 15 20:11:58 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- python version specific egg-info

---- Files affected:
packages/owfs:
   owfs.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/owfs/owfs.spec
diff -u packages/owfs/owfs.spec:1.26 packages/owfs/owfs.spec:1.27
--- packages/owfs/owfs.spec:1.26	Tue Jun 15 22:08:49 2010
+++ packages/owfs/owfs.spec	Tue Jun 15 22:11:53 2010
@@ -34,7 +34,7 @@
 BuildRequires:	perl-devel
 %{?with_owphp:BuildRequires:	php-devel}
 %{?with_owphp:BuildRequires:	php-program}
-%{?with_python:BuildRequires:	python-devel >= 1:2.5}
+%{?with_python:BuildRequires:	python-devel}
 %{?with_python:BuildRequires:	rpm-pythonprov}
 %{?with_python:BuildRequires:	rpmbuild(macros) >= 1.219}
 BuildRequires:	sed >= 4.0
@@ -266,11 +266,13 @@
 %dir %{py_sitedir}/ow
 %attr(755,root,root) %{py_sitedir}/ow/_OW.so
 %{py_sitedir}/ow/__init__.py[co]
-%{py_sitedir}/ow-*.egg-info
 %dir %{py_sitedir}/ownet
 %{py_sitedir}/ownet/*.py[co]
+%if "%{py_ver}" > "2.4"
+%{py_sitedir}/ow-*.egg-info
 %{py_sitedir}/ownet-*.egg-info
 %endif
+%endif
 
 %if %{with owphp}
 %files -n php-owfs
@@ -296,6 +298,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2010/06/15 20:11:53  lisu
+- python version specific egg-info
+
 Revision 1.26  2010/06/15 20:08:49  lisu
 - new subpacakge php-owfs
 - pacakge some files for php-owfs
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/owfs/owfs.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list