commit 82cb04356eff361d951d5ecf94beb06da26e0274
Author: martinkg <martinkg(a)fedoraproject.org>
Date: Mon Jan 8 19:26:21 2018 +0100
Update to 3.0-1.20171201git14dee45
.gitignore | 1 +
sources | 2 +-
xvst.spec | 21 ++++++++++++++-------
3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a70257f..70810e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
xvst-2.5.2-cbfafe4.tar.gz
/xvst-2.6-73d3f51.tar.gz
+/xvst-3.0-14dee45.tar.gz
diff --git a/sources b/sources
index 08a6b6d..0c9e422 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae653e9fab917dcf79dcbcf1a0e27833 xvst-2.6-73d3f51.tar.gz
+36d1cf49f5a51443088dbeae420046ff xvst-3.0-14dee45.tar.gz
diff --git a/xvst.spec b/xvst.spec
index 8c9dcec..43bb44c 100644
--- a/xvst.spec
+++ b/xvst.spec
@@ -1,13 +1,15 @@
-%global commit 73d3f51fba4c9c0f44062b35939c0dfa7f596523
+#
https://github.com/xVST/xVideoServiceThief/commit/14dee4551645f6e23000c49...
+%global commit 14dee4551645f6e23000c497f5c17631de98a368
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20170307
+%global gitdate 20171201
+%global rname xVST
Summary: Downloading your favourite video clips from a lot of websites
Name: xvst
-Version: 2.6
-Release: 2.%{gitdate}git%{shortcommit}%{?dist}
+Version: 3.0
+Release: 1.%{gitdate}git%{shortcommit}%{?dist}
License: GPLv3+
-URL:
https://github.com/xVST/xVideoServiceThief
+URL:
http://www.xvideothief.com
Source0:
https://github.com/xVST/xVideoServiceThief/archive/%{commit}/%{name}-%{ve...
Source1: %{name}.desktop
@@ -29,6 +31,7 @@ BuildRequires: qt5-qttools-devel
BuildRequires: qt5-qtwebengine-devel
BuildRequires: librtmp-devel
Requires: ffmpeg
+Requires: youtube-dl
%description
xVideoServiceThief (a.k.a xVST) is a tool for downloading your favourite
@@ -67,8 +70,9 @@ chmod 0644 resources/services/hardsextube/hardsextube.js
lrelease-qt5 resources/translations/*.ts
rm -f resources/translations/template_for_new_translations.qm
-%{qmake_qt5}
-make %{?_smp_mflags}
+%{qmake_qt5} \
+CONFIG+="release"
+%make_build
%install
install -d -m 0755 %{buildroot}%{_datadir}/%{name}/{plugins,languages}
@@ -103,6 +107,9 @@ update-desktop-database &> /dev/null || :
%{_datadir}/%{name}/languages/*qm
%changelog
+* Sun Jan 07 2018 Martin Gansser <linux4martin(a)gmx.de> 3.0-1.20171201git14dee45
+- Update to 3.0-1.20171201git14dee45
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> -
2.6-2.20170307git73d3f51
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild