commit f0ae72bad5757d30f99526d0f77693631ace7bc7
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 19 15:28:00 2018 +0100
Update to latest stable release for Kodi 18
.gitignore | 1 +
gpl-2.0.txt | 339 ------------------------------------------------------
kodi-pvr-wmc.spec | 30 +++--
sources | 2 +-
4 files changed, 15 insertions(+), 357 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14aa7e4..b906325 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/kodi-pvr-wmc-ed67cfe.tar.gz
/kodi-pvr-wmc-6bf36aa.tar.gz
+/pvr.wmc-e0a9190.tar.gz
diff --git a/kodi-pvr-wmc.spec b/kodi-pvr-wmc.spec
index d008d62..8e2536b 100644
--- a/kodi-pvr-wmc.spec
+++ b/kodi-pvr-wmc.spec
@@ -1,24 +1,21 @@
-%global commit 6bf36aadb9313f5df84569c2bc9ceaa7093b7ebf
-%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170621
+%global commit e0a9190c516c50dc68c24e8faad5afc4f7644f30
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20180312
%global kodi_addon pvr.wmc
-%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: 1.4.10
-Release: 2%{?dist}
-Summary: Kodi's Windows Media Center client addon
+Version: 2.2.5
+Release: 1%{?dist}
+Summary: WMC 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++
@@ -29,18 +26,15 @@ Requires: kodi >= %{kodi_version}
ExclusiveArch: i686 x86_64
%description
-A PVR client to interface with Windows Media Center's recording and EPG
-services.
+%{summary}.
%prep
%autosetup -n %{kodi_addon}-%{commit}
-cp -p %{SOURCE1} .
-
%build
-%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir}/kodi/ .
+%cmake .
%make_build
@@ -50,12 +44,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:2.2.5-1
+- Update to latest stable release for Kodi 18
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
1:1.4.10-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index d0bade0..3bf7c6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa23a584edb505f5e4140fca669c0816 kodi-pvr-wmc-6bf36aa.tar.gz
+c040db5f679c9dbcfcd431d8bc2cdad8 pvr.wmc-e0a9190.tar.gz