%define theme MePo-wide Summary: A MythTV theme. Name: mythtv-theme-%{theme} Version: 0.45 Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.mythtv.org/ Source0: http://home.comcast.net/~zdzisekg/download/%{theme}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch Requires: mythtv-frontend %description A wide-aspect MythTV theme and matching OSD theme, made by Zdzislaw Gorlicki. %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 * Thu May 08 2008 Jarod Wilson - Update to 0.45 for mythtv 0.21 compatibility * Tue Mar 27 2007 Jarod Wilson - Update to 0.3.3 * Sat Jan 27 2007 Jarod Wilson - Initial package