forked from pool/picmi
This commit is contained in:
parent
dbb0394576
commit
027e596d4b
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:46:32 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:19:42 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
19
picmi.spec
19
picmi.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package picmi
|
||||
#
|
||||
# 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,18 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: picmi
|
||||
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: Nonogram Logic game
|
||||
License: GPL-2.0+
|
||||
# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
|
||||
Group: Amusements/Games/Board/Logic
|
||||
Group: Amusements/Games/Logic
|
||||
Url: http://www.kde.org
|
||||
Source0: picmi-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
@ -47,7 +47,6 @@ BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Obsoletes: picmi5 < %{version}
|
||||
Provides: picmi5 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -75,15 +74,15 @@ A nonogram logic game for KDE
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%{_kf5_bindir}/picmi
|
||||
%{_kf5_htmldir}/en/picmi/
|
||||
%{_kf5_applicationsdir}/org.kde.picmi.desktop
|
||||
%dir %{_kf5_iconsdir}/hicolor/256x256
|
||||
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/picmi.*
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/picmi/
|
||||
%{_kf5_applicationsdir}/org.kde.picmi.desktop
|
||||
%{_kf5_appsdir}/picmi/
|
||||
%{_kf5_kxmlguidir}/picmi/
|
||||
%{_kf5_appstreamdir}/
|
||||
%{_kf5_bindir}/picmi
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/picmi.*
|
||||
%{_kf5_kxmlguidir}/picmi/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user