52 lines
1.3 KiB
RPMSpec
52 lines
1.3 KiB
RPMSpec
|
Name: kodi-addon-pvr-iptvsimple
|
||
|
Version: 20.10.1
|
||
|
Release: 1mamba
|
||
|
Summary: IPTV Simple client for Kodi PVR
|
||
|
Group: Graphical Desktop/Applications/Multimedia
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: https://github.com/kodi-pvr/pvr.iptvsimple
|
||
|
Source: https://github.com/kodi-pvr/pvr.iptvsimple.git/%{version}-Nexus/pvr.iptvsimple-%{version}.tar.bz2
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: liblzma-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: libz-devel
|
||
|
BuildRequires: pugixml-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: cmake
|
||
|
|
||
|
%description
|
||
|
IPTV Simple client for Kodi PVR.
|
||
|
|
||
|
%debug_package
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n pvr.iptvsimple-%{version}
|
||
|
|
||
|
%build
|
||
|
%cmake -d build
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall -C build
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%dir %{_libdir}/kodi/addons/pvr.iptvsimple
|
||
|
%{_libdir}/kodi/addons/pvr.iptvsimple/*
|
||
|
%dir %{_datadir}/kodi/addons/pvr.iptvsimple
|
||
|
%{_datadir}/kodi/addons/pvr.iptvsimple/*
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
* Fri May 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 20.10.1-1mamba
|
||
|
- package created using the webbuild interface
|