SHA256
1
0
forked from pool/ksquares

Accepting request 490472 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksquares?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:36:35 +00:00 committed by Git OBS Bridge
commit 9adbe6dd85
4 changed files with 68 additions and 22 deletions

View File

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

3
ksquares-17.04.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Apr 16 10:45:09 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* None
-------------------------------------------------------------------
Wed Apr 12 20:25:54 CEST 2017 - lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
-------------------------------------------------------------------
Sat Mar 25 23:10:42 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* add appstream data
-------------------------------------------------------------------
Thu Mar 9 12:41:06 CET 2017 - lbeltrame@kde.org

View File

@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: ksquares
Version: 16.12.3
Version: 17.04.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
# 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: Strategic board game
License: GPL-2.0+
@ -52,6 +53,7 @@ BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -60,6 +62,10 @@ You must draw lines to complete squares, the player with the most
squares wins. You can play with up to 4 players, any number of which
may be controlled by the computer.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n ksquares-%{version}
@ -69,6 +75,10 @@ may be controlled by the computer.
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file -r org.kde.ksquares Game BoardGame
%files
@ -81,5 +91,11 @@ may be controlled by the computer.
%dir %{_kf5_configkcfgdir}
%{_kf5_configkcfgdir}/ksquares.kcfg
%{_datadir}/kxmlgui5/ksquares/
%{_kf5_appstreamdir}/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog