KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksnakeduel?expand=0&rev=82
This commit is contained in:
Wolfgang Bauer 2018-11-24 23:45:12 +00:00 committed by Git OBS Bridge
parent ae661e7f39
commit 88a47ff51a
4 changed files with 34 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3817f82198c7e95465c488762075100295fdfe3b0b8d4a28435e60db276b2d1
size 605480

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e2ef482d86757934001e966e43d7be00ec86c2d96d9d7d8399ef52e2fa31082
size 604904

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Nov 20 06:22:46 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
* Use nullptr/explicit/const
* install categories file
* Generate debug file
* Fix minor EBN issues
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 08 20:43:44 UTC 2018 - lbeltrame@kde.org Thu Nov 08 20:43:44 UTC 2018 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package ksnakeduel # spec file for package ksnakeduel
# #
# 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: ksnakeduel
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: ksnakeduel
Version: 18.11.80
Release: 0
Summary: Simple snake duel game Summary: Simple snake duel game
License: GPL-2.0+ License: GPL-2.0-or-later
Group: Amusements/Games/Board/Puzzle Group: Amusements/Games/Board/Puzzle
Url: http://www.kde.org URL: http://www.kde.org
Source0: ksnakeduel-%{version}.tar.xz Source0: ksnakeduel-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kcompletion-devel BuildRequires: kcompletion-devel
@ -50,7 +49,6 @@ Provides: ksnakeduel5 = %{version}
%if %{with lang} %if %{with lang}
Recommends: %{name}-lang Recommends: %{name}-lang
%endif %endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
KSnakeDuel is a simple snake duel game KSnakeDuel is a simple snake duel game
@ -70,12 +68,11 @@ KSnakeDuel is a simple snake duel game
%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
%files %files
%defattr(-,root,root) %license COPYING COPYING.DOC
%doc COPYING COPYING.DOC
%config %{_kf5_configdir}/ksnakeduel.knsrc %config %{_kf5_configdir}/ksnakeduel.knsrc
%dir %{_kf5_configkcfgdir} %dir %{_kf5_configkcfgdir}
%dir %{_kf5_iconsdir}/hicolor/256x256 %dir %{_kf5_iconsdir}/hicolor/256x256
@ -87,10 +84,11 @@ KSnakeDuel is a simple snake duel game
%{_kf5_bindir}/ksnakeduel %{_kf5_bindir}/ksnakeduel
%{_kf5_configkcfgdir}/ksnakeduel.kcfg %{_kf5_configkcfgdir}/ksnakeduel.kcfg
%{_kf5_iconsdir}/hicolor/*/*/ksnakeduel.* %{_kf5_iconsdir}/hicolor/*/*/ksnakeduel.*
%{_kf5_debugdir}/ksnakeduel.categories
%if %{with lang} %if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang
%doc COPYING* %license COPYING*
%endif %endif
%changelog %changelog