forked from pool/lua-toluapp
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-toluapp?expand=0&rev=1
23 lines
766 B
Diff
23 lines
766 B
Diff
No need to record version or buildtime.
|
|
If the source changes build-compare will trigger republish.
|
|
--- a/src/bin/lua/package.lua
|
|
+++ b/src/bin/lua/package.lua
|
|
@@ -108,7 +108,7 @@ end
|
|
function classPackage:preamble ()
|
|
output('/*\n')
|
|
output('** Lua binding: '..self.name..'\n')
|
|
- output('** Generated automatically by '..TOLUA_VERSION..' on '..date()..'.\n')
|
|
+ output('** Generated automatically.\n')
|
|
output('*/\n\n')
|
|
|
|
output('#ifndef __cplusplus\n')
|
|
@@ -198,7 +198,7 @@ end
|
|
-- write header file
|
|
function classPackage:header ()
|
|
output('/*\n') output('** Lua binding: '..self.name..'\n')
|
|
- output('** Generated automatically by '..TOLUA_VERSION..' on '..date()..'.\n')
|
|
+ output('** Generated automatically.\n')
|
|
output('*/\n\n')
|
|
|
|
if not flags.h then
|