Add a comment about why zope subpackage is disabled.

This commit is contained in:
Devrim GÜNDÜZ 2010-01-24 18:29:26 +00:00
parent e69fc4758a
commit 539ba8666f

View File

@ -2,6 +2,8 @@
%{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
# Python 2.5+ is not supported by Zope, so it does not exist in
# recent Fedora releases. That's why zope subpackage is disabled.
#%define ZPsycopgDAdir %{_localstatedir}/lib/zope/Products/ZPsycopgDA #%define ZPsycopgDAdir %{_localstatedir}/lib/zope/Products/ZPsycopgDA