rpms/thunderbird/F-13 thunderbird.spec,1.161,1.162

Jan Horak xhorak at fedoraproject.org
Fri Mar 5 14:11:28 UTC 2010


Author: xhorak

Update of /cvs/pkgs/rpms/thunderbird/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3137

Modified Files:
	thunderbird.spec 
Log Message:
Fix of #532132


Index: thunderbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/F-13/thunderbird.spec,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -p -r1.161 -r1.162
--- thunderbird.spec	1 Mar 2010 16:17:15 -0000	1.161
+++ thunderbird.spec	5 Mar 2010 14:11:27 -0000	1.162
@@ -5,6 +5,7 @@
 %define sqlite_version 3.6.14
 %define build_langpacks 1
 %define moz_objdir objdir-tb
+%define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\} 
 
 # The tarball is pretty inconsistent with directory structure.
 # Sometimes there is a top level directory.  That goes here.
@@ -23,7 +24,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        3.0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -270,6 +271,10 @@ install -Dm755 %{SOURCE30} $RPM_BUILD_RO
 # own mozilla plugin dir (#135050)
 %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
 
+# own extension directories
+%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/%{thunderbird_app_id}
+%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/%{thunderbird_app_id}
+
 # Install langpacks
 %{__rm} -f %{name}.lang # Delete for --short-circuit option
 touch %{name}.lang
@@ -356,6 +361,8 @@ fi
 %defattr(-,root,root,-)
 %attr(755,root,root) %{_bindir}/thunderbird
 %attr(644,root,root) %{_datadir}/applications/mozilla-thunderbird.desktop
+%dir %{_datadir}/mozilla/extensions/%{thunderbird_app_id}
+%dir %{_libdir}/mozilla/extensions/%{thunderbird_app_id}
 %dir %{mozappdir}
 %doc %{mozappdir}/LICENSE
 %{mozappdir}/chrome
@@ -419,6 +426,9 @@ fi
 #===============================================================================
 
 %changelog
+* Sat Mar 06 2010 Kalev Lember <kalev at smartlink.ee> - 3.0.3-2
+- Own extension directories (#532132)
+
 * Mon Mar  1 2010 Jan Horak <jhorak at redhat.com> - 3.0.3-1
 - Update to 3.0.3
 



More information about the scm-commits mailing list