test: test-lua.spec - this builds

glen glen at pld-linux.org
Fri Sep 16 23:16:29 CEST 2005


Author: glen                         Date: Fri Sep 16 21:16:29 2005 GMT
Module: test                          Tag: HEAD
---- Log message:
- this builds

---- Files affected:
test:
   test-lua.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: test/test-lua.spec
diff -u test/test-lua.spec:1.1 test/test-lua.spec:1.2
--- test/test-lua.spec:1.1	Fri Sep 16 23:11:20 2005
+++ test/test-lua.spec	Fri Sep 16 23:16:24 2005
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 Summary:	lua test
-Name:		test-php
+Name:		test-lua
 Version:	5.0.5
 Release:	5.7
 License:	test
@@ -16,7 +16,10 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%triggerpostun -p <lua> --- foo > 1
+#triggerpostun -p <lua> --- foo > 1
+%post -p <lua>
+posix.exec("/bin/date");
+
 d = posix.stat("/%{_lib}/%{_host_cpu}")
 if d ~= nil and d.type == 'directory' then 
 
@@ -46,6 +49,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/09/16 21:16:24  glen
+- this builds
+
 Revision 1.1  2005/09/16 21:11:20  glen
 - testing lua
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/test/test-lua.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list