]> git.pld-linux.org Git - packages/kodi-addon-pvr-hts.git/commitdiff
new auto/th/kodi-addon-pvr-hts-19.0.2-1
authorJan Palus <atler@pld-linux.org>
Thu, 11 Nov 2021 23:16:09 +0000 (00:16 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 11 Nov 2021 23:16:23 +0000 (00:16 +0100)
kodi-addon-pvr-hts.spec [new file with mode: 0644]

diff --git a/kodi-addon-pvr-hts.spec b/kodi-addon-pvr-hts.spec
new file mode 100644 (file)
index 0000000..7ae27d8
--- /dev/null
@@ -0,0 +1,52 @@
+%define                kodi_ver        19
+%define                next_kodi_ver   %(echo $((%{kodi_ver}+1)))
+%define                codename        Matrix
+%define                addon           pvr.hts
+
+Summary:       Kodi's Tvheadend HTSP client addon
+Name:          kodi-addon-pvr-hts
+Version:       %{kodi_ver}.0.2
+Release:       1
+License:       GPL v2+
+Group:         Applications/Multimedia
+Source0:       https://github.com/kodi-pvr/pvr.hts/archive/%{version}-%{codename}/%{version}-%{codename}.tar.gz
+# Source0-md5: 2e6298b766d75c3f8c323b1cac81d397
+URL:           https://github.com/kodi-pvr/pvr.hts
+BuildRequires: cmake >= 3.5
+BuildRequires: kodi-devel >= %{kodi_ver}
+BuildRequires: kodi-devel < %{next_kodi_ver}
+BuildRequires: libstdc++-devel >= 6:7
+BuildRequires: rpmbuild(macros) >= 1.605
+Requires:      kodi >= %{kodi_ver}
+Requires:      kodi < %{next_kodi_ver}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kodi's Tvheadend HTSP client addon.
+
+%prep
+%setup -q -n %{addon}-%{version}-%{codename}
+
+%build
+%cmake -B build
+%{__make} -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_libdir}/kodi/addons/%{addon}
+%attr(755,root,root) %{_libdir}/kodi/addons/%{addon}/%{addon}.so
+%attr(755,root,root) %{_libdir}/kodi/addons/%{addon}/%{addon}.so.%{version}
+%attr(755,root,root) %{_libdir}/kodi/addons/%{addon}/%{addon}.so.%{kodi_ver}.*
+%dir %{_datadir}/kodi/addons/%{addon}
+%{_datadir}/kodi/addons/%{addon}/addon.xml
+%{_datadir}/kodi/addons/%{addon}/changelog.txt
+%{_datadir}/kodi/addons/%{addon}/icon.png
+%{_datadir}/kodi/addons/%{addon}/resources
This page took 0.194754 seconds and 4 git commands to generate.