SPECS: Zope3.spec - rel 3: fix build for python 2.4.3

glen glen at pld-linux.org
Fri Apr 14 15:19:05 CEST 2006


Author: glen                         Date: Fri Apr 14 13:19:05 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3: fix build for python 2.4.3

---- Files affected:
SPECS:
   Zope3.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/Zope3.spec
diff -u SPECS/Zope3.spec:1.17 SPECS/Zope3.spec:1.18
--- SPECS/Zope3.spec:1.17	Fri Apr 14 13:35:52 2006
+++ SPECS/Zope3.spec	Fri Apr 14 15:18:59 2006
@@ -6,7 +6,7 @@
 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
@@ -17,7 +17,6 @@
 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
@@ -131,13 +130,12 @@
 %prep
 %setup -q -n Zope-%{version}
 %patch0 -p1
-%patch1 -p1
-
 install -m755 %{SOURCE4} ./mkzope3instance
 
 %build
 ./configure \
 	--prefix=%{zope_libdir} \
+	--with-python=%{__python} \
 	--force
 %{__make}
 
@@ -276,6 +274,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2006/04/14 13:18:59  glen
+- rel 3: fix build for python 2.4.3
+
 Revision 1.17  2006/04/14 11:35:52  glen
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Zope3.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list