%define theme neon-wide Summary: A MythTV theme. Name: mythtv-theme-%{theme} Version: 0.20080308 Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.mythtv.org/ Source0: http://www.mythtvtalk.com/juski/%{theme}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch Requires: mythtv-frontend %description A wide-screen MythTV theme made by Justin Hornsby. %prep %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/mythtv/themes tar -C %{buildroot}%{_datadir}/mythtv/themes -pxf %{SOURCE0} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc %{_datadir}/mythtv/themes/%{theme} %changelog * Mon Apr 21 2008 Jarod Wilson - Update to 0.21 version * Sun Mar 25 2007 Jarod Wilson - Initial package