SHA256
1
0
forked from pool/knavalbattle

Accepting request 443377 from home:luca_b:test_KA

KDE Applications - please review

OBS-URL: https://build.opensuse.org/request/show/443377
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/knavalbattle?expand=0&rev=36
This commit is contained in:
Raymond Wooninck 2016-12-03 14:47:00 +00:00 committed by Git OBS Bridge
parent 73ae445a83
commit fa6b07c56f
4 changed files with 47 additions and 39 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 29 12:33:34 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
-------------------------------------------------------------------
Wed Nov 9 06:20:39 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package knavalbattle
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@ -17,50 +17,51 @@
Name: knavalbattle
BuildRequires: libkdegames-devel
BuildRequires: extra-cmake-modules
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: kconfig-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kdnssd-framework-devel
BuildRequires: kguiaddons-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kitemviews-devel
BuildRequires: kdeclarative-devel
BuildRequires: kiconthemes-devel
BuildRequires: kxmlgui-devel
BuildRequires: kio-devel
BuildRequires: knotifyconfig-devel
BuildRequires: kdelibs4support-devel
BuildRequires: knewstuff-devel
BuildRequires: phonon4qt5-devel
BuildRequires: kdoctools-devel
BuildRequires: ktextwidgets-devel
BuildRequires: update-desktop-files
Version: 16.11.80
Release: 0
%define kf5_version 5.26.0
# 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: Battleship game
License: GPL-2.0+
Group: Amusements/Games/Board/Other
Url: http://www.kde.org
Version: 16.08.3
Release: 0
Source0: knavalbattle-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdeclarative-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kdnssd-framework-devel
BuildRequires: kdoctools-devel
BuildRequires: kguiaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: kitemviews-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifyconfig-devel
BuildRequires: ktextwidgets-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdegames-devel
BuildRequires: phonon4qt5-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
Provides: knavalbattle5 = %{version}
Obsoletes: knavalbattle5 < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: kbattleship = %{version}
Obsoletes: kbattleship < %{version}
Provides: navalbattle = %{version}
Obsoletes: navalbattle < %{version}
%description
KBatteship is a KDE implentation of the popular game "Battleship" where
you have to try to sink the opponents ships. The game can also be
played with friends online via the internet.
%prep
%setup -q -n knavalbattle-%{version}
@ -73,10 +74,9 @@ played with friends online via the internet.
%suse_update_desktop_file -r org.kde.knavalbattle Game BoardGame
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kf5_bindir}/knavalbattle
@ -87,6 +87,6 @@ played with friends online via the internet.
%{_kf5_appsdir}/knavalbattle/
%dir %{_kf5_appsdir}/kconf_update
%{_kf5_appsdir}/kconf_update/knavalbattle.upd
%_datadir/kxmlgui5/knavalbattle/
%{_datadir}/kxmlgui5/knavalbattle/
%changelog