Convert snapcraft.yaml to snapcraft.yaml.in to update version automatically.

This commit is contained in:
Alexey Kopytov
2017-02-07 20:40:21 +03:00
parent db2f6588e2
commit 7fe53e4ffb
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -557,6 +557,7 @@ src/lua/Makefile
src/lua/internal/Makefile
tests/Makefile
tests/include/config.sh
snap/snapcraft.yaml
])
AC_OUTPUT

View File

@ -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