update to 5.100

This commit is contained in:
huayadong 2023-04-19 15:23:41 +08:00
parent dd3c4c657c
commit 9a9ed4f606
3 changed files with 9 additions and 7 deletions

BIN
kauth-5.100.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
%global framework kauth
Name: kf5-%{framework}
Version: 5.97.0
Version: 5.100.0
Release: 1
Summary: KDE Frameworks 5 Tier 2 integration module to perform actions as privileged user
@ -37,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}
@ -51,13 +49,11 @@ 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
@ -82,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Mon Dec 12 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.100.0-1
- Update to upstream version 5.100.0
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
- update to upstream version 5.97.0
@ -91,8 +90,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
* 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
* Thu Jan 13 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.88.0-1
- update to upstream version 5.88.0
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
* Mon Dec 13 2021 weidong<weidong@uniontech.com> - 5.55.0-2
- Delete dist macro
* Thu Jul 23 2020 wangmian <wangmian@kylinos.cn> - 5.55.0-1
- Init kf5-kauth project