steffen: server/Smarty Smarty.spec,1.1,1.2

cvs at intevation.de cvs at intevation.de
Wed Apr 28 15:53:17 CEST 2004


Author: steffen

Update of /kolabrepository/server/Smarty
In directory doto:/tmp/cvs-serv3437

Modified Files:
	Smarty.spec 
Log Message:
forgot a subdir

Index: Smarty.spec
===================================================================
RCS file: /kolabrepository/server/Smarty/Smarty.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Smarty.spec	28 Apr 2004 13:05:10 -0000	1.1
+++ Smarty.spec	28 Apr 2004 13:53:14 -0000	1.2
@@ -17,7 +17,6 @@
 Source0:	http://smarty.php.net/distributions/%{name}-%{version}.tar.gz
 Source1:	http://smarty.php.net/distributions/manual/en/%{name}-%{version}-docs.tar.gz
 
-
 # Build Info
 Prefix:		%{l_prefix}
 BuildRoot:	%{l_buildroot}
@@ -42,11 +41,13 @@
 
 %install
 	rm -rf $RPM_BUILD_ROOT
+	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/lib/php/%{name}/core
 	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/lib/php/%{name}/plugins
 	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/share/%{name}/manual/stylesheet-images
 	%{l_shtool} install -m 644 libs/{Config_File,Smarty{,_Compiler}}.class.php \
 		$RPM_BUILD_ROOT%{l_prefix}/lib/php/%{name}
 	%{l_shtool} install -m 644 libs/debug.tpl $RPM_BUILD_ROOT%{l_prefix}/lib/php/%{name}
+	%{l_shtool} install -m 644 libs/core/*.php $RPM_BUILD_ROOT%{l_prefix}/lib/php/%{name}/core
 	%{l_shtool} install -m 644 libs/plugins/*.php $RPM_BUILD_ROOT%{l_prefix}/lib/php/%{name}/plugins
 	%{l_shtool} install -m 644 BUGS ChangeLog FAQ INSTALL NEWS README RELEASE_NOTES TODO \
 		$RPM_BUILD_ROOT%{l_prefix}/share/%{name}





More information about the commits mailing list