[packages/obs-studio] fix reported version number
jajcus
jajcus at pld-linux.org
Mon Jul 31 16:26:47 CEST 2017
commit c0e58c59750bb7857d8ade7c7e56770c72781b3a
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Mon Jul 31 16:25:10 2017 +0200
fix reported version number
"OBS 0.0.1" does not look good
Release: 2
obs-studio.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index b7c1ea0..0bb3f65 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -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}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/obs-studio.git/commitdiff/c0e58c59750bb7857d8ade7c7e56770c72781b3a
More information about the pld-cvs-commit
mailing list