%global sname skinelchihd Name: vdr-skinelchihd Version: 1.0.0 Release: 2%{?dist} Summary: A Elchi based skin with True Color support for the Video Disc Recorder License: GPLv2+ URL: http://firefly.vdr-developer.org/skinelchihd/ Source0: https://github.com/FireFlyVDR/vdr-plugin-skinelchihd/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # Configuration files for plugin parameters. These are Fedora specific and not in upstream. Source1: %{name}.conf BuildRequires: make BuildRequires: gcc-c++ BuildRequires: pkgconfig(GraphicsMagick++) BuildRequires: vdr-devel >= 2.4.3 Requires: vdr(abi)%{?_isa} = %{vdr_apiversion} %description This plugin for Klaus Schmidinger's Video Disc Recorder VDR adds the "Elchi HD" skin. It is based on the Elchi skin with major re-factoring to make use of newer VDR features like True Color support. %prep %autosetup -n vdr-plugin-%{sname}-%{version} %build %{set_build_flags} %make_build IMAGELIB=graphicsmagick %install # make install would install the themes under /etc, let's not use that make install-lib install-i18n DESTDIR=%{buildroot} # install the themes to the custom location used in Fedora install -dm 755 %{buildroot}%{vdr_vardir}/themes install -pm 644 themes/*.theme %{buildroot}%{vdr_vardir}/themes/ # skinelchihd.conf install -Dpm 644 %{SOURCE1} \ %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/skinelchihd.conf %find_lang %{name} %files -f %{name}.lang %doc HISTORY* README* %license COPYING %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/skinelchihd.conf %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion} %{vdr_vardir}/themes/ElchiHD-*.theme %changelog * Sat Jul 23 2022 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Feb 13 2022 Martin Gansser - 1.0.0-1 - Update to 1.0.0 - Switch to GraphicsMagick * Sat Feb 05 2022 Martin Gansser - 0.5.0-10 - Rebuilt for new VDR API version * Sat Jan 22 2022 Fedora Release Engineering - 0.5.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Dec 30 2021 Martin Gansser - 0.5.0-8 - Rebuilt for new VDR API version * Sat Oct 16 2021 Martin Gansser - 0.5.0-7 - Rebuilt due FTI in rawhide * Fri Jul 23 2021 Fedora Release Engineering - 0.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Apr 28 2021 Martin Gansser - 0.5.0-5 - Rebuilt for new VDR API version * Wed Jan 27 2021 Fedora Release Engineering - 0.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 03 2021 Martin Gansser - 0.5.0-3 - Install the license file with %license not %doc * Sun Aug 30 2020 Martin Gansser - 0.5.0-2 - Install the license file with %license not %doc * Tue Aug 25 2020 Martin Gansser - 0.5.0-1 - Initial Build