forked from pool/kreversi
This commit is contained in:
parent
6be5f12b92
commit
06504e0ea0
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:45:57 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.08.0
|
||||
* New feature release
|
||||
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||
- Changes since 17.04.3 :
|
||||
- Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:18:39 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kreversi
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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
|
||||
@ -15,13 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kreversi
|
||||
Version: 17.07.90
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: Reversi board game
|
||||
License: GPL-2.0+
|
||||
@ -43,18 +44,18 @@ BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Quick)
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: update-desktop-files
|
||||
Obsoletes: kreversi5 < %{version}
|
||||
Provides: kreversi5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
Obsoletes: kreversi5 < %{version}
|
||||
Provides: kreversi5 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -79,19 +80,18 @@ ones pieces to turn over the opponents pieces.
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
|
||||
%suse_update_desktop_file -r org.kde.kreversi Game BoardGame
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC
|
||||
%{_datadir}/knotifications5/kreversi.notifyrc
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kreversi/
|
||||
%{_kf5_applicationsdir}/org.kde.kreversi.desktop
|
||||
%{_kf5_appstreamdir}/org.kde.kreversi.appdata.xml
|
||||
%{_kf5_bindir}/kreversi
|
||||
%{_kf5_htmldir}/en/kreversi/
|
||||
%{_kf5_iconsdir}/hicolor/*/*/*
|
||||
%{_kf5_kxmlguidir}/kreversi/
|
||||
%{_kf5_notifydir}/kreversi.notifyrc
|
||||
%{_kf5_sharedir}/kreversi/
|
||||
|
||||
%if %{with lang}
|
||||
|
Loading…
Reference in New Issue
Block a user