forked from pool/kiten
21.04 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kiten?expand=0&rev=139
This commit is contained in:
15
kiten.spec
15
kiten.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kiten
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,14 +21,14 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kiten
|
||||
Version: 20.12.3
|
||||
Version: 21.03.80
|
||||
Release: 0
|
||||
Summary: Japanese Reference/Study Tool
|
||||
# Data files are under CC-BY-SA-3.0 (edict) and CC-BY-SA-4.0 ("kanjidic"/SKIP numbers therein)
|
||||
License: GPL-2.0-or-later AND CC-BY-SA-3.0 AND CC-BY-SA-4.0
|
||||
Group: Amusements/Teaching/Language
|
||||
URL: https://edu.kde.org
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: update-desktop-files
|
||||
@@ -51,7 +51,7 @@ Recommends: %{name}-lang
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
|
||||
@@ -115,7 +115,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%doc AUTHORS README
|
||||
%dir %{_kf5_appstreamdir}
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kiten/
|
||||
@@ -138,13 +138,14 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%{_kf5_prefix}/include/libkiten/
|
||||
|
||||
%files -n fonts-KanjiStrokeOrders
|
||||
%doc data/font/copyright.txt data/font/readme_*.txt
|
||||
%license data/font/KanjiStrokeOrders.ttf.license
|
||||
%doc data/font/readme_*.txt
|
||||
%dir %{_kf5_sharedir}/fonts/kanjistrokeorders/
|
||||
%{_kf5_sharedir}/fonts/kanjistrokeorders/KanjiStrokeOrders.ttf
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user