commit c4874bd047de32af93b396ec6b987d8c98d4e2d1
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 19 15:27:30 2018 +0100
Update to latest stable release for Kodi 18
.gitignore | 1 +
gpl-2.0.txt | 339 --------------------------------------------------
kodi-pvr-dvblink.spec | 29 ++---
sources | 2 +-
4 files changed, 15 insertions(+), 356 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b84822..e4214d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/kodi-pvr-dvblink-309f62e.tar.gz
/kodi-pvr-dvblink-339c3ea.tar.gz
+/pvr.dvblink-594e062.tar.gz
diff --git a/kodi-pvr-dvblink.spec b/kodi-pvr-dvblink.spec
index 70056aa..5287f35 100644
--- a/kodi-pvr-dvblink.spec
+++ b/kodi-pvr-dvblink.spec
@@ -1,25 +1,22 @@
-%global commit 339c3ea77f8b1c052ad106419a8f857ac8f53e60
-%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170827
+%global commit 594e0623572b206e0425a4be9ac7de343779f1db
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20180312
%global kodi_addon pvr.dvblink
-%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: 3.4.8
-Release: 2%{?dist}
-Summary: Kodi's DVBLink client addon
+Version: 4.4.4
+Release: 1%{?dist}
+Summary: DVBLink PVR for Kodi
-Group: Applications/Multimedia
# Addon is GPLv2+. lib/dvblinkremote is MIT
License: GPLv2+ and MIT
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++
@@ -31,7 +28,7 @@ Requires: kodi >= %{kodi_version}
ExclusiveArch: i686 x86_64
%description
-PVR plugin for DVBLink. Supports streaming of Live TV & recordings, EPG, timers.
+%{summary}.
%prep
@@ -40,11 +37,9 @@ PVR plugin for DVBLink. Supports streaming of Live TV & recordings,
EPG, timers.
# Drop bundled tinyxml2 library
rm -r depends/common/tinyxml2/
-cp -p %{SOURCE1} .
-
%build
-%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir}/kodi/ .
+%cmake .
%make_build
@@ -54,12 +49,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:4.4.4-1
+- Update to latest stable release for Kodi 18
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
1:3.4.8-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 92fc3fe..d5852dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef6cf763d72ff8735aaf165f63d2a9d9 kodi-pvr-dvblink-339c3ea.tar.gz
+cdcb732d228a2e7eae7c1148acfb68de pvr.dvblink-594e062.tar.gz