packages: mozilla-thunderbird/mozilla-thunderbird.spec - added xulrunner sy...

qboosh qboosh at pld-linux.org
Mon Mar 26 19:39:54 CEST 2012


Author: qboosh                       Date: Mon Mar 26 17:39:54 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added xulrunner symlink

---- Files affected:
packages/mozilla-thunderbird:
   mozilla-thunderbird.spec (1.135 -> 1.136) 

---- Diffs:

================================================================
Index: packages/mozilla-thunderbird/mozilla-thunderbird.spec
diff -u packages/mozilla-thunderbird/mozilla-thunderbird.spec:1.135 packages/mozilla-thunderbird/mozilla-thunderbird.spec:1.136
--- packages/mozilla-thunderbird/mozilla-thunderbird.spec:1.135	Sun Mar 25 20:02:22 2012
+++ packages/mozilla-thunderbird/mozilla-thunderbird.spec	Mon Mar 26 19:39:49 2012
@@ -331,6 +331,11 @@
 	MOZ_PKG_DIR=%{_libdir}/%{name} \
 	PKG_SKIP_STRIP=1
 
+%if %{with xulrunner}
+# needed to find mozilla runtime
+ln -s ../xulrunner $RPM_BUILD_ROOT%{_libdir}/%{name}/xulrunner
+%endif
+ 
 # Enable crash reporter for Firefox application
 %if %{with crashreporter}
 %{__sed} -i -e 's/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/' $RPM_BUILD_ROOT%{_libdir}/%{name}/application.ini
@@ -471,7 +476,9 @@
 %{_libdir}/%{name}/isp
 %{_libdir}/%{name}/modules
 %{_libdir}/%{name}/searchplugins
-%if %{without xulrunner}
+%if %{with xulrunner}
+%{_libdir}/%{name}/xulrunner
+%else
 %{_libdir}/%{name}/dictionaries
 %{_libdir}/%{name}/hyphenation
 %{_libdir}/%{name}/res
@@ -544,6 +551,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.136  2012/03/26 17:39:49  qboosh
+- added xulrunner symlink
+
 Revision 1.135  2012/03/25 18:02:22  qboosh
 - updated to 11.0
 - updated install,system-xulrunner patches; now build with system xulrunner is possible
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/mozilla-thunderbird/mozilla-thunderbird.spec?r1=1.135&r2=1.136



More information about the pld-cvs-commit mailing list