KDE Frameworks 5.99
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=271
This commit is contained in:
parent
9106441275
commit
a0c044cbf3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6975e4d5f3e0218b1e75ec5bc71806c1b92a57389d2fb1f0bf8ae5845dfed5b
|
||||
size 91044
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9OwACgkQWNDuZIpI
|
||||
s7vQ/wgAhdtB8seot4KN5ioPb3HQ8YwS4tgGsxwV7YJGUGJLHvBn10QS7hoX5kI3
|
||||
phskFnnTYSitQJnoZx3ukvJ9fUws9S7yRhRGbn9QIFLIipL1NXEJWjpnXe6PsrkJ
|
||||
pNV9Enmi6IG1/nYaJawOMvaRl11bJ40W6mpDhkMEupa7eWmIdV7izhInodUZY+RI
|
||||
VBnPvRS0p9Q1W+VskiMbvO4/iD8UyA1ovrhwVwCrSNkih5jlssWkZpbM22p8IhFu
|
||||
mLirA0kfOXm0yvHOlCekC30okIX6tNrPR7xA8iz43Y94IV0hQXLDLwixJ+MDrtQF
|
||||
aLBVRTRYUPD0R54PW+YMll38aRMUTQ==
|
||||
=B/eF
|
||||
-----END PGP SIGNATURE-----
|
3
kauth-5.99.0.tar.xz
Normal file
3
kauth-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36ba733733c8600b2b8ba7736dc78c3c4e817aa91c7bc91407b69d4be01bbf93
|
||||
size 91096
|
11
kauth-5.99.0.tar.xz.sig
Normal file
11
kauth-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VUMACgkQWNDuZIpI
|
||||
s7uwrQgAjyZOzov80QNeavyI3AgzHwWFmk8+5Dlbh6M3G/wYhShpQvb3AwNIrAsM
|
||||
tR0uS387HDWLObtrm18m2brkfTlaBY4DccGzpMotDpSsQSMT/Z7JsqVLvui+YG6W
|
||||
0+sRfYsz+qyyuDzEAyVBYhOm84K+QYiCTPd7dSg7Fn+g6FaiSBoYHoqGYGdvs4Ch
|
||||
yU8l3i+rhqRBLRqXhpoU620/mPb5R29znpSNf/tk9tneXlVpU3qzOnnd/CptSxuJ
|
||||
lyYxAqCXmReCvCX4bZXt0PNHBS3K1A+Dq+4IjU0dEUshTbYUUTWDlMwvmjZXn7d2
|
||||
cV1ag92eniEBaD2cxKfW5K9TpchgTg==
|
||||
=xFCF
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 15:55:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.99.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.99.0
|
||||
- Changes since 5.98.0:
|
||||
* .gitlab-ci.yml: enable static builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:16:44 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
12
kauth.spec
12
kauth.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Auth5
|
||||
%define _tar_path 5.98
|
||||
%define _tar_path 5.99
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: kauth
|
||||
Version: 5.98.0
|
||||
Version: 5.99.0
|
||||
Release: 0
|
||||
Summary: Framework which lets applications perform actions as a privileged user
|
||||
License: LGPL-2.1-or-later
|
||||
@ -41,10 +41,8 @@ BuildRequires: kf5-filesystem
|
||||
BuildRequires: libpolkit-qt5-1-devel
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
%if %{with released}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
|
||||
%description
|
||||
KAuth is a framework to let applications perform actions as a privileged user.
|
||||
@ -90,18 +88,14 @@ Development files.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with released}
|
||||
%find_lang kauth5 --with-qt --without-mo
|
||||
%endif
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%post -n libKF5AuthCore5 -p /sbin/ldconfig
|
||||
%postun -n libKF5AuthCore5 -p /sbin/ldconfig
|
||||
|
||||
%if %{with released}
|
||||
%files -n %{lname}-lang -f kauth5.lang
|
||||
%endif
|
||||
|
||||
%files -n %{lname}
|
||||
%dir %{_libexecdir}/kauth
|
||||
|
Loading…
x
Reference in New Issue
Block a user