SPECS: nmap.spec - egg-info only for python >= 2.5

adamg adamg at pld-linux.org
Tue Aug 5 15:46:46 CEST 2008


Author: adamg                        Date: Tue Aug  5 13:46:46 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- egg-info only for python >= 2.5

---- Files affected:
SPECS:
   nmap.spec (1.139 -> 1.140) 

---- Diffs:

================================================================
Index: SPECS/nmap.spec
diff -u SPECS/nmap.spec:1.139 SPECS/nmap.spec:1.140
--- SPECS/nmap.spec:1.139	Mon Aug  4 17:45:25 2008
+++ SPECS/nmap.spec	Tue Aug  5 15:46:40 2008
@@ -31,7 +31,7 @@
 BuildRequires:	lua51-devel >= 5.1
 BuildRequires:	openssl-devel
 BuildRequires:	pcre-devel
-BuildRequires:	python-devel >= 1:2.5
+BuildRequires:	python-devel >= 1:2.4
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.167
 BuildRequires:	sed >= 4.0
@@ -177,7 +177,9 @@
 %{py_sitescriptdir}/higwidgets/*.py[co]
 %{py_sitescriptdir}/zenmapCore/*.py[co]
 %{py_sitescriptdir}/zenmapGUI/*.py[co]
+%if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/zenmap-*.egg-info
+%endif
 %dir %{_datadir}/zenmap
 %dir %{_datadir}/zenmap/locale
 %lang(pt_BR) %{_datadir}/zenmap/locale/pt_BR
@@ -193,6 +195,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.140  2008/08/05 13:46:40  adamg
+- egg-info only for python >= 2.5
+
 Revision 1.139  2008/08/04 15:45:25  zbyniu
 - up to 4.68
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nmap.spec?r1=1.139&r2=1.140&f=u



More information about the pld-cvs-commit mailing list