update to upstream version 5.90.0

This commit is contained in:
tanyulong2021 2022-02-12 14:43:59 +08:00
parent 73a0cf11e3
commit 89209a9eba
3 changed files with 17 additions and 8 deletions

Binary file not shown.

BIN
kauth-5.90.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: 2
Version: 5.90.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,11 +75,18 @@ 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
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0
* Thu Jan 13 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Dec 13 2021 weidong<weidong@uniontech.com> - 5.55.0-2
- Delete dist macro