diff --git a/kauth-5.100.0.tar.xz b/kauth-5.100.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..e5f5121a0f17c8180d3515bb2fb4e525424b3149 Binary files /dev/null and b/kauth-5.100.0.tar.xz differ diff --git a/kauth-5.55.0.tar.xz b/kauth-5.55.0.tar.xz deleted file mode 100644 index a649e577160f737dfd4348accb702f978c0b01e1..0000000000000000000000000000000000000000 Binary files a/kauth-5.55.0.tar.xz and /dev/null differ diff --git a/kf5-kauth.spec b/kf5-kauth.spec index 064b4a131fac6447ea479e32e83a92ef99e2dd76..68e523e736b4f7751394eebd7314c5c8ffaf7ea0 100644 --- a/kf5-kauth.spec +++ b/kf5-kauth.spec @@ -1,14 +1,15 @@ +%undefine __cmake_in_source_build %global framework kauth Name: kf5-%{framework} -Version: 5.55.0 -Release: 1%{?dist} +Version: 5.100.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 @@ -36,11 +37,9 @@ Requires: kf5-kcoreaddons-devel >= %{majmin} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. - %prep %autosetup -n %{framework}-%{version} -p1 - %build mkdir %{_target_platform} pushd %{_target_platform} @@ -50,33 +49,52 @@ popd %make_build -C %{_target_platform} - %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang_kf5 kauth5_qt - %ldconfig_scriptlets %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/ %files devel -%{_kf5_includedir}/kauth_version.h %{_kf5_includedir}/KAuth/ +%{_kf5_includedir}/KAuthCore/ +%{_kf5_includedir}/KAuthWidgets/ %{_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 Jul 23 2020 wangmian - 5.55.0-1 +* Mon Dec 12 2022 jiangxinyu - 5.100.0-1 +- Update to upstream version 5.100.0 + +* Mon Sep 05 2022 liweiganga - 5.97.0-1 +- update to upstream version 5.97.0 + +* Mon Jul 04 2022 loong_C - 5.95.0-1 +- update to upstream version 5.95.0 + +* Sat Feb 12 2022 tanyulong - 5.90.0-1 +- update to upstream version 5.90.0 + +* Thu Jan 13 2022 pei-jiankang - 5.88.0-1 +- update to upstream version 5.88.0 + +* Mon Dec 13 2021 weidong - 5.55.0-2 +- Delete dist macro + +* Thu Jul 23 2020 wangmian - 5.55.0-1 - Init kf5-kauth project diff --git a/kf5-kauth.yaml b/kf5-kauth.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6e838b3a5db924612c696e6d38ff65764a4121c6 --- /dev/null +++ b/kf5-kauth.yaml @@ -0,0 +1,4 @@ +version_control: gitlab +src_repo: https://invent.kde.org/frameworks/kauth.git +tag_prefix: "^v" +separator: "."