]> git.pld-linux.org Git - packages/obs-studio.git/commitdiff
fix reported version number auto/th/obs-studio-19.0.3-2
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 31 Jul 2017 14:25:10 +0000 (16:25 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 31 Jul 2017 14:25:10 +0000 (16:25 +0200)
"OBS 0.0.1" does not look good

Release: 2

obs-studio.spec

index b7c1ea0ed02ec48c7c935bcaf62fdc2a405bfe7b..0bb3f65d04961faa920a84e9b5ab9675da54987b 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       OBS Studio - live streaming and screen recording software
 Name:          obs-studio
 Version:       19.0.3
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications
 Source0:       https://github.com/jp9000/obs-studio/archive/%{version}/%{name}-%{version}.tar.gz
@@ -64,6 +64,7 @@ export OBS_MULTIARCH_SUFFIX=x32
 %endif
 
 %cmake \
+       -DOBS_VERSION_OVERRIDE=%{version} \
                ../
 %{__make}
 
This page took 0.165524 seconds and 4 git commands to generate.