KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kshisen?expand=0&rev=81
This commit is contained in:
parent
4246133d9c
commit
f8fd01450f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:45ff771fb41316881ed7b4edb8fb229b34d36118c82e2509b12410449a42af5b
|
|
||||||
size 821192
|
|
3
kshisen-18.11.80.tar.xz
Normal file
3
kshisen-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b477a9fba966111513fcde126e2f8f9fe3b8d9d1db66c0c5523c66b6c4ea3c4e
|
||||||
|
size 820980
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 06:22:45 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Run spec-cleaner
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 05:57:14 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
|
||||||
|
* Autogenerate debug file + create categories file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 08 20:43:43 UTC 2018 - lbeltrame@kde.org
|
Thu Nov 08 20:43:43 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
26
kshisen.spec
26
kshisen.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kshisen
|
# spec file for package kshisen
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,22 +12,21 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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: kshisen
|
|
||||||
Version: 18.08.3
|
|
||||||
Release: 0
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# 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}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
|
%bcond_without lang
|
||||||
|
Name: kshisen
|
||||||
|
Version: 18.11.80
|
||||||
|
Release: 0
|
||||||
Summary: Shisen-Sho Mahjongg-like game
|
Summary: Shisen-Sho Mahjongg-like game
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
Url: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source0: kshisen-%{version}.tar.xz
|
Source0: kshisen-%{version}.tar.xz
|
||||||
# PATCH-FIX-OPENSUSE cpp14.patch fabian@ritter-vogt.de Use only c++11 features
|
# PATCH-FIX-OPENSUSE cpp14.patch fabian@ritter-vogt.de Use only c++11 features
|
||||||
Patch1: cpp14.patch
|
Patch1: cpp14.patch
|
||||||
@ -50,7 +49,6 @@ Provides: %{name}5 = %{version}
|
|||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Shisen-Sho (KShishen) is a game similar to Mahjongg. The object of the
|
Shisen-Sho (KShishen) is a game similar to Mahjongg. The object of the
|
||||||
@ -73,26 +71,26 @@ two tiles with of the same type until no tile is left.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
%kf5_find_htmldocs
|
%{kf5_find_htmldocs}
|
||||||
%endif
|
%endif
|
||||||
%suse_update_desktop_file -r org.kde.kshisen Game BoardGame
|
%suse_update_desktop_file -r org.kde.kshisen Game BoardGame
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING COPYING.DOC
|
||||||
%doc COPYING COPYING.DOC
|
|
||||||
%dir %{_kf5_appstreamdir}
|
%dir %{_kf5_appstreamdir}
|
||||||
%doc %lang(en) %{_kf5_htmldir}/en/kshisen/
|
%doc %lang(en) %{_kf5_htmldir}/en/kshisen/
|
||||||
%{_kf5_applicationsdir}/org.kde.kshisen.desktop
|
%{_kf5_applicationsdir}/org.kde.kshisen.desktop
|
||||||
%{_kf5_appstreamdir}/org.kde.kshisen.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.kshisen.appdata.xml
|
||||||
%{_kf5_bindir}/kshisen
|
%{_kf5_bindir}/kshisen
|
||||||
%{_kf5_configkcfgdir}/
|
%{_kf5_configkcfgdir}/
|
||||||
|
%{_kf5_debugdir}/kshisen.categories
|
||||||
%{_kf5_iconsdir}/hicolor/*/apps/kshisen.*
|
%{_kf5_iconsdir}/hicolor/*/apps/kshisen.*
|
||||||
%{_kf5_kxmlguidir}/
|
%{_kf5_kxmlguidir}/
|
||||||
%{_kf5_sharedir}/sounds/kshisen/
|
%{_kf5_sharedir}/sounds/kshisen/
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user