rpms/plone/FC-5 .cvsignore, 1.14, 1.15 plone.spec, 1.23, 1.24 sources, 1.14, 1.15

Jonathan Steffan (jsteffan) fedora-extras-commits at redhat.com
Wed May 23 22:37:24 UTC 2007


Author: jsteffan

Update of /cvs/extras/rpms/plone/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5029

Modified Files:
	.cvsignore plone.spec sources 
Log Message:
Updated to 2.5.3; Fixed CacheFu squid stuff



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-5/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	22 Jan 2007 06:49:19 -0000	1.14
+++ .cvsignore	23 May 2007 22:36:49 -0000	1.15
@@ -1 +1 @@
-Plone-2.5.2-1.tar.gz
+Plone-2.5.3-final.tar.gz


Index: plone.spec
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-5/plone.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- plone.spec	22 Jan 2007 06:49:19 -0000	1.23
+++ plone.spec	23 May 2007 22:36:49 -0000	1.24
@@ -5,13 +5,13 @@
 %define software_home  %{zope_home}/lib/python
 
 Name:           plone
-Version:        2.5.2
+Version:        2.5.3
 Release:        1%{?dist}
 Summary:        User friendly and powerful open source Content Management System
 License:        GPL
 Group:          System Environment/Daemons
 URL:            http://www.plone.org/
-Source0:        http://plone.googlecode.com/files/Plone-%{version}-1.tar.gz
+Source0:        http://plone.googlecode.com/files/Plone-%{version}-final.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -25,7 +25,7 @@
 products.
 
 %prep
-%setup -q -n Plone-%{version}-1
+%setup -q -n Plone-%{version}-final
 # Clean up sources
 find . -type d -name CVS | xargs rm -rf
 find . -type f -name .cvsignore | xargs rm -rf
@@ -36,7 +36,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-mkdir -p $RPM_BUILD_ROOT%{software_home}/Products
+install -d $RPM_BUILD_ROOT%{software_home}/Products
 cp -pr * $RPM_BUILD_ROOT%{software_home}/Products
 
 # Remove Five because Zope provides the correct verison of Five
@@ -60,9 +60,15 @@
 %defattr(644,root,root,755)
 %doc README.txt CONTENTS.txt
 %{software_home}/Products/*
+%exclude %{software_home}/Products/CacheFu/squid/templates/timing.pyc
+%exclude %{software_home}/Products/CacheFu/squid/templates/timing.pyo
 
 
 %changelog
+* Wed May 23 2007 Jonathan Steffan <jon a fedoraunity.org> 2.5.3-1
+- Fixed CacheFu squid scripts (removed pyc and pyo)
+- Updated to 2.5.3
+
 * Sun Jan 21 2007 Jonathan Steffan <jon a fedoraunity.org> 2.5.2-1
 - Updated to 2.5.2
 - Removed Plone Hotfix 20061031


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-5/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	22 Jan 2007 06:49:19 -0000	1.14
+++ sources	23 May 2007 22:36:49 -0000	1.15
@@ -1 +1 @@
-b4891a3f11a0eacb13b234d530ba9af1  Plone-2.5.2-1.tar.gz
+36117b0757982d66d445b6c6b9df0e25  Plone-2.5.3-final.tar.gz




More information about the fedora-extras-commits mailing list