SHA256
1
0
forked from pool/kgpg

KDE release gear 22.12 beta. Don't forward

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=181
This commit is contained in:
2022-11-17 22:58:21 +00:00
committed by Git OBS Bridge
parent 189aa23c04
commit 706235c45d
6 changed files with 37 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package kgpg
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,14 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kgpg
Version: 22.08.3
Version: 22.11.80
Release: 0
Summary: Encryption Tool
License: GPL-2.0-or-later
Group: Productivity/Security
URL: https://apps.kde.org/kgpg
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Patch0: kgpg-autostart.diff
@@ -70,16 +69,17 @@ Kgpg is a simple GUI for gpg
%install
%kf5_makeinstall -C build
%if %{with released}
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%endif
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%files
%license LICENSES/*
%doc AUTHORS
%config %{_kf5_configdir}/autostart/org.kde.kgpg.desktop
%doc %lang(en) %{_kf5_htmldir}/en/kgpg/
%dir %{_kf5_sharedir}/kio
%dir %{_kf5_sharedir}/kio/servicemenus
%{_kf5_applicationsdir}/org.kde.kgpg.desktop
%{_kf5_appstreamdir}/org.kde.kgpg.appdata.xml
%{_kf5_bindir}/kgpg
@@ -88,11 +88,11 @@ Kgpg is a simple GUI for gpg
%{_kf5_debugdir}/kgpg.categories
%{_kf5_iconsdir}/hicolor/*/*/*
%{_kf5_kxmlguidir}/kgpg/
%{_kf5_servicesdir}/ServiceMenus/
%{_kf5_sharedir}/kgpg/
%{_kf5_sharedir}/kio/servicemenus/kgpg_encryptfile.desktop
%{_kf5_sharedir}/kio/servicemenus/kgpg_encryptfolder.desktop
%{_kf5_sharedir}/kio/servicemenus/kgpg_viewdecrypted.desktop
%if %{with released}
%files lang -f %{name}.lang
%endif
%changelog