KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kigo?expand=0&rev=81
This commit is contained in:
parent
ad153e7de0
commit
ada46a43f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c69fe24dfd2c407c2c6e3c49d1412aa37c2b918165e8598d6054099bed36b8b3
|
||||
size 5224376
|
3
kigo-18.11.80.tar.xz
Normal file
3
kigo-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6691d9e4b43e5368c7aba96e69aa8a5075a3b1d452359209ab9cfd9ff32d6b39
|
||||
size 5223908
|
15
kigo.changes
15
kigo.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:22:23 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:57:03 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.11.80.php
|
||||
- Changes since 18.08.3:
|
||||
* Add donation url to appdata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:37 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
24
kigo.spec
24
kigo.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kigo
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,21 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kigo
|
||||
Version: 18.08.3
|
||||
Release: 0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kigo
|
||||
Version: 18.11.80
|
||||
Release: 0
|
||||
Summary: Traditional Chinese Boardgame for KDE
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Amusements/Games/Board/Other
|
||||
Url: http://www.kde.org
|
||||
URL: http://www.kde.org
|
||||
Source0: kigo-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kconfig-devel
|
||||
@ -50,7 +49,6 @@ Provides: kigo5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Traditional Chinese Boardgame
|
||||
@ -72,9 +70,9 @@ Traditional Chinese Boardgame
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC
|
||||
%license COPYING COPYING.DOC
|
||||
%{_kf5_bindir}/kigo
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kigo/
|
||||
%{_kf5_applicationsdir}/org.kde.kigo.desktop
|
||||
@ -88,7 +86,7 @@ Traditional Chinese Boardgame
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user