Summary: A MythTV main theme. Name: mythtv-theme-MediaCenterWeb Version: 0.17 Release: 5%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.radixpub.com/vir/portfolio/mtvmc/ Source0: http://files.radixpub.com/MythTVMediaCenterWeb.tar.bz2 Source1: theme_MythTVMediaCenterWeb.php BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: mythtv-frontend >= 0.17 %description A MythTV web 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}/var/www/html/mythweb/themes mkdir -p %{buildroot}/var/www/html/mythweb/config tar -C %{buildroot}/var/www/html/mythweb/themes -jpxvf %{SOURCE0} cp %{SOURCE1} %{buildroot}/var/www/html/mythweb/config %clean rm -rf %{buildroot} %files %defattr(-,apache,apache,-) %doc /var/www/html/mythweb/themes/MythTVMediaCenterWeb /var/www/html/mythweb/config/theme_MythTVMediaCenterWeb.php %changelog * Mon Feb 14 2005 Mark Wormgoor - Initial build