Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e36548051a |
@@ -1,12 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 12:13:00 UTC 2025 - Cliff Zhao <qzhao@suse.com>
|
||||
|
||||
- Update mozc.spec:
|
||||
Disable Mozc building with fcitx4 or fcitx5 in SLE, since SLE does
|
||||
not deliver fcitx. Avoid importing too many irrelevant build dependency
|
||||
packages in SLFO.
|
||||
(bsc#1246569, jsc#PED-12066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 28 03:21:22 UTC 2025 - Fuminobu Takeyama <ftake@geeko.jp>
|
||||
|
||||
|
||||
12
mozc.spec
12
mozc.spec
@@ -18,7 +18,6 @@
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
|
||||
%if 0%{?is_opensuse}
|
||||
%if "%flavor" == "fcitx"
|
||||
%define with_fcitx4 1
|
||||
%define with_fcitx5 0
|
||||
@@ -28,17 +27,6 @@
|
||||
%define with_fcitx5 1
|
||||
%define install_mozc 1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if !0%{?is_opensuse}
|
||||
%if "%flavor" == "fcitx"
|
||||
ExclusiveArch: do_not_build
|
||||
%else
|
||||
%define with_fcitx4 0
|
||||
%define with_fcitx5 0
|
||||
%define install_mozc 1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %{with_fcitx4}
|
||||
%define fcitx_icon_dir %{_datadir}/fcitx/mozc/icon/
|
||||
|
||||
Reference in New Issue
Block a user