From 2fb9aaaf2bec45f43037fcaf19761b9850aa48e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 14 Apr 2006 14:10:45 +0000 Subject: [PATCH] - rel 3: fix build with python 2.4.3 Changed files: Zope.spec -> 1.96 --- Zope.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Zope.spec b/Zope.spec index 0843bf5..2a41ef6 100644 --- a/Zope.spec +++ b/Zope.spec @@ -13,7 +13,7 @@ Summary(pt_BR): Um servidor de aplica 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 @@ -99,15 +99,14 @@ eles ao inv %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} -- 2.44.0