Author: glen Date: Fri Apr 14 14:10:51 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3: fix build with python 2.4.3
---- Files affected: SPECS: Zope.spec (1.95 -> 1.96) ---- Diffs: ================================================================ Index: SPECS/Zope.spec diff -u SPECS/Zope.spec:1.95 SPECS/Zope.spec:1.96 --- SPECS/Zope.spec:1.95 Fri Apr 14 13:34:29 2006 +++ SPECS/Zope.spec Fri Apr 14 16:10:45 2006 @@ -14,7 +14,7 @@ Name: Zope Version: 2.7.7 # %%define sub_ver b2 -Release: 2 +Release: 3 License: Zope Public License (ZPL) Group: Networking/Daemons Source0: http://www.zope.org/Products/Zope/%{version}/%{name}-%{version}-final.tgz @@ -100,15 +100,14 @@ %ifarch %{x8664} alpha %patch3 -p1 %endif -%patch4 -p1 %build perl -pi -e "s|data_dir\s+=\s+.*?join\(INSTANCE_HOME, 'var'\)|data_dir=INSTANCE_HOME|" lib/python/Globals.py ./configure \ --prefix=%{zope_dir} \ + --with-python=%{__python} \ --optimize -# --with-python=/usr/bin/python %{__make} @@ -229,6 +228,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.96 2006/04/14 14:10:45 glen +- rel 3: fix build with python 2.4.3 + Revision 1.95 2006/04/14 11:34:29 glen - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/Zope.spec?r1=1.95&r2=1.96&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
