SPECS: egroupware.spec - remove unwanted packages

glen glen at pld-linux.org
Wed May 31 02:42:25 CEST 2006


Author: glen                         Date: Wed May 31 00:42:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- remove unwanted packages

---- Files affected:
SPECS:
   egroupware.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SPECS/egroupware.spec
diff -u SPECS/egroupware.spec:1.24 SPECS/egroupware.spec:1.25
--- SPECS/egroupware.spec:1.24	Wed May 31 01:46:24 2006
+++ SPECS/egroupware.spec	Wed May 31 02:42:20 2006
@@ -4,7 +4,7 @@
 # - list of bundled software (to use pld packages instead):
 # - everything
 
-%define	_rel 0.11
+%define	_rel 0.14
 Summary:	eGroupWare - a web-based groupware suite written in PHP
 Summary(pl):	eGroupWAre - oparte na WWW oprogramowanie do pracy grupowej napisane w PHP
 Name:		egroupware
@@ -507,6 +507,13 @@
 %setup -q -n %{name} -a1
 mv %{name}/* .
 
+# remove as did upstream
+rm -rf rpc.php
+rm -rf xmlrpc
+rm -rf switchuser
+rm -rf skel
+rm -rf soap
+
 # remove CVS control files
 find -name .svn -print0 | xargs -0 rm -rf
 # undos the sources
@@ -571,17 +578,6 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
 %dir %{_appdir}
 %{_appdir}/*.php
-%{_appdir}/admin
-%{_appdir}/etemplate
-%{_appdir}/preferences
-%{_appdir}/home
-%{_appdir}/syncml
-
-# TODO: to -contrib or subpkg
-%{_appdir}/xmlrpc
-%{_appdir}/soap
-%{_appdir}/switchuser
-%{_appdir}/skel
 
 %dir %{_appdir}/phpgwapi
 %{_appdir}/phpgwapi/*.php
@@ -596,6 +592,13 @@
 %dir %attr(775,root,http) %{_appdir}/phpgwapi/images
 %{_appdir}/phpgwapi/images/*
 
+# maybe separate these apps?
+%{_appdir}/syncml
+%{_appdir}/admin
+%{_appdir}/etemplate
+%{_appdir}/preferences
+%{_appdir}/home
+
 %dir /var/lib/%{name}/default
 %dir %attr(775,root,http) /var/lib/%{name}/default/backup
 %dir %attr(775,root,http) /var/lib/%{name}/default/files
@@ -781,6 +784,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2006/05/31 00:42:20  glen
+- remove unwanted packages
+
 Revision 1.24  2006/05/30 23:46:24  glen
 - correct inner deps (etemplate)
 - cleanups
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/egroupware.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list