Summary: A MythTV main theme. Name: mythtv-theme-MediaCenter Version: 0.17 Release: 5%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.radixpub.com/vir/portfolio/mtvmc/ Source0: http://files.radixpub.com/MythTVMediaCenter.tar.bz2 Patch0: MythTVMediaCenter-mythstream.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: mythtv-frontend >= 0.17 %description A MythTV main theme made by jason Gabriele, which is based on the Titivillus theme and matches the MediaCenter look. %prep %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/mythtv/themes tar -C %{buildroot}%{_datadir}/mythtv/themes -jpxvf %{SOURCE0} patch %{buildroot}%{_datadir}/mythtv/themes/MythTVMediaCenter/theme.xml < %{PATCH0} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc %{_datadir}/mythtv/themes/MythTVMediaCenter %changelog * Sun Feb 13 2005 Mark Wormgoor - Update for MythTV 0.17 * Thu Dec 23 2004 Mark Wormgoor - Fixed MythMusic buttons - Added support for Mythstream * Thu Nov 18 2004 Mark Wormgoor - Revised to use directory name in the tarfile * Wed Nov 17 2004 Mark Wormgoor - Initial build