gunnar: server/php-smarty php-smarty.spec,1.6,1.7

cvs at kolab.org cvs at kolab.org
Thu Sep 13 16:43:37 CEST 2007


Author: gunnar

Update of /kolabrepository/server/php-smarty
In directory doto:/tmp/cvs-serv10054/php-smarty

Modified Files:
	php-smarty.spec 
Log Message:
Forgot to declare -D

Index: php-smarty.spec
===================================================================
RCS file: /kolabrepository/server/php-smarty/php-smarty.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- php-smarty.spec	27 Jul 2007 10:30:33 -0000	1.6
+++ php-smarty.spec	13 Sep 2007 14:43:35 -0000	1.7
@@ -1,6 +1,6 @@
 # Variables
 %define         V_version       2.6.18
-%define         V_release       20070607
+%define         V_release       20070816
 
 # Package Information
 Name:		php-smarty
@@ -39,14 +39,14 @@
 
 %install
 	rm -rf $RPM_BUILD_ROOT
-	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/lib/php/Smarty/internals
-	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/lib/php/Smarty/plugins
+	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/lib/php/smarty/internals
+	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/lib/php/smarty/plugins
 	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/share/php-smarty/manual/stylesheet-images
 	%{l_shtool} install -m 644 libs/{Config_File,Smarty{,_Compiler}}.class.php \
-		$RPM_BUILD_ROOT%{l_prefix}/lib/php/Smarty
-	%{l_shtool} install -m 644 libs/debug.tpl $RPM_BUILD_ROOT%{l_prefix}/lib/php/Smarty
-	%{l_shtool} install -m 644 libs/internals/*.php $RPM_BUILD_ROOT%{l_prefix}/lib/php/Smarty/internals
-	%{l_shtool} install -m 644 libs/plugins/*.php $RPM_BUILD_ROOT%{l_prefix}/lib/php/Smarty/plugins
+		$RPM_BUILD_ROOT%{l_prefix}/lib/php/smarty
+	%{l_shtool} install -m 644 libs/debug.tpl $RPM_BUILD_ROOT%{l_prefix}/lib/php/smarty
+	%{l_shtool} install -m 644 libs/internals/*.php $RPM_BUILD_ROOT%{l_prefix}/lib/php/smarty/internals
+	%{l_shtool} install -m 644 libs/plugins/*.php $RPM_BUILD_ROOT%{l_prefix}/lib/php/smarty/plugins
 	%{l_shtool} install -m 644 BUGS ChangeLog FAQ INSTALL NEWS README RELEASE_NOTES TODO \
 		$RPM_BUILD_ROOT%{l_prefix}/share/php-smarty
 	%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
@@ -59,7 +59,3 @@
 	rm -rf $RPM_BUILD_ROOT
 
 %files -f files
-
-%post
-	echo "Removing old compiled templates from %{l_prefix}/var/kolab/php/admin/templates_c"
-	rm -f %{l_prefix}/var/kolab/php/admin/templates_c/*





More information about the commits mailing list