SPECS: myththemes.spec (NEW) - new

glen glen at pld-linux.org
Mon Nov 21 00:49:23 CET 2005


Author: glen                         Date: Sun Nov 20 23:49:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   myththemes.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/myththemes.spec
diff -u /dev/null SPECS/myththemes.spec:1.1
--- /dev/null	Mon Nov 21 00:49:23 2005
+++ SPECS/myththemes.spec	Mon Nov 21 00:49:18 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	MythTV Themes
+Name:		myththemes
+Version:	0.18
+Release:	0.2
+License:	GPL v2
+Group:		Applications
+Source0:	http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
+# Source0-md5:	9fe1f509b9ab7e6696e4d9aa0724c81f
+Requires:	mythtv
+# exclusivearch is just because it's no point of building these on
+# arches which don't have mythtv itself
+ExclusiveArch:	%{ix86} %{x8664} ppc
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides a number of themes for MythTV that used to be
+distributed in the main download: Iulius, Minimalist-wide, Titivillus,
+Titivillus-OSD.
+
+
+%prep
+%setup -q
+
+%build
+qmake myththemes.pro \
+	PREFIX=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	INSTALL_ROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/mythtv/themes/Titivillus-OSD
+%{_datadir}/mythtv/themes/Titivillus
+%{_datadir}/mythtv/themes/Minimalist-wide
+%{_datadir}/mythtv/themes/Iulius
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/20 23:49:18  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list