commit 595a01f31bc3db7be91f2f61dbf03d6a23bb0706
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Dec 13 10:22:05 2017 +0000
Use build requires cmake3 instead of cmake
simplescreenrecorder.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index c7683fb..2be14cf 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -1,7 +1,7 @@
%define shortname ssr
Name: simplescreenrecorder
Version: 0.3.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Simple Screen Recorder is a screen recorder for Linux
License: GPLv3
@@ -9,7 +9,7 @@ URL:
http://www.maartenbaert.be/simplescreenrecorder/
Source0:
https://github.com/MaartenBaert/ssr/archive/%{version}.tar.gz
BuildRequires: desktop-file-utils
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: ffmpeg-devel
BuildRequires: pkgconfig(Qt5)
BuildRequires: pkgconfig(Qt5X11Extras)
@@ -42,7 +42,7 @@ It's 'simple' in the sense that it's easier to use than
ffmpeg/avconv or VLC
%build
mkdir build-release
pushd build-release
- %cmake \
+ %cmake3 \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_QT5=TRUE \
%ifnarch %{ix86} x86_64
@@ -97,6 +97,9 @@ fi
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Wed Dec 13 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.3.9-2
+- Use build requires cmake3 instead of cmake
+
* Wed Dec 13 2017 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.3.9-1
- Update to 0.3.9
- Switch to use cmake for build