]> git.pld-linux.org Git - packages/Zope3.git/commitdiff
- rel 3: fix build for python 2.4.3 auto/ac/Zope3-3_2_0-3
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Apr 2006 13:18:59 +0000 (13:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope3.spec -> 1.18

Zope3.spec

index cf02c11831c10d35a1259a04953e6b1d97c3629b..2d2eabd1275193581d71595e9ce8562441efca2e 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Serwer aplikacji i toolkit portalowy do tworzenia serwis
 Summary(pt_BR):        Um servidor de aplicações e um conjunto de ferramentas para construção de sites Web
 Name:          Zope3
 Version:       3.2.0
-Release:       2
+Release:       3
 License:       Zope Public License (ZPL)
 Group:         Networking/Daemons
 Source0:       http://www.zope.org/Products/Zope3/%{version}final/Zope-%{version}.tgz
@@ -16,7 +16,6 @@ Source3:      %{name}.logrotate
 Source4:       mkzope3instance
 Source5:       installzope3package
 Patch0:                %{name}-skeleton_path.patch
-Patch1:                %{name}-python_2_4_2.patch
 URL:           http://dev.zope.org/Zope3
 BuildRequires: perl-base
 BuildRequires: python-devel >= 1:2.4.1
@@ -130,13 +129,12 @@ od "zope.interface".
 %prep
 %setup -q -n Zope-%{version}
 %patch0 -p1
-%patch1 -p1
-
 install -m755 %{SOURCE4} ./mkzope3instance
 
 %build
 ./configure \
        --prefix=%{zope_libdir} \
+       --with-python=%{__python} \
        --force
 %{__make}
 
This page took 0.03738 seconds and 4 git commands to generate.