forked from pool/kauth
KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kauth?expand=0&rev=242
This commit is contained in:
parent
5454abfaef
commit
b795f10eae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e0062efe1838766890dee709b3ecd6767ced49173f9c149ac2ef492261fc9bd
|
|
||||||
size 88412
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprRQACgkQWNDuZIpI
|
|
||||||
s7smrwgAnAWNEtofoWgdjfRd3VH8/fEb2MhxIqVVgC8S5++/zg26NqmT/ICPIh86
|
|
||||||
NrJXaNwB/856dWpxdnGts+kY40r8miNh5ZUM8rx4g4pAO/gcVb1bnaeSZQuyMguR
|
|
||||||
ha69dOTgk3dLw7GUBln0S2psX9eHdUgs4wRszBgSldu0IdG7kxeYTh6vxh89Hxed
|
|
||||||
fWJsa+tWCBCVE2RScdPdAOz5qy6sGeshvu64o5/pvT1avoXm/WNIZXrVG80oWCVw
|
|
||||||
8ol3hU+vU2MvPXkElEuKgf6DEJmYDwnE/lYyEy+ru6ol3I8umX2JyxPkF4G1d6vI
|
|
||||||
2eZLLzPzM+sxVEEmXLl83jGaa2AfOw==
|
|
||||||
=HmvE
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kauth-5.82.0.tar.xz
Normal file
3
kauth-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00aac14b7a28040a7598ed661254fb4b8c20b0708fc3379461caff7bc8ff9104
|
||||||
|
size 88396
|
11
kauth-5.82.0.tar.xz.sig
Normal file
11
kauth-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaW8ACgkQWNDuZIpI
|
||||||
|
s7tVyQf+MMa/I8QgxQfDSpgJX+5WpFq2xt99VKmVvlrV8jJv6cg6v0oO9iFJ5Lj4
|
||||||
|
Kg3Of2EonesnLwujCCzedO7BUkZ3ALN7yeLz5vTg8lZmRSEj7dz7fdexrwv2Jfev
|
||||||
|
J1vE4826if2el/DtMeDp4Io/BcpWBxPBXeoEQ23bbA0dMbedkdYsJjjM2LUGrmhi
|
||||||
|
SCElRVv48/6oKIDaT4zyzV/qEjUkNPPj6yUHp7YBd29ZiiMjTM4MYelpX7dENCdV
|
||||||
|
ASGFlkYT91sT6SbqWJJ+ktO7fJToT1IgS7vUKa59ZIL2WfvdE497INkWYzbAYtBR
|
||||||
|
Tx3q7ai8Rn5EPHlLSboWICOe2Dlxew==
|
||||||
|
=yr3p
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 1 16:40:35 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.82.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||||
|
- No code change since 5.81.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 5 07:12:08 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Apr 5 07:12:08 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
20
kauth.spec
20
kauth.spec
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Auth5
|
%define lname libKF5Auth5
|
||||||
%define _tar_path 5.81
|
%define _tar_path 5.82
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kauth
|
Name: kauth
|
||||||
Version: 5.81.0
|
Version: 5.82.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Framework which lets applications perform actions as a privileged user
|
Summary: Framework which lets applications perform actions as a privileged user
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -41,10 +41,10 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: libpolkit-qt5-1-devel
|
BuildRequires: libpolkit-qt5-1-devel
|
||||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(Qt5DBus) >= 5.14.0
|
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
|
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -82,15 +82,15 @@ Development files.
|
|||||||
%lang_package -n %{lname}
|
%lang_package -n %{lname}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
|
%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang %{name}5 --with-qt --without-mo
|
%find_lang %{name}5 --with-qt --without-mo
|
||||||
|
Loading…
Reference in New Issue
Block a user