forked from pool/picmi
Accepting request 516484 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516484 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/picmi?expand=0&rev=64
This commit is contained in:
commit
9f8a5a4b3e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6a495e5655fd986a965698ca871d373a002316cfdc5a427231a37c9f4ca3c58
|
||||
size 1146980
|
3
picmi-17.08.0.tar.xz
Normal file
3
picmi-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b4a5be513e7cd9699fd87a0aa3c9740b728eed6a21311655a6e16d51744940d
|
||||
size 1146988
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to KDE Applications 17.07.90
|
||||
* KDE Applications 17.07.90
|
||||
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 16 08:49:51 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
21
picmi.spec
21
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.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: 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