[vdr-skinenigmang] Adapt to VDR 1.7.30.

Ville Skyttä scop at fedoraproject.org
Thu Sep 13 18:20:48 UTC 2012


commit 9173f30949cfb8592909cfc1f425c259bc27601c
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Sep 13 21:20:43 2012 +0300

    Adapt to VDR 1.7.30.

 vdr-skinenigmang.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/vdr-skinenigmang.spec b/vdr-skinenigmang.spec
index c71d748..b4762ff 100644
--- a/vdr-skinenigmang.spec
+++ b/vdr-skinenigmang.spec
@@ -2,7 +2,7 @@
 
 Name:           vdr-%{pname}
 Version:        0.1.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A skin for VDR based on the Enigma text2skin add on
 
 Group:          Applications/Multimedia
@@ -27,7 +27,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  freetype-devel
 BuildRequires:  GraphicsMagick-c++-devel
-BuildRequires:  vdr-devel >= 1.6.0-41
+BuildRequires:  vdr-devel >= 1.7.30
 Requires:       vdr(abi)%{?_isa} = %{vdr_apiversion}
 
 %description 
@@ -64,8 +64,8 @@ install -dm 755 $RPM_BUILD_ROOT%{vdr_vardir}/themes
 install -pm 644 themes/*.theme $RPM_BUILD_ROOT%{vdr_vardir}/themes
 
 # flags,icons
-install -dm 755 $RPM_BUILD_ROOT%{vdr_datadir}
-cp -a skinenigmang/{flags,icons} $RPM_BUILD_ROOT%{vdr_datadir}
+install -dm 755 $RPM_BUILD_ROOT%{vdr_resdir}
+cp -a skinenigmang/{flags,icons} $RPM_BUILD_ROOT%{vdr_resdir}
 
 # Locale
 install -dm 755 $RPM_BUILD_ROOT%{_datadir}/locale
@@ -78,11 +78,14 @@ cp -pR locale/* $RPM_BUILD_ROOT%{_datadir}/locale
 %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
 %{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
 %{vdr_vardir}/themes/EnigmaNG-*.theme
-%{vdr_datadir}/flags
-%{vdr_datadir}/icons
+%{vdr_resdir}/flags
+%{vdr_resdir}/icons
 
 
 %changelog
+* Thu Sep 13 2012 Ville Skyttä <ville.skytta at iki.fi> - 0.1.2-9
+- Adapt to VDR 1.7.30.
+
 * Thu Jul 19 2012 Ville Skyttä <ville.skytta at iki.fi> - 0.1.2-8
 - Rebuild.
 


More information about the scm-commits mailing list