rpms/plone/FC-3 .cvsignore, 1.3, 1.4 plone.spec, 1.3, 1.4 sources, 1.3, 1.4

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Thu Sep 8 21:38:55 UTC 2005


Author: abompard

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

Modified Files:
	.cvsignore plone.spec sources 
Log Message:
- version 2.1 final


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-3/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	15 Jun 2005 13:25:23 -0000	1.3
+++ .cvsignore	8 Sep 2005 21:38:53 -0000	1.4
@@ -1 +1 @@
-Plone-2.1-alpha2.tar.gz
+Plone-2.1.tar.gz


Index: plone.spec
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-3/plone.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plone.spec	15 Jun 2005 13:25:23 -0000	1.3
+++ plone.spec	8 Sep 2005 21:38:53 -0000	1.4
@@ -6,21 +6,17 @@
 
 Name:           plone
 Version:        2.1
-Release:        0.1.alpha2%{?dist}
-
+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://dl.sf.net/plone/Plone-%{version}.tar.gz
-Source0:        http://dl.sf.net/plone/Plone-2.1-alpha2.tar.gz
+Source0:        http://dl.sf.net/plone/Plone-2.1.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.
@@ -29,15 +25,12 @@
 products.
 
 %prep
-%setup -q -n Plone-%{version}-alpha2
-# Avoid conflicts
-mv README.txt Plone-README.txt
-mv CONTENTS.txt Plone-CONTENTS.txt
+%setup -q -n Plone-%{version}
 # 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
@@ -46,6 +39,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
@@ -54,10 +49,25 @@
 
 %files
 %defattr(644,root,root,755)
+%doc README.txt CONTENTS.txt
 %{software_home}/Products/*
 
 
 %changelog
+* Thu Sep 08 2005 Aurelien Bompard <gauret[AT]free.fr> 2.1-1
+- version 2.1 final
+
+* Thu Aug 11 2005 Aurelien Bompard <gauret[AT]free.fr>
+- rebuild
+
+* 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
+
 * Wed Jun 15 2005 Aurelien Bompard <gauret[AT]free.fr> 2.1-0.1.alpha2
 - update to 2.1 alpha2 to work with python >= 2.4 and zope >= 2.8
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/plone/FC-3/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Jun 2005 13:25:23 -0000	1.3
+++ sources	8 Sep 2005 21:38:53 -0000	1.4
@@ -1 +1 @@
-8d9b162f3f848ccd133c04e393042f01  Plone-2.1-alpha2.tar.gz
+a72efb9aace662ac8f81f3f66ad7c44c  Plone-2.1.tar.gz




More information about the fedora-extras-commits mailing list