commit 5459504231d8943e5adbbe9b8de13d170b756c0c
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 19 15:27:56 2018 +0100
Update to latest stable release for Kodi 18
.gitignore | 1 +
gpl-2.0.txt | 339 -------------------------------------------------
kodi-pvr-vdr-vnsi.spec | 38 +++---
sources | 2 +-
4 files changed, 18 insertions(+), 362 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49726dc..132dc16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/kodi-pvr-vdr-vnsi-7a17f89.tar.gz
/kodi-pvr-vdr-vnsi-4ed7d60.tar.gz
/kodi-pvr-vdr-vnsi-e8f8289.tar.gz
+/pvr.vdr.vnsi-4db947c.tar.gz
diff --git a/kodi-pvr-vdr-vnsi.spec b/kodi-pvr-vdr-vnsi.spec
index 53f45cf..49964a4 100644
--- a/kodi-pvr-vdr-vnsi.spec
+++ b/kodi-pvr-vdr-vnsi.spec
@@ -1,50 +1,41 @@
-%global commit e8f82898bc0eb2a7d677f054f5f53e1caa4f1107
-%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20180205
+%global commit 4db947ccb8fc39e6c387272776bc8144433b352c
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20180111
%global kodi_addon pvr.vdr.vnsi
-%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.6.25
-Release: 2%{?dist}
-Summary: Kodi PVR addon VNSI
+Version: 3.5.2
+Release: 1%{?dist}
+Summary: VDR 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
+URL:
https://github.com/FernetMenta/%{kodi_addon}/
+Source0:
https://github.com/FernetMenta/%{kodi_addon}/archive/%{shortcommit}/%{kod...
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: kodi-platform-devel >= %{kodi_version}
-BuildRequires: platform-devel
BuildRequires: mesa-libGL-devel
+BuildRequires: platform-devel
Requires: kodi >= %{kodi_version}
ExclusiveArch: i686 x86_64
%description
-PVR client to connect VDR to Kodi over the VNSI interface VDR. Supports
-streaming of live TV & recordings, EPG, timers over the VNSI plugin.
-
-Note: this package requires the VNSI plugin (package vdr-vnsiserver on Fedora)
-to be installed on the VDR backend.
+%{summary}.
%prep
%autosetup -n %{kodi_addon}-%{commit}
-cp -p %{SOURCE1} .
-
%build
-%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir}/kodi/ .
+%cmake .
%make_build
@@ -53,12 +44,15 @@ cp -p %{SOURCE1} .
%files
-%license gpl-2.0.txt
+%doc README.md
%{_libdir}/kodi/addons/%{kodi_addon}/
%{_datadir}/kodi/addons/%{kodi_addon}/
%changelog
+* Fri Mar 16 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:3.5.2-1
+- Update to latest stable release for Kodi 18
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
1:2.6.25-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 803d4b4..11c76f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c393c2dbb30b62d1be7f26bec56343fe kodi-pvr-vdr-vnsi-e8f8289.tar.gz
+f668561e109549a9fcb6b6f28ac59626 pvr.vdr.vnsi-4db947c.tar.gz