SPECS: horde-webmail.spec - leave .htaccess files, somehow clean u...
qboosh
qboosh at pld-linux.org
Mon Feb 26 14:07:15 CET 2007
Author: qboosh Date: Mon Feb 26 13:07:14 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- leave .htaccess files, somehow clean up subproject trees for now
---- Files affected:
SPECS:
horde-webmail.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/horde-webmail.spec
diff -u SPECS/horde-webmail.spec:1.9 SPECS/horde-webmail.spec:1.10
--- SPECS/horde-webmail.spec:1.9 Mon Feb 26 10:45:14 2007
+++ SPECS/horde-webmail.spec Mon Feb 26 14:07:09 2007
@@ -66,14 +66,14 @@
%setup -qcT -n %{?_snap:%{_hordeapp}-%{_snap}}%{!?_snap:%{_hordeapp}-%{version}%{?_rc:-%{_rc}}}
tar zxf %{SOURCE0} --strip-components=1
-rm -f {,*/}.htaccess
+#rm -f {,*/}.htaccess
for i in config/*.dist; do
mv $i config/$(basename $i .dist)
done
# considered harmful (horde/docs/SECURITY)
find . -name test.php | xargs rm -f
-rm -r kronolith/scripts
+rm -rf {imp,ingo,kronolith,mnemo,nag}/{docs,scripts,LICENSE,README}
%install
rm -rf $RPM_BUILD_ROOT
@@ -142,6 +142,7 @@
%{_appdir}/mnemo
%{_appdir}/nag
%dir %{_appdir}/scripts
+%{_appdir}/scripts/.htaccess
%{_appdir}/scripts/ldap
%{_appdir}/scripts/sql
%{_appdir}/scripts/upgrades
@@ -166,6 +167,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2007/02/26 13:07:09 qboosh
+- leave .htaccess files, somehow clean up subproject trees for now
+
Revision 1.9 2007/02/26 09:45:14 qboosh
- more noautoreqs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/horde-webmail.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list