forked from pool/ksirk
KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksirk?expand=0&rev=82
This commit is contained in:
parent
f146715ce3
commit
6780e42815
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b40b2f259a419c7912d2e29a0e1642ae836d83933b73e4b9a1dc2d648a8ecfb
|
|
||||||
size 6987428
|
|
3
ksirk-18.11.80.tar.xz
Normal file
3
ksirk-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aeb97e2f3f53de51c4ec674e66c0e6f8f61967e703c9f63b8f0f1f1fa51983ce
|
||||||
|
size 6986684
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 06:22:45 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
|
||||||
|
* Remove qt prefix
|
||||||
|
* Install categories files
|
||||||
|
* 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
|
||||||
|
|
||||||
|
24
ksirk.spec
24
ksirk.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ksirk
|
# spec file for package ksirk
|
||||||
#
|
#
|
||||||
# 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,21 +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: ksirk
|
|
||||||
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: ksirk
|
||||||
|
Version: 18.11.80
|
||||||
|
Release: 0
|
||||||
Summary: Risk-like game by KDE
|
Summary: Risk-like game by KDE
|
||||||
License: GPL-2.0+ and LGPL-2.0+
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
Group: Amusements/Games/Strategy/Turn Based
|
Group: Amusements/Games/Strategy/Turn Based
|
||||||
Url: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source0: ksirk-%{version}.tar.xz
|
Source0: ksirk-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kcompletion-devel
|
BuildRequires: kcompletion-devel
|
||||||
@ -83,7 +83,7 @@ KsirK is a computerized version of a well known strategy 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
|
||||||
rm %{buildroot}%{_kf5_libdir}/libiris_ksirk.so
|
rm %{buildroot}%{_kf5_libdir}/libiris_ksirk.so
|
||||||
|
|
||||||
@ -91,8 +91,7 @@ KsirK is a computerized version of a well known strategy game.
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING COPYING.DOC COPYING.LIB
|
||||||
%doc COPYING COPYING.DOC COPYING.LIB
|
|
||||||
%config %{_kf5_configdir}/ksirk.knsrc
|
%config %{_kf5_configdir}/ksirk.knsrc
|
||||||
%dir %{_kf5_configkcfgdir}
|
%dir %{_kf5_configkcfgdir}
|
||||||
%doc %lang(en) %{_kf5_htmldir}/en/ksirk/
|
%doc %lang(en) %{_kf5_htmldir}/en/ksirk/
|
||||||
@ -109,10 +108,11 @@ KsirK is a computerized version of a well known strategy game.
|
|||||||
%{_kf5_libdir}/libiris_ksirk.so.*
|
%{_kf5_libdir}/libiris_ksirk.so.*
|
||||||
%{_kf5_sharedir}/ksirk/
|
%{_kf5_sharedir}/ksirk/
|
||||||
%{_kf5_sharedir}/ksirkskineditor/
|
%{_kf5_sharedir}/ksirkskineditor/
|
||||||
|
%{_kf5_debugdir}/ksirk.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user