commit 5e771936dd8d5b3223df0479beb29223849dc05c
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 19 15:27:59 2018 +0100
Update to latest stable release for Kodi 18
.gitignore | 1 +
gpl-2.0.txt | 339 ---------------------------------------------------
kodi-pvr-vuplus.spec | 33 +++--
sources | 2 +-
4 files changed, 18 insertions(+), 357 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e1ccc91..5de7d4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/kodi-pvr-vuplus-25c4883.tar.gz
/kodi-pvr-vuplus-c1e6a22.tar.gz
+/pvr.vuplus-dc230dd.tar.gz
diff --git a/kodi-pvr-vuplus.spec b/kodi-pvr-vuplus.spec
index 0822bcd..82949b8 100644
--- a/kodi-pvr-vuplus.spec
+++ b/kodi-pvr-vuplus.spec
@@ -1,47 +1,44 @@
-%global commit c1e6a225d89377bfb1acbe34794b01cc359b23a6
-%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20171002
+%global commit dc230ddff7c3a4b2296a7114439b516d8a02c446
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20180312
%global kodi_addon pvr.vuplus
-%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.12
-Release: 2%{?dist}
-Summary: Kodi's VuPlus client addon
+Version: 3.6.2
+Release: 1%{?dist}
+Summary: Vu+ 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: platform-devel
-BuildRequires: tinyxml-devel
+BuildRequires: pkgconfig(tinyxml)
Requires: kodi >= %{kodi_version}
ExclusiveArch: i686 x86_64
%description
-Kodi's frontend for VU+/Enigma2 based settop boxes. Supports streaming of live
-TV & recordings, EPG, timers.
+%{summary}.
%prep
%autosetup -n %{kodi_addon}-%{commit}
-cp -p %{SOURCE1} .
+# Fix permissions
+find . -name "*.cpp" -exec chmod 0644 {} \;
%build
-%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir}/kodi/ .
+%cmake .
%make_build
@@ -51,12 +48,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.6.2-1
+- Update to latest stable release for Kodi 18
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
1:2.4.12-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index aafb82f..60a3073 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b7531b04e91cb8ed8277cb064957a59 kodi-pvr-vuplus-c1e6a22.tar.gz
+42874b7ecff11f6a6e02f690eddd1f52 pvr.vuplus-dc230dd.tar.gz