SPECS: Zope-Silva.spec - remove kupu from Silva

ciesiel ciesiel at pld-linux.org
Sat Oct 8 17:16:43 CEST 2005


Author: ciesiel                      Date: Sat Oct  8 15:16:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- remove kupu from Silva

---- Files affected:
SPECS:
   Zope-Silva.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/Zope-Silva.spec
diff -u SPECS/Zope-Silva.spec:1.22 SPECS/Zope-Silva.spec:1.23
--- SPECS/Zope-Silva.spec:1.22	Sun May  1 13:04:35 2005
+++ SPECS/Zope-Silva.spec	Sat Oct  8 17:16:37 2005
@@ -5,7 +5,7 @@
 Name:		Zope-%{zope_subname}
 # %%define		sub_ver b1
 Version:	1.2.2
-Release:	1
+Release:	2
 License:	Distributable
 Group:		Development/Tools
 Source0:	http://www.infrae.com/download/Silva/%{version}/%{zope_subname}-%{version}-all.tgz
@@ -14,6 +14,7 @@
 BuildRequires:	python
 %pyrequires_eq	python-modules
 Requires:	Zope >= 2.6.1
+Requires:	Zope-kupu
 Requires:	Zope-FileSystemSite >= 1.4.1
 Requires:	Zope-Formulator >= 1.8.0
 Requires:	Zope-PlacelessTranslationService
@@ -35,10 +36,10 @@
 
 %build
 # remove dirs - additional packages!
-rm -rf {Formulator,FileSystemSite,PlacelessTranslationService}
+rm -rf {Formulator,FileSystemSite,PlacelessTranslationService,kupu}
 
 mkdir docs docs/Annotations docs/ParsedXML docs/ProxyIndex docs/Silva docs/SilvaDocument \
-	docs/SilvaMetadata docs/SilvaViews docs/Sprout docs/XMLWidgets docs/kupu
+	docs/SilvaMetadata docs/SilvaViews docs/Sprout docs/XMLWidgets
 mv -f Annotations/{CREDITS.txt,HISTORY.txt,INSTALL.txt,README.txt} docs/Annotations
 mv -f ParsedXML/{CHANGES.txt,CREDITS.txt,INSTALL.txt,README.txt} docs/ParsedXML
 mv -f ProxyIndex/{CREDITS.txt,HISTORY.txt,INSTALL.txt,README.txt} docs/ProxyIndex
@@ -49,16 +50,13 @@
 mv -f Sprout/{HISTORY.txt,README.txt} docs/Sprout
 rm -rf Sprout/LICENSES.txt
 mv -f XMLWidgets/{CREDITS.txt,HISTORY.txt,INSTALL.txt,README.txt} docs/XMLWidgets
-mv -f kupu/doc/* docs/kupu
 # mv -f kupu/README*.txt docs/kupu
-rm -rf kupu/doc
-rm -rf kupu/{Makefile,make.bat}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-cp -af {Annotations,ParsedXML,ProxyIndex,Silva,SilvaDocument,SilvaMetadata,SilvaViews,Sprout,XMLWidgets,kupu} \
+cp -af {Annotations,ParsedXML,ProxyIndex,Silva,SilvaDocument,SilvaMetadata,SilvaViews,Sprout,XMLWidgets} \
 	$RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
@@ -71,7 +69,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-for p in Annotations ParsedXML ProxyIndex Silva SilvaDocument SilvaMetadata SilvaViews Sprout XMLWidgets kupu; do
+for p in Annotations ParsedXML ProxyIndex Silva SilvaDocument SilvaMetadata SilvaViews Sprout XMLWidgets; do
 	/usr/sbin/installzopeproduct %{_datadir}/%{name}/$p
 done
 if [ -f /var/lock/subsys/zope ]; then
@@ -80,7 +78,7 @@
 
 %postun
 if [ "$1" = "0" ]; then
-	for p in Annotations ParsedXML ProxyIndex Silva SilvaDocument SilvaMetadata SilvaViews Sprout XMLWidgets kupu; do
+	for p in Annotations ParsedXML ProxyIndex Silva SilvaDocument SilvaMetadata SilvaViews Sprout XMLWidgets; do
 		/usr/sbin/installzopeproduct -d $p
 	done
 fi
@@ -99,6 +97,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2005/10/08 15:16:37  ciesiel
+- remove kupu from Silva
+
 Revision 1.22  2005/05/01 11:04:35  ciesiel
 - upgraded to version 1.2.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Zope-Silva.spec?r1=1.22&r2=1.23&f=u




More information about the pld-cvs-commit mailing list