Override the version tag using the new functionality

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-01-26 19:08:50 +01:00
parent 8d4a0946d1
commit edaa157918
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ CONFIGURE_OPTS=(
-Dsplit-usr=false
-Dsplit-bin=true
-Db_lto=false
-Dversion-tag=v%{version}-%{release}
)
%meson "${CONFIGURE_OPTS[@]}"