!9 update to upstream version 5.88.0

Merge pull request !9 from pei-jiankang/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-26 08:31:54 +00:00 committed by Gitee
commit fdfebd2ade
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 14 additions and 8 deletions

Binary file not shown.

BIN
kauth-5.88.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,14 +1,15 @@
%undefine __cmake_in_source_build
%global framework kauth
Name: kf5-%{framework}
Version: 5.55.0
Release: 1%{?dist}
Version: 5.88.0
Release: 1
Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user
License: LGPLv2+
URL: https://cgit.kde.org/%{framework}.git
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin 5.55
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
@ -61,10 +62,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files -f kauth5_qt.lang
%doc README.md
%license COPYING*
%{_kf5_sysconfdir}/xdg/%{framework}.*
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_libdir}/libKF5Auth.so.5*
%{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
%{_kf5_libdir}/libKF5AuthCore.so.5*
%{_kf5_datadir}/dbus-1/system.d/org.kde.kf5auth.conf
%{_kf5_qtplugindir}/kauth/
%{_kf5_datadir}/kf5/kauth/
%{_kf5_libexecdir}/kauth/
@ -73,10 +75,14 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_includedir}/kauth_version.h
%{_kf5_includedir}/KAuth/
%{_kf5_libdir}/libKF5Auth.so
%{_kf5_libdir}/libKF5AuthCore.so
%{_kf5_libdir}/cmake/KF5Auth/
%{_kf5_archdatadir}/mkspecs/modules/qt_KAuth.pri
%{_kf5_archdatadir}/mkspecs/modules/qt_KAuth*.pri
%changelog
* Thu Jan 13 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
- Init kf5-kauth project