rpms/zope/FC-3 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 zope.spec, 1.4, 1.5

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Fri Apr 8 08:57:42 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/zope/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12567/FC-3

Modified Files:
	.cvsignore sources zope.spec 
Log Message:
- add Hotfix from zope.org



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/zope/FC-3/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	24 Mar 2005 20:30:26 -0000	1.4
+++ .cvsignore	8 Apr 2005 08:57:40 -0000	1.5
@@ -1 +1,2 @@
 Zope-2.7.5-final.tgz
+Hotfix_20050405.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/zope/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	24 Mar 2005 20:30:26 -0000	1.4
+++ sources	8 Apr 2005 08:57:40 -0000	1.5
@@ -1 +1,2 @@
 5b5c5823c62370d9f7325c6014a49d8b  Zope-2.7.5-final.tgz
+c91c6fa42bfcfed24826d0cd4d69419b  Hotfix_20050405.tar.gz


Index: zope.spec
===================================================================
RCS file: /cvs/extras/rpms/zope/FC-3/zope.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- zope.spec	24 Mar 2005 20:30:26 -0000	1.4
+++ zope.spec	8 Apr 2005 08:57:40 -0000	1.5
@@ -13,11 +13,12 @@
 Name:    zope
 Summary: Web application server for flexible content management applications
 Version: 2.7.5
-Release: 1.fc3
+Release: 2.fc3
 License: ZPL
 Group: 	 System Environment/Daemons
 URL:     http://www.zope.org/
 Source0: http://zope.org/Products/Zope/2.7.5/Zope-2.7.5-final.tgz
+Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source1: zope.init.in
@@ -44,7 +45,7 @@
 
 
 %prep
-%setup -q -n Zope-%{version}-final
+%setup -q -n Zope-%{version}-final -a 10
 # Do not use -b option, or we'll install the backup too
 %patch0 -p1 -b .config
 rm -f skel/etc/zope.conf.in.config
@@ -101,6 +102,9 @@
 # Actually copy all the other files over
 make install
 
+# Hotfix
+cp -a Hotfix_20050405 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
+
 chmod 700 $RPM_BUILD_ROOT%{instance_home}
 chmod 755 $RPM_BUILD_ROOT%{zope_home}
 
@@ -117,7 +121,6 @@
     ddir=\"%{zope_home}\", force=1)"
 
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -180,6 +183,9 @@
 
 
 %changelog
+* Thu Apr 07 2005 Aurelien Bompard <gauret[AT]free.fr> 2.7.5-2.fc3
+- add hotfix
+
 * Thu Mar 24 2005 Aurelien Bompard <gauret[AT]free.fr> 2.7.5-1.fc3
 - version 2.7.5
 - drop Epoch




More information about the fedora-extras-commits mailing list