[vdr-osdteletext] Update to 0.9.4.

Ville Skyttä scop at fedoraproject.org
Thu Mar 14 19:41:17 UTC 2013


commit 5f0883035f4e0b923230972c1d5932fdf759f7fd
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Mar 14 21:41:06 2013 +0200

    Update to 0.9.4.

 sources              |    2 +-
 vdr-osdteletext.spec |   22 ++++++++++------------
 2 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/sources b/sources
index 390136e..63c9274 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6a19d075fa99a3d81f29826d01ad9ba  vdr-osdteletext-0.9.3.tgz
+5cd30817e9deaa3c93f7f2b9af2065c5  vdr-osdteletext-0.9.4.tgz
diff --git a/vdr-osdteletext.spec b/vdr-osdteletext.spec
index 2ca8342..3e8d016 100644
--- a/vdr-osdteletext.spec
+++ b/vdr-osdteletext.spec
@@ -2,16 +2,16 @@
 %global __provides_exclude_from ^%{vdr_plugindir}/.*\\.so.*$
 
 Name:           vdr-%{pname}
-Version:        0.9.3
-Release:        8%{?dist}
+Version:        0.9.4
+Release:        1%{?dist}
 Summary:        OSD teletext plugin for VDR
 
 License:        GPLv2+
 URL:            http://projects.vdr-developer.org/projects/show/plg-osdteletext
-Source0:        http://projects.vdr-developer.org/attachments/download/912/%{name}-%{version}.tgz
+Source0:        http://projects.vdr-developer.org/attachments/download/1282/%{name}-%{version}.tgz
 Source1:        %{name}.conf
 
-BuildRequires:  vdr-devel >= 1.6.0-41
+BuildRequires:  vdr-devel >= 1.7.39
 Requires:       vdr(abi)%{?_isa} = %{vdr_apiversion}
 
 %description
@@ -23,18 +23,15 @@ background.
 %prep
 %setup -q -n %{pname}-%{version}
 sed -i -e 's|/var/cache/vdr/vtx|%{vdr_rundir}/%{pname}|g' \
-    osdteletext.c README README.DE txtrecv.c
+    osdteletext.c README README.DE rootdir.c
 
 
 %build
-make %{?_smp_mflags} LIBDIR=. LOCALEDIR=./locale VDRDIR=%{_libdir}/vdr all
+make %{?_smp_mflags}
 
 
 %install
-
-install -dm 755 $RPM_BUILD_ROOT%{vdr_plugindir}
-install -pm 755 libvdr-%{pname}.so.%{vdr_apiversion} \
-  $RPM_BUILD_ROOT%{vdr_plugindir}
+%make_install
 
 install -dm 755 $RPM_BUILD_ROOT%{vdr_rundir}/%{pname}
 install -dm 755 $RPM_BUILD_ROOT%{_prefix}/lib/tmpfiles.d
@@ -44,8 +41,6 @@ echo "d %{vdr_rundir}/%{pname} 0755 %{vdr_user} root -" > \
 install -Dpm 644 %{SOURCE1} \
   $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
 
-install -dm 755 $RPM_BUILD_ROOT%{_datadir}/locale
-cp -pR locale/* $RPM_BUILD_ROOT%{_datadir}/locale
 %find_lang %{name}
 
 
@@ -58,6 +53,9 @@ cp -pR locale/* $RPM_BUILD_ROOT%{_datadir}/locale
 
 
 %changelog
+* Wed Mar 13 2013 Ville Skyttä <ville.skytta at iki.fi> - 0.9.4-1
+- Update to 0.9.4.
+
 * Sun Mar  3 2013 Ville Skyttä <ville.skytta at iki.fi> - 0.9.3-8
 - Move default cache dir to the by-default tmpfs %%{vdr_rundir}.
 


More information about the scm-commits mailing list