[vdr-osdteletext] - Make built in cache path match default configuration.

Ville Skyttä scop at fedoraproject.org
Mon Aug 30 15:29:16 UTC 2010


commit c9d0a205cb46e1f50a4e783b8fc5475abf5cc3ae
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Aug 30 18:29:08 2010 +0300

    - Make built in cache path match default configuration.

 vdr-osdteletext.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/vdr-osdteletext.spec b/vdr-osdteletext.spec
index d5e68f5..7db90ff 100644
--- a/vdr-osdteletext.spec
+++ b/vdr-osdteletext.spec
@@ -6,7 +6,7 @@
 
 Name:           vdr-%{pname}
 Version:        0.8.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        OSD teletext plugin for VDR
 
 Group:          Applications/Multimedia
@@ -32,6 +32,8 @@ background.
 
 %prep
 %setup -q -n %{pname}-%{version}
+sed -i -e 's|/var/cache/vdr/vtx|%{cachedir}/osdteletext|g' \
+    osdteletext.c README README.DE txtrecv.c
 
 
 %build
@@ -75,6 +77,9 @@ fi
 
 
 %changelog
+* Sun Aug 29 2010 Ville Skyttä <ville.skytta at iki.fi> - 0.8.3-5
+- Make built in cache path match default configuration.
+
 * Thu Sep  3 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.8.3-4
 - Filter out autoprovided libvdr-*.so.* (if %%filter_setup is available).
 


More information about the scm-commits mailing list