KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=94
This commit is contained in:
Wolfgang Bauer 2018-11-24 23:44:44 +00:00 committed by Git OBS Bridge
parent 8476e2d5f8
commit 2d658502df
4 changed files with 48 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfca90ad7b84be1b6e4361c6c93bd8d1e4a73c24bda90bd69d64c83a7379d5cb
size 2857468

3
kgpg-18.11.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bfeaa7f923909b923f1de34377d06872b222d76d278d1f547a68c7916f57929
size 2854780

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Nov 20 06:22:20 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:57:02 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
* Add caption to the screenshot
* avoid needless partitions of QStrings
* update template for pgp.cs.uu.nl key url
* fix length 16 placeholders in key urls not having length 16
* improve code to sort signatures
* avoid conversions to lowercase, just use case insensitive compare functions
* Add nullptr
* Add categories files
* Autogenerate debug
* Use KDEFrameworkCompilerSettings + add explicit + fix extra ";" + use
-------------------------------------------------------------------
Thu Nov 08 20:43:36 UTC 2018 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package kgpg
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -12,32 +12,24 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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: kgpg
Version: 18.08.3
Release: 0
%define kf5_version 5.26.0
# 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}')}
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%bcond_without lang
Name: kgpg
Version: 18.11.80
Release: 0
Summary: Encryption Tool
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Productivity/Security
Url: http://www.kde.org
URL: http://www.kde.org
Source0: kgpg-%{version}.tar.xz
Patch1: kgpg-autostart.diff
BuildRequires: akonadi-contact-devel
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
BuildRequires: extra-cmake-modules
BuildRequires: karchive-devel
BuildRequires: kcalcore-devel
@ -59,10 +51,16 @@ BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)
Requires: gpg2
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
%if %{with lang}
Recommends: %{name}-lang
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Kgpg is a simple GUI for gpg
@ -83,13 +81,13 @@ Kgpg is a simple GUI for gpg
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%{kf5_find_htmldocs}
%endif
#suse_update_desktop_file org.kde.kgpg.deskt Utility Security
%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%license COPYING
%doc AUTHORS
%config %{_kf5_configdir}/autostart/org.kde.kgpg.desktop
%dir %{_kf5_appstreamdir}
%doc %lang(en) %{_kf5_htmldir}/en/kgpg/
@ -102,10 +100,11 @@ Kgpg is a simple GUI for gpg
%{_kf5_kxmlguidir}/kgpg/
%{_kf5_servicesdir}/ServiceMenus/
%{_kf5_sharedir}/kgpg/
%{_kf5_debugdir}/kgpg.categories
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%license COPYING*
%endif
%changelog