rpms/zope/devel zope.spec,1.20,1.21

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Mon Jul 10 16:43:37 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/zope/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27730

Modified Files:
	zope.spec 
Log Message:
try to fix build on x86_64 (take 1)


Index: zope.spec
===================================================================
RCS file: /cvs/extras/rpms/zope/devel/zope.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- zope.spec	10 Jul 2006 13:03:07 -0000	1.20
+++ zope.spec	10 Jul 2006 16:43:37 -0000	1.21
@@ -13,7 +13,7 @@
 Name:    zope
 Summary: Web application server for flexible content management applications
 Version: 2.9.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: ZPL
 Group: 	 System Environment/Daemons
 URL:     http://www.zope.org/
@@ -112,8 +112,13 @@
 # Actually copy all the other files over
 make install
 
+ls $RPM_BUILD_ROOT%{zope_home}
+ls $RPM_BUILD_ROOT%{software_home}
+ls $RPM_BUILD_ROOT%{_prefix}/lib
+ls $RPM_BUILD_ROOT%{instance_home}
+
 # Hotfix
-tar -xzf %{SOURCE10} -C $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
+tar -xzf %{SOURCE10} -C $RPM_BUILD_ROOT%{software_home}/Products
 
 chmod 700 $RPM_BUILD_ROOT%{instance_home}
 chmod 755 $RPM_BUILD_ROOT%{zope_home}
@@ -190,6 +195,9 @@
 
 
 %changelog
+* Mon Jul 10 2006 Aurelien Bompard <abompard at fedoraproject.org> 2.9.3-2
+- try to fix build on x86_64 (take 1)
+
 * Mon Jul 10 2006 Aurelien Bompard <abompard at fedoraproject.org> 2.9.3-1
 - version 2.9.3
 - add Hotfix_20060705




More information about the fedora-extras-commits mailing list