[vdr-text2skin] Adapt to VDR 1.7.30.

Ville Skyttä scop at fedoraproject.org
Thu Sep 13 18:24:09 UTC 2012


commit 7a88457be44bc3967dcba202e0a7efcd9c73104a
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Sep 13 21:24:04 2012 +0300

    Adapt to VDR 1.7.30.

 vdr-text2skin.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/vdr-text2skin.spec b/vdr-text2skin.spec
index f01fa21..bf825e8 100644
--- a/vdr-text2skin.spec
+++ b/vdr-text2skin.spec
@@ -5,7 +5,7 @@
 
 Name:           vdr-%{pname}
 Version:        1.3.2
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        OSD skin plugin for VDR
 
 License:        GPL+
@@ -24,7 +24,7 @@ BuildRequires:  GraphicsMagick-c++-devel
 %if "%{imagelib}" == "imlib2"
 BuildRequires:  imlib2-devel
 %endif
-BuildRequires:  vdr-devel >= 1.7.21
+BuildRequires:  vdr-devel >= 1.7.30
 BuildRequires:  gawk
 Requires:       vdr(abi)%{?_isa} = %{vdr_apiversion}
 
@@ -40,7 +40,7 @@ of the skin wishes.
 
 %prep
 %setup -q -n %{pname}-%{version}
-sed -e 's|/usr/share/vdr/|%{vdr_datadir}/|' %{PATCH0} | patch -p1
+sed -e 's|/usr/share/vdr/|%{vdr_resdir}/|' %{PATCH0} | patch -p1
 %patch1 -p1
 chmod -c -x contrib/*.pl
 
@@ -59,7 +59,7 @@ install -pm 755 libvdr-%{pname}.so.%{vdr_apiversion} \
 install -Dpm 644 %{SOURCE1} \
     $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
 
-install -dm 755 $RPM_BUILD_ROOT%{vdr_datadir}/text2skin
+install -dm 755 $RPM_BUILD_ROOT%{vdr_resdir}/text2skin
 
 install -dm 755 $RPM_BUILD_ROOT%{_datadir}/locale
 cp -pR locale/* $RPM_BUILD_ROOT%{_datadir}/locale
@@ -72,10 +72,13 @@ cp -pR locale/* $RPM_BUILD_ROOT%{_datadir}/locale
 %lang(de) %doc README.de
 %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
 %{vdr_plugindir}/libvdr-%{pname}.so.%{vdr_apiversion}
-%{vdr_datadir}/text2skin/
+%{vdr_resdir}/text2skin/
 
 
 %changelog
+* Thu Sep 13 2012 Ville Skyttä <ville.skytta at iki.fi> - 1.3.2-11
+- Adapt to VDR 1.7.30.
+
 * Wed Jul 18 2012 Ville Skyttä <ville.skytta at iki.fi> - 1.3.2-10
 - Rebuild.
 


More information about the scm-commits mailing list