Accepting request 498843 from KDE:Applications
KDE Applications 17.04.1 OBS-URL: https://build.opensuse.org/request/show/498843 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiten?expand=0&rev=83
This commit is contained in:
commit
816da9fc73
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c40b0df4c6f1afa75f6da3fc44d8467ea210cfd36dc91d69f8e5a6b3c77e7c6a
|
||||
size 10631168
|
3
kiten-17.04.1.tar.xz
Normal file
3
kiten-17.04.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7159618b501e7615d443bd2cdd23cba791a2732d734caceefe7e01eceb0fac83
|
||||
size 11553716
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 20:36:24 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.1.php
|
||||
- Changes since 17.04.0:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:45:02 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:25:39 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:31 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:38:39 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
22
kiten.spec
22
kiten.spec
@ -15,15 +15,17 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kiten
|
||||
Version: 16.12.3
|
||||
Version: 17.04.1
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Japanese Reference/Study Tool
|
||||
License: GPL-2.0+
|
||||
# Data files are under CC-BY-SA-3.0 (edict) and CC-BY-SA-4.0 ("kanjidic"/SKIP numbers therein)
|
||||
License: GPL-2.0+ and CC-BY-SA-3.0 and CC-BY-SA-4.0
|
||||
Group: Amusements/Teaching/Language
|
||||
Url: http://edu.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
@ -47,6 +49,7 @@ BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Requires: fonts-KanjiStrokeOrders
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -82,6 +85,10 @@ also hope it will help teachers of Japanese in the preparation of
|
||||
classroom material. Beware that Japanese stroke order can differ from the
|
||||
stroke order used in other languages that use Chinese characters.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -94,6 +101,10 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
|
||||
%reconfigure_fonts_scriptlets -n fonts-KanjiStrokeOrders
|
||||
|
||||
@ -130,4 +141,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%dir %{_kf5_sharedir}/fonts/kanjistrokeorders/
|
||||
%{_kf5_sharedir}/fonts/kanjistrokeorders/KanjiStrokeOrders.ttf
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user