packages: icedove/icedove.spec - added xulrunner symlink

qboosh qboosh at pld-linux.org
Mon Mar 26 19:38:58 CEST 2012


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

---- Files affected:
packages/icedove:
   icedove.spec (1.152 -> 1.153) 

---- Diffs:

================================================================
Index: packages/icedove/icedove.spec
diff -u packages/icedove/icedove.spec:1.152 packages/icedove/icedove.spec:1.153
--- packages/icedove/icedove.spec:1.152	Sun Mar 25 20:49:41 2012
+++ packages/icedove/icedove.spec	Mon Mar 26 19:38:53 2012
@@ -343,7 +343,12 @@
 	MOZ_PKG_DIR=%{_libdir}/%{name} \
 	PKG_SKIP_STRIP=1
 
-# Enable crash reporter for Firefox application
+%if %{with xulrunner}
+# needed to find mozilla runtime
+ln -s ../xulrunner $RPM_BUILD_ROOT%{_libdir}/%{name}/xulrunner
+%endif
+ 
+# Enable crash reporter for Thunderbird application
 %if %{with crashreporter}
 %{__sed} -i -e 's/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/' $RPM_BUILD_ROOT%{_libdir}/%{name}/application.ini
 
@@ -485,7 +490,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
@@ -558,6 +565,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.153  2012/03/26 17:38:53  qboosh
+- added xulrunner symlink
+
 Revision 1.152  2012/03/25 18:49:41  qboosh
 - synced xulrunner bcond with mozilla-thunderbird; now at least builds
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/icedove/icedove.spec?r1=1.152&r2=1.153



More information about the pld-cvs-commit mailing list