Update to upstream version 5.100.0

(cherry picked from commit b46dc658ae030ca0eea6db9e736be3a010486f0e)
This commit is contained in:
jxy_git 2022-12-12 15:42:39 +08:00 committed by openeuler-sync-bot
parent 57906ba74f
commit f30e941d46
3 changed files with 6 additions and 7 deletions

BIN
kdoctools-5.100.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -8,7 +8,7 @@
%endif %endif
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.97.0 Version: 5.100.0
Release: 1 Release: 1
Summary: KDE Frameworks 5 Tier 2 addon for generating documentation Summary: KDE Frameworks 5 Tier 2 addon for generating documentation
@ -60,7 +60,6 @@ developing applications that use %{name}.
%prep %prep
%autosetup -n %{framework}-%{version} -p1 %autosetup -n %{framework}-%{version} -p1
%build %build
mkdir %{_target_platform} mkdir %{_target_platform}
pushd %{_target_platform} pushd %{_target_platform}
@ -69,20 +68,17 @@ popd
%make_build -C %{_target_platform} %make_build -C %{_target_platform}
%install %install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform} make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang %{name} --all-name --with-man %{?_with_html} %find_lang %{name} --all-name --with-man %{?_with_html}
%check %check
%if 0%{?tests} %if 0%{?tests}
export CTEST_OUTPUT_ON_FAILURE=1 export CTEST_OUTPUT_ON_FAILURE=1
make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||:
%endif %endif
%ldconfig_scriptlets %ldconfig_scriptlets
%files -f %{name}.lang %files -f %{name}.lang
@ -106,6 +102,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||:
%changelog %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 * Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
- update to upstream version 5.97.0 - update to upstream version 5.97.0
@ -115,11 +114,11 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||:
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1 * Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0 - 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 - update to upstream version 5.88.0
* Thu Nov 5 2020 douyan <douyan@kylinos.cn> - 5.55.0-2 * Thu Nov 5 2020 douyan <douyan@kylinos.cn> - 5.55.0-2
- remove perl(Any::URI::Escape) dependency - remove perl(Any::URI::Escape) dependency
* 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-kdoctools project - Init kf5-kdoctools project