SPECS: template-horde.spec - plain rm to be able to detect missing...

glen glen at pld-linux.org
Wed Mar 29 00:02:39 CEST 2006


Author: glen                         Date: Tue Mar 28 22:02:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- plain rm to be able to detect missing files
- drop obsoletes from template

---- Files affected:
SPECS:
   template-horde.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/template-horde.spec
diff -u SPECS/template-horde.spec:1.11 SPECS/template-horde.spec:1.12
--- SPECS/template-horde.spec:1.11	Thu Feb 16 14:11:03 2006
+++ SPECS/template-horde.spec	Wed Mar 29 00:02:33 2006
@@ -35,7 +35,6 @@
 Requires:	apache(mod_access)
 Requires:	horde >= 3.0
 Requires:	webapps
-#Obsoletes:	%{_hordeapp}
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -68,12 +67,12 @@
 %setup -qcT -n %{?_snap:%{_hordeapp}-%{_snap}}%{!?_snap:%{_hordeapp}-%{version}%{?_rc:-%{_rc}}}
 tar zxf %{SOURCE0} --strip-components=1
 
-rm -f {,*/}.htaccess
+rm {,*/}.htaccess
 for i in config/*.dist; do
 	mv $i config/$(basename $i .dist)
 done
 # considered harmful (horde/docs/SECURITY)
-rm -f test.php
+rm test.php
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -146,6 +145,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2006/03/28 22:02:33  glen
+- plain rm to be able to detect missing files
+- drop obsoletes from template
+
 Revision 1.11  2006/02/16 13:11:03  glen
 - u nify
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/template-horde.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list