Convert snapcraft.yaml to snapcraft.yaml.in to update version automatically.
This commit is contained in:
@ -28,7 +28,8 @@ endif
|
||||
|
||||
SUBDIRS = doc $(LUAJIT_DIR) $(CK_DIR) src tests
|
||||
|
||||
EXTRA_DIST = autogen.sh README.md README-WIN.txt README-Oracle.md ChangeLog
|
||||
EXTRA_DIST = autogen.sh README.md README-WIN.txt README-Oracle.md ChangeLog \
|
||||
snap/snapcraft.yaml.in
|
||||
|
||||
test:
|
||||
cd tests && $(MAKE) test
|
||||
|
||||
@ -557,6 +557,7 @@ src/lua/Makefile
|
||||
src/lua/internal/Makefile
|
||||
tests/Makefile
|
||||
tests/include/config.sh
|
||||
snap/snapcraft.yaml
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: sysbench
|
||||
version: 1.0.0
|
||||
version: @PACKAGE_VERSION@
|
||||
summary: Cross-platform and multi-threaded benchmark tool
|
||||
description: |
|
||||
sysbench is a modular, cross-platform and multi-threaded benchmark tool for
|
||||
Reference in New Issue
Block a user