summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Lancaster <alexlan[AT]fedoraproject org>2012-05-16 20:39:09 -0400
committerAlex Lancaster <alexlan[AT]fedoraproject org>2012-05-16 20:39:09 -0400
commitca9fac5f2e9c5e9fd87815860a87cd706032dab8 (patch)
treec07bbdb9e088a131b4606676fefebf4aec4ce845
parentd5c86c6ed87a63b6cd963799904510eadcc41bdb (diff)
downloadxbmc-rpm-ca9fac5f2e9c5e9fd87815860a87cd706032dab8.tar.gz
xbmc-rpm-ca9fac5f2e9c5e9fd87815860a87cd706032dab8.tar.xz
xbmc-rpm-ca9fac5f2e9c5e9fd87815860a87cd706032dab8.zip
Remove the old MythTV add-on (no longer works
and can be confused with the new cmyth-based version)
-rw-r--r--xbmc.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/xbmc.spec b/xbmc.spec
index 38c832b..67ddc23 100644
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -5,7 +5,7 @@
Name: xbmc
Version: 11.0
-Release: 2%{?dist}
+Release: 3%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -239,6 +239,11 @@ make DESTDIR=$RPM_BUILD_ROOT install
# remove the doc files from unversioned /usr/share/doc/xbmc, they should be in versioned docdir
rm -r $RPM_BUILD_ROOT/%{_datadir}/doc/
+# remove the old dteirney MythTV add-on (no longer works
+# and can be confused with the new tsp version)
+rm -r $RPM_BUILD_ROOT/%{_libdir}/xbmc/addons/pvr.mythtv
+rm -f $RPM_BUILD_ROOT/%{_datadir}/xbmc/addons/pvr.mythtv
+
desktop-file-install \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
$RPM_BUILD_ROOT%{_datadir}/applications/xbmc.desktop
@@ -282,6 +287,10 @@ rm -rf $RPM_BUILD_ROOT
#%%{_includedir}/xbmc/xbmcclient.h
%changelog
+* Thu May 17 2012 Alex Lancaster <alexlan[AT]fedoraproject org> - 11.0-3
+- Remove the old MythTV add-on (no longer works
+ and can be confused with the new cmyth-based version)
+
* Wed May 16 2012 Alex Lancaster <alexlan[AT]fedoraproject org> - 11.0-2
- Add support for PVR add-ons (backported from tsp's PVR branch to
Eden), including MythTV