[thunderbird] Update to 7.0

Jan Horak xhorak at fedoraproject.org
Tue Sep 27 19:08:15 UTC 2011


commit 866ff42ca13a5f0700822e92da34a1b714b60c44
Author: Jan Horak <jhorak at redhat.com>
Date:   Tue Sep 27 21:07:57 2011 +0200

    Update to 7.0

 thunderbird.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index 90d387a..5564574 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -214,6 +214,8 @@ desktop-file-install --vendor mozilla \
 
 # set up the thunderbird start script
 rm -f $RPM_BUILD_ROOT/%{_bindir}/thunderbird
+%{__cat} %{SOURCE21}  > $RPM_BUILD_ROOT%{_bindir}/thunderbird
+%{__chmod} 755 $RPM_BUILD_ROOT/%{_bindir}/thunderbird
 
 # set up our default preferences
 %{__cat} %{SOURCE12} | %{__sed} -e 's,THUNDERBIRD_RPM_VR,%{version}-%{release},g' > \
@@ -326,14 +328,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/256x256/apps/thunderbird.png
 %{_datadir}/icons/hicolor/32x32/apps/thunderbird.png
 %{_datadir}/icons/hicolor/48x48/apps/thunderbird.png
+%{mozappdir}/hyphenation
 %if %{enable_mozilla_crashreporter}
 %{mozappdir}/crashreporter
 %{mozappdir}/crashreporter.ini
 %{mozappdir}/Throbber-small.gif
 %endif
-%exclude %{_datadir}/idl/%{name}
-%exclude %{_includedir}/%{name}
-%exclude %{_libdir}/%{name}-devel
+%exclude %{_datadir}/idl/%{name}-%{version}
+%exclude %{_includedir}/%{name}-%{version}
+%exclude %{_libdir}/%{name}-devel-%{version}
 %{mozappdir}/chrome.manifest
 
 #===============================================================================


More information about the scm-commits mailing list