Accepting request 516413 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516413 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kpat?expand=0&rev=65
This commit is contained in:
commit
1bb7a68b6b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2430baebb9f9893d4effb9addb86ff08ec207708181cde697af56d9bd6b66948
|
||||
size 3566460
|
3
kpat-17.08.0.tar.xz
Normal file
3
kpat-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b260e563d3579f614757738abdaf18bc7620cc7771479ccfff407bbf1656f012
|
||||
size 3565920
|
18
kpat.changes
18
kpat.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:45:55 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 :
|
||||
* Add braces around commented out if-code
|
||||
* USe Q_DECL_OVERRIDE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:18:32 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:22 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
32
kpat.spec
32
kpat.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kpat
|
||||
#
|
||||
# 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: kpat
|
||||
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: Patience card game
|
||||
License: GPL-2.0+
|
||||
@ -61,7 +62,9 @@ Requires(post): shared-mime-info
|
||||
Requires(postun): shared-mime-info
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -97,26 +100,27 @@ more. The game has nice graphics and many different carddecks.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC
|
||||
%{_kf5_bindir}/kpat
|
||||
%{_kf5_htmldir}/en/kpat/
|
||||
%{_kf5_applicationsdir}/org.kde.kpat.desktop
|
||||
%config %{_kf5_configdir}/kcardtheme.knsrc
|
||||
%config %{_kf5_configdir}/kpat.knsrc
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%dir %{_kf5_iconsdir}/hicolor/24x24
|
||||
%dir %{_kf5_iconsdir}/hicolor/24x24/apps
|
||||
%dir %{_kf5_iconsdir}/hicolor/256x256
|
||||
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
|
||||
%dir %{_kf5_iconsdir}/hicolor/64x64
|
||||
%dir %{_kf5_iconsdir}/hicolor/64x64/apps
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/kpat.*
|
||||
%dir %{_kf5_mandir}/man6
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kpat/
|
||||
%doc %{_kf5_mandir}/man6/kpat.6.gz
|
||||
%{_kf5_applicationsdir}/org.kde.kpat.desktop
|
||||
%{_kf5_appsdir}/kpat/
|
||||
%{_kf5_libdir}/libkcardgame.so
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%{_kf5_bindir}/kpat
|
||||
%{_kf5_configkcfgdir}/kpat.kcfg
|
||||
%{_kf5_configdir}/kcardtheme.knsrc
|
||||
%{_kf5_configdir}/kpat.knsrc
|
||||
%{_datadir}/mime/packages/kpatience.xml
|
||||
%{_kf5_kxmlguidir}/kpat/
|
||||
%{_kf5_iconsdir}/hicolor/*/*/kpat.*
|
||||
%{_kf5_mandir}/man6/kpat.6.gz
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/kpat.*
|
||||
%{_kf5_kxmlguidir}/kpat/
|
||||
%{_kf5_libdir}/libkcardgame.so
|
||||
%{_kf5_sharedir}/mime/packages/kpatience.xml
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user