update to upstream version 5.88.0
This commit is contained in:
parent
67067b5250
commit
450bc6cda9
Binary file not shown.
BIN
kauth-5.88.0.tar.xz
Normal file
BIN
kauth-5.88.0.tar.xz
Normal file
Binary file not shown.
@ -1,14 +1,15 @@
|
|||||||
|
%undefine __cmake_in_source_build
|
||||||
%global framework kauth
|
%global framework kauth
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.55.0
|
Version: 5.88.0
|
||||||
Release: 1%{?dist}
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user
|
Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user
|
||||||
|
|
||||||
License: LGPLv2+
|
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)
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
%if %{revision} >= 50
|
%if %{revision} >= 50
|
||||||
%global stable unstable
|
%global stable unstable
|
||||||
@ -61,10 +62,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
%files -f kauth5_qt.lang
|
%files -f kauth5_qt.lang
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license COPYING*
|
%license LICENSES/*.txt
|
||||||
%{_kf5_sysconfdir}/xdg/%{framework}.*
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
||||||
%{_kf5_libdir}/libKF5Auth.so.5*
|
%{_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_qtplugindir}/kauth/
|
||||||
%{_kf5_datadir}/kf5/kauth/
|
%{_kf5_datadir}/kf5/kauth/
|
||||||
%{_kf5_libexecdir}/kauth/
|
%{_kf5_libexecdir}/kauth/
|
||||||
@ -73,10 +75,14 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
%{_kf5_includedir}/kauth_version.h
|
%{_kf5_includedir}/kauth_version.h
|
||||||
%{_kf5_includedir}/KAuth/
|
%{_kf5_includedir}/KAuth/
|
||||||
%{_kf5_libdir}/libKF5Auth.so
|
%{_kf5_libdir}/libKF5Auth.so
|
||||||
|
%{_kf5_libdir}/libKF5AuthCore.so
|
||||||
%{_kf5_libdir}/cmake/KF5Auth/
|
%{_kf5_libdir}/cmake/KF5Auth/
|
||||||
%{_kf5_archdatadir}/mkspecs/modules/qt_KAuth.pri
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KAuth*.pri
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
|
||||||
- Init kf5-kauth project
|
- Init kf5-kauth project
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user