]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- rel 3: fix build with python 2.4.3 auto/ac/Zope-2_7_7-3
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Apr 2006 14:10:45 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope.spec -> 1.96

Zope.spec

index 0843bf5f354dc5fd686f202b69f1f1423b1430ff..2a41ef62d3f9bf87d311032a352a7ec0069ee548 100644 (file)
--- 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}
 
This page took 0.092218 seconds and 4 git commands to generate.