SPECS: horde-webmail.spec - package more files, more noautoreqs

qboosh qboosh at pld-linux.org
Mon Feb 26 10:28:46 CET 2007


Author: qboosh                       Date: Mon Feb 26 09:28:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package more files, more noautoreqs

---- Files affected:
SPECS:
   horde-webmail.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/horde-webmail.spec
diff -u SPECS/horde-webmail.spec:1.7 SPECS/horde-webmail.spec:1.8
--- SPECS/horde-webmail.spec:1.7	Fri Feb 23 14:04:26 2007
+++ SPECS/horde-webmail.spec	Mon Feb 26 10:28:41 2007
@@ -7,7 +7,7 @@
 %define	_hordeapp webmail
 #define	_snap	2005-08-01
 #define	_rc		rc2
-%define	_rel	0.1
+%define	_rel	0.2
 %include	/usr/lib/rpm/macros.php
 Summary:	Browser based collaboration suite
 Summary(pl.UTF-8):	Oparte na przeglądarce narzędzie do pracy grupowej
@@ -32,7 +32,8 @@
 
 # horde accesses it directly in help->about
 %define		_noautocompressdoc  CREDITS
-%define		_noautoreq	'pear(Horde.*)'
+# some lib/* contents
+%define		_noautoreq	'pear(Horde.*)' 'pear(Net/IMSP.*)' 'pear(SyncML.*)' 'pear(Text.*)' 'pear(VFS.*)' 'pear(XML/SVG.*)' 'pear(XML/WBXML.*)'
 
 %define		hordedir	/usr/share/horde
 #define		_appdir		%{hordedir}/%{_hordeapp}
@@ -70,7 +71,9 @@
 	mv $i config/$(basename $i .dist)
 done
 # considered harmful (horde/docs/SECURITY)
-rm test.php
+find . -name test.php | xargs rm -f
+
+rm -r kronolith/scripts
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -80,7 +83,8 @@
 cp -a config/* $RPM_BUILD_ROOT%{_sysconfdir}
 echo '<?php ?>' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.php
 touch $RPM_BUILD_ROOT%{_sysconfdir}/conf.php.bak
-cp -a lib locale templates themes $RPM_BUILD_ROOT%{_appdir}
+# XXX: system imp,kronolith,mnemo,nag,turba
+cp -a admin imp ingo js kronolith lib locale mnemo nag scripts services templates themes turba util $RPM_BUILD_ROOT%{_appdir}
 
 ln -s %{_sysconfdir} $RPM_BUILD_ROOT%{_appdir}/config
 ln -s %{_docdir}/%{name}-%{version}/CREDITS $RPM_BUILD_ROOT%{_appdir}/docs
@@ -126,12 +130,35 @@
 
 %dir %{_appdir}
 %{_appdir}/*.php
+%{_appdir}/admin
 %{_appdir}/config
 %{_appdir}/docs
+%{_appdir}/imp
+%{_appdir}/ingo
+%{_appdir}/js
+%{_appdir}/kronolith
 %{_appdir}/lib
 %{_appdir}/locale
+%{_appdir}/mnemo
+%{_appdir}/nag
+%dir %{_appdir}/scripts
+%{_appdir}/scripts/ldap
+%{_appdir}/scripts/sql
+%{_appdir}/scripts/upgrades
+%{_appdir}/scripts/cookie_login.php
+%{_appdir}/scripts/get_login.php
+%{_appdir}/scripts/http_login_refer.php
+# XXX: include some files as doc only? but setup.php is needed in this place
+%attr(755,root,root) %{_appdir}/scripts/count_sessions.php
+%attr(755,root,root) %{_appdir}/scripts/migrate_user_categories.php
+%attr(755,root,root) %{_appdir}/scripts/remove_prefs.php
+%attr(755,root,root) %{_appdir}/scripts/setup.php
+%attr(755,root,root) %{_appdir}/scripts/themes_check.php
+%{_appdir}/services
 %{_appdir}/templates
 %{_appdir}/themes
+%{_appdir}/turba
+%{_appdir}/util
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -139,9 +166,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.7  2007/02/23 13:04:26  qboosh
-- commented conf files until they exist
-- changed to independent appdir until shared horde is used
+Revision 1.8  2007/02/26 09:28:41  qboosh
+- package more files, more noautoreqs
 
 Revision 1.6  2007/02/13 07:47:11  glen
 - tabs in preamble
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/horde-webmail.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list