drop unnecessary %if
This commit is contained in:
parent
9c63dc0f69
commit
5c972357f8
@ -30,12 +30,8 @@
|
||||
# effect
|
||||
%bcond_without langpacks
|
||||
|
||||
%if %{with langpacks}
|
||||
# generated by %%langpack definitions
|
||||
%global langpack_langs %{nil}
|
||||
%else
|
||||
%global langpack_langs en-US
|
||||
%endif
|
||||
|
||||
Summary: Free Software Productivity Suite
|
||||
Name: libreoffice
|
||||
@ -981,6 +977,8 @@ Rules for auto-correcting common %{langname} typing errors. \
|
||||
%{-i:%{_datadir}/autocorr/acor_%{-i*}-*.dat} \
|
||||
%{nil}
|
||||
|
||||
%langpack -l en -n English -F -H -Y -M -A -E -L en-US -O
|
||||
|
||||
%if %{with langpacks}
|
||||
|
||||
%langpack -l af -n Afrikaans -F -H -Y -A -o af_ZA -V -w af_ZA
|
||||
@ -998,7 +996,6 @@ Rules for auto-correcting common %{langname} typing errors. \
|
||||
%langpack -l de -n German -F -H -Y -M -A -T -X -O -W
|
||||
%langpack -l dz -n Dzongkha -F -s ctl -T -O
|
||||
%langpack -l el -n Greek -F -H -Y -M -T -o el_GR -V -w el_GR
|
||||
%langpack -l en -n English -F -H -Y -M -A -E -L en-US -O
|
||||
%langpack -l es -n Spanish -F -H -Y -M -A -T -X -O -W
|
||||
%langpack -l et -n Estonian -F -H -Y -T -o et_EE -V -w et_EE
|
||||
%langpack -l eu -n Basque -F -H -Y -T -o eu_ES -V -w eu_ES
|
||||
|
Loading…
x
Reference in New Issue
Block a user