SPECS: drupal.spec - add cache dir for smarty templates
glen
glen at pld-linux.org
Fri Aug 19 13:09:08 CEST 2005
Author: glen Date: Fri Aug 19 11:09:08 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add cache dir for smarty templates
---- Files affected:
SPECS:
drupal.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SPECS/drupal.spec
diff -u SPECS/drupal.spec:1.25 SPECS/drupal.spec:1.26
--- SPECS/drupal.spec:1.25 Thu Aug 18 18:15:32 2005
+++ SPECS/drupal.spec Fri Aug 19 13:09:03 2005
@@ -3,7 +3,7 @@
Summary(pl): Platforma do zarządzania treścią o otwartych źródłach
Name: drupal
Version: 4.6.3
-Release: 0.19
+Release: 0.20
Epoch: 0
License: GPL
Group: Applications/WWW
@@ -124,7 +124,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.d,/var/lib/%{name}} \
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.d,/var/{cache,lib}/%{name}} \
$RPM_BUILD_ROOT%{_appdir}/{po,modules/po,htdocs/modules}
cp -a *.ico index.php $RPM_BUILD_ROOT%{_appdir}/htdocs
@@ -213,6 +213,7 @@
%{_appdir}/htdocs/modules
%dir %attr(775,root,http) /var/lib/%{name}
+%dir %attr(775,root,http) /var/cache/%{name}
%files cron
%defattr(644,root,root,755)
@@ -229,6 +230,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2005/08/19 11:09:03 glen
+- add cache dir for smarty templates
+
Revision 1.25 2005/08/18 16:15:32 glen
- cleanup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/drupal.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list