rpms/plone/FC-4 .cvsignore, 1.4, 1.5 plone.spec, 1.6, 1.7 sources, 1.4, 1.5

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Thu Aug 11 09:20:12 UTC 2005


Author: abompard

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

Modified Files:
	.cvsignore plone.spec sources 
Log Message:
- update to rc2
- drop buildarch: noarch since _libdir depends on arch (on x86_64)
- put readmes in %%doc




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	1 Aug 2005 19:29:55 -0000	1.4
+++ .cvsignore	11 Aug 2005 09:20:10 -0000	1.5
@@ -1 +1 @@
-Plone-2.1-rc1.tar.gz
+Plone-2.1-rc2.tar.gz


Index: plone.spec
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-4/plone.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plone.spec	1 Aug 2005 19:29:55 -0000	1.6
+++ plone.spec	11 Aug 2005 09:20:10 -0000	1.7
@@ -6,19 +6,18 @@
 
 Name:           plone
 Version:        2.1
-Release:        0.2.rc1%{?dist}
+Release:        0.3.rc2%{?dist}
 Summary:        User friendly and powerful open source Content Management System
 License:        GPL
 Group:          System Environment/Daemons
 URL:            http://www.plone.org/
 #Source0:        http://dl.sf.net/plone/Plone-%{version}.tar.gz
-Source0:        http://dl.sf.net/plone/Plone-2.1-rc1.tar.gz
+Source0:        http://dl.sf.net/plone/Plone-2.1-rc2.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 
 Requires:       zope >= %{zope_minver}
-Requires:       python >= %{python_minver}
+Requires:       python >= %{python_minver}, python-imaging
 
 %description
 Plone is a user friendly and powerful content management system based on Zope.
@@ -27,15 +26,12 @@
 products.
 
 %prep
-%setup -q -n Plone-%{version}-rc1
-# Avoid conflicts
-mv README.txt Plone-README.txt
-mv CONTENTS.txt Plone-CONTENTS.txt
+%setup -q -n Plone-%{version}-rc2
 # Clean up sources
 find . -type d -name CVS | xargs rm -rf
 find . -type f -name .cvsignore | xargs rm -rf
+find . -type d -name .svn | xargs rm -rf
 find . -type f -name "*~" | xargs rm -rf
-rm -f Archetypes/content_driver/.DocBook.py.swp
 
 
 %install
@@ -44,6 +40,8 @@
 mkdir -p $RPM_BUILD_ROOT%{software_home}/Products
 cp -pr * $RPM_BUILD_ROOT%{software_home}/Products
 rm -rf $RPM_BUILD_ROOT%{software_home}/Products/BTreeFolder2
+rm -f $RPM_BUILD_ROOT%{software_home}/Products/README.txt
+rm -f $RPM_BUILD_ROOT%{software_home}/Products/CONTENTS.txt
 
 
 %clean
@@ -52,10 +50,16 @@
 
 %files
 %defattr(644,root,root,755)
+%doc README.txt CONTENTS.txt
 %{software_home}/Products/*
 
 
 %changelog
+* Thu Aug 11 2005 Aurelien Bompard <gauret[AT]free.fr> 2.1-0.3.rc2
+- update to rc2
+- drop buildarch: noarch since _libdir depends on arch (on x86_64)
+- put readmes in %%doc
+
 * Mon Aug 01 2005 Aurelien Bompard <gauret[AT]free.fr> 2.1-0.2.rc1
 - update to rc1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	1 Aug 2005 19:29:55 -0000	1.4
+++ sources	11 Aug 2005 09:20:10 -0000	1.5
@@ -1 +1 @@
-7cc52354ddba675bfed383f0d412da48  Plone-2.1-rc1.tar.gz
+3d5866c3301269b282a7ee375605326a  Plone-2.1-rc2.tar.gz




More information about the fedora-extras-commits mailing list