forked from pool/klines
Accepting request 516384 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516384 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/klines?expand=0&rev=64
This commit is contained in:
commit
78ebfec1d4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f9b2072da38ff76e8f970ff386f9fed9890e103ca1b287386c7ab040619f7e7
|
||||
size 1667220
|
3
klines-17.08.0.tar.xz
Normal file
3
klines-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a713fba2352c8ef58c170cfcd1d913b7c13b4a419d9ec48e64c935477cf730f1
|
||||
size 1666824
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:45:40 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 :
|
||||
* Use Q_DECLARE_OVERRIDE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:18:04 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.07.90
|
||||
* KDE Applications 17.07.90
|
||||
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 15 23:00:04 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
23
klines.spec
23
klines.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package klines
|
||||
#
|
||||
# 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: klines
|
||||
Version: 17.04.3
|
||||
Version: 17.08.0
|
||||
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: Tactical game
|
||||
License: GPL-2.0+
|
||||
@ -61,7 +62,9 @@ BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -90,15 +93,15 @@ from the game board. Similar to tetris you fight new pieces appearing.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC
|
||||
%{_kf5_bindir}/klines
|
||||
%{_kf5_htmldir}/en/klines/
|
||||
%{_kf5_applicationsdir}/org.kde.klines.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/klines.*
|
||||
%{_datadir}/klines/
|
||||
%{_datadir}/kxmlgui5/klines/
|
||||
%doc COPYING*
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/klines/
|
||||
%{_kf5_applicationsdir}/org.kde.klines.desktop
|
||||
%{_kf5_bindir}/klines
|
||||
%{_kf5_configkcfgdir}/klines.kcfg
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/klines.*
|
||||
%{_kf5_kxmlguidir}/klines/
|
||||
%{_kf5_sharedir}/klines/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user