SPECS: Zope-CMFPlone.spec - fixed doubled products (PTS, ExternalE...

ciesiel ciesiel at pld-linux.org
Mon Jun 27 18:07:32 CEST 2005


Author: ciesiel                      Date: Mon Jun 27 16:07:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed doubled products (PTS, ExternalEditor)

---- Files affected:
SPECS:
   Zope-CMFPlone.spec (1.42 -> 1.43) 

---- Diffs:

================================================================
Index: SPECS/Zope-CMFPlone.spec
diff -u SPECS/Zope-CMFPlone.spec:1.42 SPECS/Zope-CMFPlone.spec:1.43
--- SPECS/Zope-CMFPlone.spec:1.42	Sun May  1 10:23:38 2005
+++ SPECS/Zope-CMFPlone.spec	Mon Jun 27 18:07:27 2005
@@ -6,7 +6,7 @@
 Name:		Zope-%{zope_subname}
 Version:	2.0.5
 # %%define		sub_ver RC6
-Release:	5
+Release:	6
 License:	Zope Public License (ZPL), GPL
 Group:		Networking/Daemons
 Source0:	http://dl.sourceforge.net/plone/Plone-%{version}.tar.gz
@@ -55,16 +55,16 @@
 # ExternalEditor
 rm -rf {BTreeFolder2,CMFQuickInstallerTool,Formulator,GroupUserFolder,Archetypes,generator,validation}
 rm -rf {CMFCalendar,CMFCore,CMFDefault,CMFTopic,DCWorkflow,PortalTransforms,Epoz}
+rm -rf {ExternalEditor,PlacelessTranslationService}
 find . -type d -name debian | xargs rm -rf
 
 %build
-mkdir docs docs/CMFPlone docs/CMFFormController docs/PlacelessTranslationService docs/PloneErrorReporting
+mkdir docs docs/CMFPlone docs/CMFFormController docs/PloneErrorReporting
 mv -f CMFPlone/{CREDITS.txt,HISTORY.txt,INSTALL.txt,README.txt,UPGRADE.txt,LICENSE.txt} docs/CMFPlone
 # mv -f CMFPlone/docs/* docs/CMFPlone
 rm -rf CMFPlone/LICENSE.GPL
 mv -f CMFFormController/{AUTHORS,ChangeLog,README.txt} docs/CMFFormController
 rm -rf CMFPlone/docs
-mv -f PlacelessTranslationService/NEWS.txt docs/PlacelessTranslationService
 mv -f PloneErrorReporting/{ChangeLog,README.txt} docs/PloneErrorReporting
 rm -rf PloneErrorReporting/LICENSE.txt
 
@@ -82,7 +82,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-for p in CMFPlone CMFActionIcons CMFFormController PlacelessTranslationService PloneErrorReporting; do
+for p in CMFPlone CMFActionIcons CMFFormController PloneErrorReporting; do
 	/usr/sbin/installzopeproduct %{_datadir}/%{name}/$p
 done
 if [ -f /var/lock/subsys/zope ]; then
@@ -91,7 +91,7 @@
 
 %postun
 if [ "$1" = "0" ]; then
-	for p in CMFPlone CMFActionIcons CMFFormController PlacelessTranslationService PloneErrorReporting; do
+	for p in CMFPlone CMFActionIcons CMFFormController PloneErrorReporting; do
 		/usr/sbin/installzopeproduct -d $p
 	done
 	if [ -f /var/lock/subsys/zope ]; then
@@ -110,6 +110,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.43  2005/06/27 16:07:27  ciesiel
+- fixed doubled products (PTS, ExternalEditor)
+
 Revision 1.42  2005/05/01 08:23:38  ciesiel
 - moved PTS for separate package (needed by Silva)
 - Added new Req. PTS for CMFPlone
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Zope-CMFPlone.spec?r1=1.42&r2=1.43&f=u




More information about the pld-cvs-commit mailing list