rpms/mythtv-themes/devel .cvsignore, 1.2, 1.3 mythtv-themes.spec, 1.1, 1.2 sources, 1.2, 1.3 myththemes-0.21-svnfixes.patch, 1.1, NONE

Jarod Wilson jarod at rpmfusion.org
Thu Dec 18 03:23:41 CET 2008


Author: jarod

Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26651

Modified Files:
	.cvsignore mythtv-themes.spec sources 
Removed Files:
	myththemes-0.21-svnfixes.patch 
Log Message:
* Wed Dec 17 2008 Jarod Wilson <jarod at wilsonet.com> 0.22-0.1.svn.r19390
- Build svn trunk themes to go with svn trunk mythtv, rev 19390
- Drop glass-wide



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	3 Aug 2008 15:28:34 -0000	1.2
+++ .cvsignore	18 Dec 2008 02:23:41 -0000	1.3
@@ -1,3 +1,5 @@
 glass-wide-20071107.tar.gz
 myththemes-0.21.tar.bz2
 themes-0.21.tar.bz2
+myththemes-0.22.tar.bz2
+themes-0.22.tar.bz2


Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythtv-themes.spec	3 Aug 2008 15:28:34 -0000	1.1
+++ mythtv-themes.spec	18 Dec 2008 02:23:41 -0000	1.2
@@ -1,33 +1,81 @@
-Name: mythtv-themes
-Version: 0.21
-Release: 3
-Summary: Additional User Interface themes for MythTV
-Group: Applications/Multimedia
-License: GPLv2
-URL: http://www.mythtv.org/
-Source0: http://www.mythtv.org/mc/myththemes-%{version}.tar.bz2
-# created from svn rev 17859:
-# http://svn.mythtv.org/var/lib/svn/branches/release-0-21-fixes/themes
-Source1: themes-%{version}.tar.bz2
-# Upstream url dead, extracted from mythbuntu packages
-Source2: glass-wide-20071107.tar.gz
-Patch0: myththemes-0.21-svnfixes.patch
-BuildRequires: libmyth-devel = %{version}
-Requires: mythtv-themes = %{version}
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+#
+# Specfile for building MythTV RPMs from a subversion checkout.
+#
+# by:   Chris Petersen <rpm at forevermore.net>
+#       Jarod Wilson <jarod at wilsonet.com>
+#
+#  Modified/Extended from the great (non-svn based) work of:
+#     Axel Thimm <Axel.Thimm at ATrpms.net>
+#     and others; see changelog at bottom for details.
+#
+# The latest version of this file can be found at:
+#
+#     http://www.mythtv.org/wiki/index.php/Mythtv-themes-svn-rpmbuild.spec
+#
+
+# The vendor name we should attribute the aforementioned entries to
+%define desktop_vendor  RPMFusion
+
+# SVN Revision number and branch ID
+%define _svnrev r19390
+%define branch trunk
+
+#
+# Basic descriptive tags for this package:
+#
+Name:       mythtv-themes
+Summary:    Additional themes for mythtv's frontend
+URL:        http://www.mythtv.org/
+Group:      Applications/Multimedia
+License:    GPLv2
+
+# Version/Release info
+Version: 0.22
+%if "%{branch}" == "trunk"
+Release: 0.1.svn.%{_svnrev}%{?dist}
+%else
+Release: 1%{?dist}
+%endif
+
+################################################################################
+
+# Tarballs created from svn "themes" and "myththemes" directories
+# Hopefully these will merge before 0.22 is released.
+Source0:        http://www.mythtv.org/mc/myththemes-%{version}.tar.bz2
+Source1:        themes-%{version}.tar.bz2
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+
+################################################################################
+
+BuildRequires:  libmyth-devel = %{version}
+BuildRequires:  qt4-devel
+
+# Themes do require a frontend
+Requires:       mythtv-frontend
+
+# And obselete a bunch of packages from when themes were packaged individually
+Obsoletes:      mythtv-theme-MythCenter
+Obsoletes:      mythtv-theme-Retro
+Obsoletes:      mythtv-theme-Titivillus
+Obsoletes:      mythtv-theme-isthmus
+
+################################################################################
 
 %description
 MythTV provides a unified graphical interface for recording and viewing
 television programs.  Refer to the mythtv-docs package for more information.
 
-This package contains themes for the mythtv user interface.
+This package contains additional themes for the mythtv user interface.
+
+################################################################################
 
 %prep
-%setup -q -c -a 1 -a 2
-cd myththemes-%{version}
-%patch0 -p1
-cd ..
+%setup -q -c -a 1
+
+################################################################################
 
 %build
 cd myththemes-%{version}
@@ -38,6 +86,8 @@
 %configure
 cd ..
 
+################################################################################
+
 %install
 rm -rf %{buildroot}
 
@@ -49,16 +99,25 @@
 make install INSTALL_ROOT=%{buildroot}
 cd ..
 
-cp -rp glass-wide %{buildroot}%{_datadir}/mythtv/themes/
+################################################################################
 
 %clean
 rm -rf %{buildroot}
 
+################################################################################
+
 %files
 %defattr(-,root,root,-)
 %{_datadir}/mythtv/themes/*
 
 %changelog
+* Wed Dec 17 2008 Jarod Wilson <jarod at wilsonet.com> 0.22-0.1.svn.r19390
+- Build svn trunk themes to go with svn trunk mythtv, rev 19390
+- Drop glass-wide
+
+* Sat Nov 01 2008 Chris Petersen <rpm at forevermore.net> 0.22-0.1.svn
+- Clean and standardize package to match mythtv-svn spec
+
 * Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.21-3
 - rebuild
 
@@ -69,3 +128,4 @@
 
 * Sun Mar 09 2008 Jarod Wilson <jarod at wilsonet.com> - 0.21-1
 - Initial package
+


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	3 Aug 2008 15:28:34 -0000	1.2
+++ sources	18 Dec 2008 02:23:41 -0000	1.3
@@ -1,3 +1,2 @@
-7cdec1649d3a94a8dbf96d129421cdac  glass-wide-20071107.tar.gz
-9a569ab5561f348fdbf82cdc46a1df9b  myththemes-0.21.tar.bz2
-8a036cbbb8cf29c5512931e1f6f5445f  themes-0.21.tar.bz2
+6826ede7f96d4edc267821dafb4c8f01  myththemes-0.22.tar.bz2
+24212e61a3283c02ee6564f9a732d409  themes-0.22.tar.bz2


--- myththemes-0.21-svnfixes.patch DELETED ---



More information about the rpmfusion-commits mailing list