rpms/thunderbird/devel thunderbird.spec,1.81,1.82

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 7 22:06:59 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/thunderbird/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28854

Modified Files:
	thunderbird.spec 
Log Message:
* Thu Sep  7 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.5-8
- Shuffle order of the install phase around



Index: thunderbird.spec
===================================================================
RCS file: /cvs/dist/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- thunderbird.spec	7 Sep 2006 04:53:30 -0000	1.81
+++ thunderbird.spec	7 Sep 2006 22:06:57 -0000	1.82
@@ -8,7 +8,7 @@
 Summary:	Mozilla Thunderbird mail/newsgroup client
 Name:		thunderbird
 Version:	1.5.0.5
-Release:	7
+Release:	8
 Epoch:		0
 URL:		http://www.mozilla.org/projects/thunderbird/
 License:	MPL
@@ -160,6 +160,12 @@
 %{__cp} $RPM_BUILD_ROOT/rh-default-prefs $RPM_BUILD_ROOT/%{mozappdir}/defaults/pref/all-redhat.js
 %{__rm} $RPM_BUILD_ROOT/rh-default-prefs
 
+%{__rm} -f $RPM_BUILD_ROOT%{mozappdir}/thunderbird-config
+
+cd $RPM_BUILD_ROOT%{mozappdir}/chrome
+find . -name "*" -type d -maxdepth 1 -exec %{__rm} -rf {} \;
+cd -
+
 %{__mkdir_p} $RPM_BUILD_ROOT%{mozappdir}/chrome/icons/default/
 %{__cp} other-licenses/branding/%{name}/default.xpm \
         $RPM_BUILD_ROOT%{mozappdir}/chrome/icons/default/
@@ -193,12 +199,6 @@
 %{__rm} -rf thunderbird-langpacks
 
 
-%{__rm} -f $RPM_BUILD_ROOT%{mozappdir}/thunderbird-config
-
-cd $RPM_BUILD_ROOT%{mozappdir}/chrome
-find . -name "*" -type d -maxdepth 1 -exec %{__rm} -rf {} \;
-cd -
-
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
@@ -219,6 +219,9 @@
 #===============================================================================
 
 %changelog
+* Thu Sep  7 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.5-8
+- Shuffle order of the install phase around
+
 * Thu Sep  7 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.5-7
 - Let there be art for Alt+Tab again
 - s/tbdir/mozappdir/g




More information about the fedora-cvs-commits mailing list