Author: jarod
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3638
Modified Files:
.cvsignore mythtv-themes.spec sources
Log Message:
* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21778
- Update to pre-0.22 svn trunk, rev 21778
- Add back old themes not fully updated for 0.22 yet
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 9 Aug 2009 02:33:38 -0000 1.4
+++ .cvsignore 11 Sep 2009 16:20:08 -0000 1.5
@@ -4,3 +4,4 @@
myththemes-0.22.tar.bz2
themes-0.22.tar.bz2
graphite.080409.tar.gz
+oldthemes-0.22.tar.bz2
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mythtv-themes.spec 9 Sep 2009 13:27:09 -0000 1.19
+++ mythtv-themes.spec 11 Sep 2009 16:20:08 -0000 1.20
@@ -17,7 +17,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r21745
+%define _svnrev r21778
%define branch trunk
#
@@ -41,17 +41,15 @@
# 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
+#Source0:
http://www.mythtv.org/mc/myththemes-%{version}.tar.bz2
+Source0: myththemes-%{version}.tar.bz2
Source1: themes-%{version}.tar.bz2
+Source2: oldthemes-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-# no mythtv in RPM Fusion's ppc64 repo, hence ExcludeArch this package on ppc64
-# to have broken deps:
-ExcludeArch: ppc64
-
################################################################################
BuildRequires: libmyth-devel = %{version}
@@ -77,7 +75,7 @@
################################################################################
%prep
-%setup -q -c -a 1
+%setup -q -c -a 1 -a 2
################################################################################
@@ -90,6 +88,10 @@
%configure
cd ..
+cd oldthemes-%{version}
+%configure
+cd ..
+
################################################################################
%install
@@ -103,6 +105,10 @@
make install INSTALL_ROOT=%{buildroot}
cd ..
+cd oldthemes-%{version}
+make install INSTALL_ROOT=%{buildroot}
+cd ..
+
################################################################################
%clean
@@ -115,6 +121,10 @@
%{_datadir}/mythtv/themes/*
%changelog
+* Fri Sep 11 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21778
+- Update to pre-0.22 svn trunk, rev 21778
+- Add back old themes not fully updated for 0.22 yet
+
* Wed Sep 07 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.22-0.4.svn.r21745
- Update to pre-0.22 svn trunk, rev 21745
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 9 Sep 2009 13:27:09 -0000 1.13
+++ sources 11 Sep 2009 16:20:08 -0000 1.14
@@ -1,2 +1,3 @@
-b5af01919d0e218cace9ed0b8f40e337 myththemes-0.22.tar.bz2
-bb1d544278173ec7501b410f8822c7ed themes-0.22.tar.bz2
+c616cffee0f344c37fd4e045a7a87054 myththemes-0.22.tar.bz2
+88200dd231d7b1b47b0433cab4087e14 themes-0.22.tar.bz2
+23755cd0cda080481cf5bb2a52e66751 oldthemes-0.22.tar.bz2