forked from pool/kiten
Accepting request 770038 from home:wolfi323:branches:KDE:Applications
- Don't use data files from the edict package, they are not compatible (boo#1162654) This reverts https://build.opensuse.org/request/show/651896 OBS-URL: https://build.opensuse.org/request/show/770038 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kiten?expand=0&rev=111
This commit is contained in:
parent
74ee32f637
commit
12695d0cc9
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 15:03:16 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
|
||||
|
||||
- Don't use data files from the edict package, they are not
|
||||
compatible (boo#1162654)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 10:00:41 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -33,7 +33,6 @@ Source: https://download.kde.org/stable/release-service/%{version}/src/%
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: edict
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: cmake(KF5Archive)
|
||||
BuildRequires: cmake(KF5Completion)
|
||||
@ -55,7 +54,6 @@ Requires: fonts-KanjiStrokeOrders
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
Requires: edict
|
||||
|
||||
%description
|
||||
Kiten is a tool to learn Japanese.
|
||||
@ -110,9 +108,6 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
for i in edict kanjidic radkfile; do
|
||||
test -e "%{_datadir}/edict/$i" && ln -fsv "%{_datadir}/edict/$i" "%{buildroot}/%{_datadir}/kiten/$i"
|
||||
done
|
||||
|
||||
%reconfigure_fonts_scriptlets -n fonts-KanjiStrokeOrders
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user