SPECS: drupal-themeengine-smarty.spec - add smarty subdir in cache

glen glen at pld-linux.org
Thu Jan 12 00:15:26 CET 2006


Author: glen                         Date: Wed Jan 11 23:15:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add smarty subdir in cache

---- Files affected:
SPECS:
   drupal-themeengine-smarty.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/drupal-themeengine-smarty.spec
diff -u SPECS/drupal-themeengine-smarty.spec:1.8 SPECS/drupal-themeengine-smarty.spec:1.9
--- SPECS/drupal-themeengine-smarty.spec:1.8	Thu Dec  8 22:01:32 2005
+++ SPECS/drupal-themeengine-smarty.spec	Thu Jan 12 00:15:20 2006
@@ -4,7 +4,7 @@
 Summary(pl):	Silnik motywów Drupala Smarty
 Name:		drupal-themeengine-%{engine}
 Version:	4.6.0
-Release:	0.13
+Release:	0.15
 License:	GPL v2
 Group:		Applications/WWW
 Source0:	http://drupal.org/files/projects/%{engine}-%{version}.tar.gz
@@ -41,7 +41,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_enginedir}/%{engine}/plugins,%{_cachedir}/%{engine}}
+install -d $RPM_BUILD_ROOT{%{_enginedir}/%{engine}/plugins,%{_cachedir}/%{engine}/smarty}
 
 install *.tpl $RPM_BUILD_ROOT%{_enginedir}/%{engine}
 install *.engine *.php $RPM_BUILD_ROOT%{_enginedir}/%{engine}
@@ -54,13 +54,15 @@
 if [ "$1" = "0" ]; then
 	# nuke cache
 	rm -f %{_cachedir}/%{engine}/*.php
+	rm -f %{_cachedir}/%{engine}/smarty/*.php
 fi
 
 %files
 %defattr(644,root,root,755)
 %doc *.txt
 %{_enginedir}/%{engine}
-%dir %attr(775,root,http) %{_cachedir}/%{engine}
+%dir %attr(770,root,http) %{_cachedir}/%{engine}
+%dir %attr(770,root,http) %{_cachedir}/%{engine}/smarty
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -68,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/01/11 23:15:20  glen
+- add smarty subdir in cache
+
 Revision 1.8  2005/12/08 21:01:32  glen
 - use url alias in URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/drupal-themeengine-smarty.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list