commit c3d5d4aed1985f39a8c700c4c95068944bfca1f5
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 19 15:27:32 2018 +0100
Update to latest stable release for Kodi 18
.gitignore | 1 +
gpl-2.0.txt | 339 ------------------------------------------------
kodi-pvr-dvbviewer.spec | 30 ++---
sources | 2 +-
4 files changed, 15 insertions(+), 357 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a208e9..ac5732c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/kodi-pvr-dvbviewer-2c25736.tar.gz
/kodi-pvr-dvbviewer-52929fe.tar.gz
/kodi-pvr-dvbviewer-2a8c91e.tar.gz
+/pvr.dvbviewer-05cff5b.tar.gz
diff --git a/kodi-pvr-dvbviewer.spec b/kodi-pvr-dvbviewer.spec
index 5b1ce02..529fcb7 100644
--- a/kodi-pvr-dvbviewer.spec
+++ b/kodi-pvr-dvbviewer.spec
@@ -1,47 +1,41 @@
-%global commit 2a8c91e08223cab2f4b277270921756d5fa3c8af
-%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20171022
+%global commit 05cff5b69e357d31ca123fc939673695f2865958
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20180312
%global kodi_addon pvr.dvbviewer
-%global kodi_version 17.0
+%global kodi_version 18.0
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (
https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 2.4.14
+Version: 3.3.8
Release: 1%{?dist}
-Summary: Kodi's DVBViewer client addon
+Summary: DVBViewer PVR for Kodi
-Group: Applications/Multimedia
License: GPLv2+
URL:
https://github.com/kodi-pvr/%{kodi_addon}/
-Source0:
https://github.com/kodi-pvr/%{kodi_addon}/archive/%{short_commit}/%{name}...
-# GPLv2 license file
-Source1:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
+Source0:
https://github.com/kodi-pvr/%{kodi_addon}/archive/%{shortcommit}/%{kodi_a...
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: kodi-platform-devel >= %{kodi_version}
+BuildRequires: pkgconfig(tinyxml)
BuildRequires: platform-devel
-BuildRequires: tinyxml-devel
Requires: kodi >= %{kodi_version}
ExclusiveArch: i686 x86_64
%description
-Kodi's frontend for DVBViewer. Supports streaming of live TV, timers, recordings
-& EPG.
+%{summary}.
%prep
%autosetup -n %{kodi_addon}-%{commit}
-cp -p %{SOURCE1} .
-
%build
-%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir}/kodi/ .
+%cmake .
%make_build
@@ -51,12 +45,14 @@ cp -p %{SOURCE1} .
%files
%doc README.md %{kodi_addon}/changelog.txt
-%license gpl-2.0.txt
%{_libdir}/kodi/addons/%{kodi_addon}/
%{_datadir}/kodi/addons/%{kodi_addon}/
%changelog
+* Fri Mar 16 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:3.3.8-1
+- Update to latest stable release for Kodi 18
+
* Tue Feb 20 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.4.14-1
- Update to 2.4.14
diff --git a/sources b/sources
index edae71c..e735ee4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb948af0ef2019ac3d2157679ccd75a4 kodi-pvr-dvbviewer-2a8c91e.tar.gz
+918a9494707f349d9e3dfd56ef9c8c1f pvr.dvbviewer-05cff5b.tar.gz