From 3cc0a4aad634b23f5b72df329871857d7238d0aedb795ba208acdd9a1b656d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 26 Jan 2014 10:35:27 +0000 Subject: [PATCH] - Avoid collision with tn and sr translations. OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=92 --- libreoffice.changes | 5 +++++ libreoffice.spec | 3 +++ 2 files changed, 8 insertions(+) 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 \