commit 146656b60186e8b606dbf596fe882a38b5ef6b8c
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 19 15:27:27 2018 +0100
Update to latest stable release for Kodi 18
.gitignore | 1 +
gpl-2.0.txt | 339 -----------------------------------
kodi-pvr-argustv-2.5.6-jsoncpp.patch | 12 --
kodi-pvr-argustv.spec | 38 ++--
sources | 2 +-
5 files changed, 19 insertions(+), 373 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b94317..3b811ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/kodi-pvr-argustv-9040b14.tar.gz
/kodi-pvr-argustv-ac9cc55.tar.gz
+/pvr.argustv-3556049.tar.gz
diff --git a/kodi-pvr-argustv.spec b/kodi-pvr-argustv.spec
index b331c2b..6601515 100644
--- a/kodi-pvr-argustv.spec
+++ b/kodi-pvr-argustv.spec
@@ -1,50 +1,43 @@
-%global commit ac9cc559cc21b884d3a4df1ad8c8630531bb779b
-%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170802
+%global commit 3556049fbcfe051569402cb3b420a18680cb9ed2
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20180312
%global kodi_addon pvr.argustv
-%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.5.9
-Release: 2%{?dist}
-Summary: Kodi's ARGUS TV client addon
+Version: 3.4.1
+Release: 1%{?dist}
+Summary: ArgusTV 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
-# Fix jsoncpp library detection
-Patch1: %{name}-2.5.6-jsoncpp.patch
+Source0:
https://github.com/kodi-pvr/%{kodi_addon}/archive/%{shortcommit}/%{kodi_a...
BuildRequires: cmake
BuildRequires: gcc-c++
-BuildRequires: jsoncpp-devel
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: kodi-platform-devel >= %{kodi_version}
+BuildRequires: pkgconfig(jsoncpp)
BuildRequires: platform-devel
Requires: kodi >= %{kodi_version}
ExclusiveArch: i686 x86_64
%description
-Kodi frontend for the ARGUS TV PVR (
http://www.argus-tv.com/). Supports
-streaming of live TV & recordings, listening to radio channels, EPG and
-schedules.
+%{summary}.
%prep
%autosetup -n %{kodi_addon}-%{commit}
-cp -p %{SOURCE1} .
-
%build
-%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir}/kodi/ .
+#
https://gitlab.kitware.com/cmake/cmake/issues/17555#note_355574
+export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
+%cmake .
%make_build
@@ -54,12 +47,15 @@ cp -p %{SOURCE1} .
%files
%doc README.md %{kodi_addon}/changelog.txt
-%license gpl-2.0.txt
+%license src/copying.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.4.1-1
+- Update to latest stable release for Kodi 18
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
1:2.5.9-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 0713304..d500ae5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e7a6c4249802622b9e6c9ee0e8bd235 kodi-pvr-argustv-ac9cc55.tar.gz
+6abb9586dadb711df1bffde116b1308b pvr.argustv-3556049.tar.gz