Author: glen Date: Wed Jul 13 12:23:02 2011 GMT Module: packages Tag: HEAD ---- Log message: - package arch independant extensions dir
---- Files affected: packages/icedove: icedove.spec (1.118 -> 1.119) ---- Diffs: ================================================================ Index: packages/icedove/icedove.spec diff -u packages/icedove/icedove.spec:1.118 packages/icedove/icedove.spec:1.119 --- packages/icedove/icedove.spec:1.118 Mon Jul 11 14:05:08 2011 +++ packages/icedove/icedove.spec Wed Jul 13 14:22:57 2011 @@ -34,7 +34,7 @@ Summary(pl.UTF-8): Icedove - klient poczty Name: icedove Version: 3.1.11 -Release: 1 +Release: 2 License: MPL 1.1 or GPL v2+ or LGPL v2.1+ Group: X11/Applications/Networking Source0: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2 @@ -369,6 +369,11 @@ ln -s ../../share/%{name}/modules $RPM_BUILD_ROOT%{_libdir}/%{name}/modules ln -s ../../share/%{name}/res $RPM_BUILD_ROOT%{_libdir}/%{name}/res +# dir for arch independant extensions besides arch dependant extensions +# see mozilla/xpcom/build/nsXULAppAPI.h +# XRE_SYS_LOCAL_EXTENSION_PARENT_DIR and XRE_SYS_SHARE_EXTENSION_PARENT_DIR +install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions + %{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries @@ -482,6 +487,7 @@ %{_datadir}/%{name}/isp %{_datadir}/%{name}/modules %{_datadir}/%{name}/res +%{_datadir}/%{name}/extensions %if %{with crashreporter} %attr(755,root,root) %{_libdir}/%{name}/crashreporter @@ -535,6 +541,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.119 2011/07/13 12:22:57 glen +- package arch independant extensions dir + Revision 1.118 2011/07/11 12:05:08 glen - {compreg,xpti}.dat may not exist, remove silently ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icedove/icedove.spec?r1=1.118&r2=1.119&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
