diff --git a/libreoffice.changes b/libreoffice.changes index 95bac91..9f0f0f1 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 26 10:35:11 UTC 2014 - tchvatal@suse.com + +- Avoid collision with tn and sr translations. + ------------------------------------------------------------------- Sun Jan 26 08:59:53 UTC 2014 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 4fafc93..9f08e2c 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -620,6 +620,9 @@ This package provides extensions for LibreOffice Writer: %define _langpack_common() \ %dir %{_datadir}/%{name}/program/resource \ %{_datadir}/%{name}/program/resource/*%{1}.res \ +%if "%{1}" != "tn" \ +%exclude %{_datadir}/%{name}/program/resource/*sr-Latn.res \ +%endif \ %if "%{1}" != "en-US" \ %dir %{_datadir}/%{name}/share/config/soffice.cfg \ %dir %{_datadir}/%{name}/share/config/soffice.cfg/modules \