rpms/mythtv-themes/devel mythtv-themes.spec, 1.22, 1.23 sources, 1.16, 1.17

Jarod Wilson jarod at rpmfusion.org
Thu Oct 15 00:36:22 CEST 2009


Author: jarod

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

Modified Files:
	mythtv-themes.spec sources 
Log Message:
* Wed Oct 14 2009 Jarod Wilson <jarod at wilsonet.com> - 0.22-0.6.rc1
- Update to 0.22-rc1
- Drop oldthemes and unofficial themes at upstream's request, after
  verifying we'll gracefully fall back to a stock theme now



Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mythtv-themes.spec	12 Oct 2009 02:04:58 -0000	1.22
+++ mythtv-themes.spec	14 Oct 2009 22:36:21 -0000	1.23
@@ -17,7 +17,7 @@
 %define desktop_vendor  RPMFusion
 
 # SVN Revision number and branch ID
-%define _svnrev r22366
+%define _svnrev r22457
 %define branch trunk
 
 #
@@ -32,7 +32,8 @@
 # Version/Release info
 Version: 0.22
 %if "%{branch}" == "trunk"
-Release: 0.5.svn.%{_svnrev}%{?dist}
+Release: 0.6.rc1%{?dist}
+#Release: 0.5.svn.%{_svnrev}%{?dist}
 %else
 Release: 1%{?dist}
 %endif
@@ -41,11 +42,7 @@
 
 # Tarballs created from svn directories, should be formal tarballs after release
 #Source0:        http://www.mythtv.org/mc/mythtv-themes-%{version}.tar.bz2
-Source0:        themes-%{version}.tar.bz2
-Source1:        myththemes-%{version}.tar.bz2
-# The oldthemes bits haven't been updated for 0.22's UI changes, but still
-# at least sort of work...
-Source2:        oldthemes-%{version}.tar.bz2
+Source0:        myththemes-%{version}.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -76,40 +73,24 @@
 ################################################################################
 
 %prep
-%setup -q -c -a 1 -a 2
+%setup -q -c
 
 ################################################################################
 
 %build
-cd themes-%{version}
-%configure
-cd ..
-
 cd myththemes-%{version}
 %configure
 cd ..
 
-cd oldthemes-%{version}
-%configure
-cd ..
-
 ################################################################################
 
 %install
 rm -rf %{buildroot}
 
-cd themes-%{version}
-make install INSTALL_ROOT=%{buildroot}
-cd ..
-
 cd myththemes-%{version}
 make install INSTALL_ROOT=%{buildroot}
 cd ..
 
-cd oldthemes-%{version}
-make install INSTALL_ROOT=%{buildroot}
-cd ..
-
 ################################################################################
 
 %clean
@@ -122,6 +103,11 @@
 %{_datadir}/mythtv/themes/*
 
 %changelog
+* Wed Oct 14 2009 Jarod Wilson <jarod at wilsonet.com> - 0.22-0.6.rc1
+- Update to 0.22-rc1
+- Drop oldthemes and unofficial themes at upstream's request, after
+  verifying we'll gracefully fall back to a stock theme now
+
 * Sun Oct 11 2009 Jarod Wilson <jarod at wilsonet.com> - 0.22-0.5.svn.r22366
 - Update to pre-0.22 svn trunk, rev 22366
 - Add back in new incarnation myththemes


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	12 Oct 2009 02:04:58 -0000	1.16
+++ sources	14 Oct 2009 22:36:21 -0000	1.17
@@ -1,3 +1 @@
-41c94f652ddb8b28d431757006b88035  myththemes-0.22.tar.bz2
-18a2c5aa227c0761e33875afaf16498c  oldthemes-0.22.tar.bz2
-6f79b5b266acaa12a1ad0687b57ee425  themes-0.22.tar.bz2
+551d21815965a4c3b840ff781e672d7a  myththemes-0.22.tar.bz2



More information about the rpmfusion-commits mailing list