- Avoid collision with tn and sr translations.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=92
This commit is contained in:
Tomáš Chvátal 2014-01-26 10:35:27 +00:00 committed by Git OBS Bridge
parent 821a75e6d1
commit 3cc0a4aad6
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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 \