]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- added optimize
authorciesiel <ciesiel@pld-linux.org>
Tue, 13 Jan 2004 08:50:07 +0000 (08:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleanup

Changed files:
    Zope.spec -> 1.59

Zope.spec

index d0da68c690f839144edd1ef1632ee5f3d9e232af..9b3b5b0a8b00a3f6187d8876528c5fa5c8ea0e3b 100644 (file)
--- a/Zope.spec
+++ b/Zope.spec
@@ -12,7 +12,7 @@ Summary(pt_BR):       Um servidor de aplica
 Name:          Zope
 Version:       2.7.0
 %define                sub_ver b4
-Release:       3.%{sub_ver}.1
+Release:       3.%{sub_ver}.2
 License:       Zope Public License (ZPL)
 Group:         Networking/Daemons
 Source0:       http://www.zope.org/Products/%{name}/%{version}%{sub_ver}/%{version}%{sub_ver}/%{name}-%{version}-%{sub_ver}.tgz
@@ -92,13 +92,13 @@ eles ao inv
 perl -pi -e "s|data_dir\s+=\s+.*?join\(INSTANCE_HOME, 'var'\)|data_dir=INSTANCE_HOME|" lib/python/Globals.py
 
 ./configure \
-       --prefix=%{zope_dir}
+       --prefix=%{zope_dir} \
+       --optimize
 #      --with-python=/usr/bin/python
 
 %{__make}
 
 perl -pi -e "s|data_dir\s+=\s+.*?join\(INSTANCE_HOME, 'var'\)|data_dir=INSTANCE_HOME|" lib/python/Globals.py
-# python wo_pcgi.py
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.048438 seconds and 4 git commands to generate.