commit 56c3efc9ab98c18dc607d4c52ec26ce4e0562dcb
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Oct 1 17:41:30 2016 +0200
Updated to 0.16.2
.gitignore | 1 +
obs-studio.spec | 24 +++++++++++++++++++++---
sources | 2 +-
3 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fdb1e9b..b883576 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/obs-studio-0.15.4.tar.gz
+/obs-studio-0.16.2.tar.gz
diff --git a/obs-studio.spec b/obs-studio.spec
index 7c6dfbb..c333f65 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -1,6 +1,6 @@
Name: obs-studio
-Version: 0.15.4
-Release: 3%{?dist}
+Version: 0.16.2
+Release: 1%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
@@ -52,6 +52,15 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Header files for Open Broadcaster Software
+%package doc
+Summary: Documentation files for %{name}
+Group: Documentation
+BuildArch: noarch
+
+%description doc
+The %{name}-doc package contains html documentation
+that use %{name}.
+
%prep
%setup -q
@@ -65,6 +74,9 @@ sed -i 's|OBS_MULTIARCH_SUFFIX|LIB_SUFFIX|g'
cmake/Modules/ObsHelpers.cmake
%cmake -DOBS_VERSION_OVERRIDE=%{version} -DUNIX_STRUCTURE=1
%make_build
+# build docs
+doxygen
+
%install
%make_install
@@ -95,7 +107,7 @@ fi
%files
%doc README
-%license obs/data/license/gplv2.txt
+%license UI/data/license/gplv2.txt
%license COPYING
%{_bindir}/obs
%{_datadir}/applications/obs.desktop
@@ -112,8 +124,14 @@ fi
%{_libdir}/*.so
%{_includedir}/obs/
+%files doc
+%doc docs/html
+
%changelog
+* Sat Oct 01 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.16.2-1
+- Updated to 0.16.2
+
* Fri Aug 26 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.15.4-3
- Actually define FFMPEG_MUX_FIXED (fixes 'command not found' when trying to
record)
diff --git a/sources b/sources
index e4c85b3..4f0264d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-380f195e3073eed4a9909a7f8b7babcf obs-studio-0.15.4.tar.gz
+19bc6fcff2ad4f7070e8c80b58c4b8f1 obs-studio-0.16.2.tar.gz