- Add keyring and signature verification
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kpeoplevcard?expand=0&rev=2
This commit is contained in:
parent
d5a3bfc9d9
commit
f692f404f6
11
kpeoplevcard-0.1.tar.xz.sig
Normal file
11
kpeoplevcard-0.1.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEE9TIj8zN2ZcLM6hIuhzrDRZu89cAFAl3r8+YACgkQhzrDRZu8
|
||||||
|
9cD1AAgArajn5uIpyQH4D3aeHCW9HsycCRoiRxIFfPUTisGlwJFYAIKfhZ9zvAZy
|
||||||
|
rfjZ0E+xukRmhgwtnNJnXhVoDHAXvta0VXuBcwtsM/zviwW+vfHhBPIIXndC7cob
|
||||||
|
yukTv2rrpNeBb6x5ScQIwLrtAoRyhNN2+J2AfkjApN/JgStN+eiYT8jS6dG8Vq4d
|
||||||
|
02sS9fekVWUKO3O6vR9pwq+Y9ipZjd6Ys88Gc19dmtbp9fMZO+Yj/F8QLXQIxE9w
|
||||||
|
ljoBQV7Ys+jza+Gbs6eCReE/zfVXKpdgrHjy6f4DW9U0tFm+Ys9oq58JF9Yb8sEg
|
||||||
|
WQmFRcrnywx/D5yT+g2hXmERrCpo9Q==
|
||||||
|
=J3wq
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 06:17:53 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Add keyring and signature verification
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 12 14:32:59 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>
|
Thu Dec 12 14:32:59 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
BIN
kpeoplevcard.keyring
Normal file
BIN
kpeoplevcard.keyring
Normal file
Binary file not shown.
@ -15,7 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
Name: kpeoplevcard
|
Name: kpeoplevcard
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -24,6 +24,10 @@ License: LGPL-2.1-or-later
|
|||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
%if %{with lang}
|
||||||
|
Source1: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz.sig
|
||||||
|
Source2: %{name}.keyring
|
||||||
|
%endif
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: cmake(KF5Contacts)
|
BuildRequires: cmake(KF5Contacts)
|
||||||
|
Loading…
Reference in New Issue
Block a user