mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
RPM5 fails to process debuginfo, off it there
This commit is contained in:
parent
36d79cc2d9
commit
80bc506427
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
||||||
%bcond_with clang
|
%bcond_with clang
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %rpm5
|
||||||
|
# "/usr/lib/rpm/bin/debugedit: canonicalization unexpectedly shrank by one character"
|
||||||
|
%define debugcflags %{nil}
|
||||||
|
%define _enable_debug_packages %{nil}
|
||||||
|
%define debug_package %{nil}
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with l10n}
|
%if %{with l10n}
|
||||||
%define langs en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu
|
%define langs en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu
|
||||||
%define helplangs ar bg bn bs ca cs da de dz el en-GB es et eu fi fr gl gu he hi hr hu it ja ko lt lv mk nb nl nn pl pt pt-BR ro ru si sk sl sv ta tr uk zh-CN zh-TW en-US
|
%define helplangs ar bg bn bs ca cs da de dz el en-GB es et eu fi fr gl gu he hi hr hu it ja ko lt lv mk nb nl nn pl pt pt-BR ro ru si sk sl sv ta tr uk zh-CN zh-TW en-US
|
||||||
|
|
Loading…
Add table
Reference in a new issue