diff --git a/kdoctools-5.100.0.tar.xz b/kdoctools-5.100.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..5402cd7c5eddcd9e542fa16465c1bf898e6540b5 Binary files /dev/null and b/kdoctools-5.100.0.tar.xz differ diff --git a/kdoctools-5.95.0.tar.xz b/kdoctools-5.95.0.tar.xz deleted file mode 100644 index 369800fd1bb2ed93f49a8036ec2dd5c27fdbfe43..0000000000000000000000000000000000000000 Binary files a/kdoctools-5.95.0.tar.xz and /dev/null differ diff --git a/kf5-kdoctools.spec b/kf5-kdoctools.spec old mode 100755 new mode 100644 index 4f206b471d732fde37fc22e6fa7c7a32545fcdf8..26c3a4d37d7de633db8eab88ae9a38a709efd7e3 --- a/kf5-kdoctools.spec +++ b/kf5-kdoctools.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.95.0 +Version: 5.100.0 Release: 1 Summary: KDE Frameworks 5 Tier 2 addon for generating documentation @@ -60,7 +60,6 @@ developing applications that use %{name}. %prep %autosetup -n %{framework}-%{version} -p1 - %build mkdir %{_target_platform} pushd %{_target_platform} @@ -69,20 +68,17 @@ popd %make_build -C %{_target_platform} - %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang %{name} --all-name --with-man %{?_with_html} - %check %if 0%{?tests} export CTEST_OUTPUT_ON_FAILURE=1 make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %endif - %ldconfig_scriptlets %files -f %{name}.lang @@ -106,17 +102,23 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %changelog +* 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 + * Tue Jul 05 2022 loong_C - 5.95.0-1 - update to upsttream 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 +* Thu Jan 13 2022 pei-jiankang - 5.88.0-1 - update to upstream version 5.88.0 * Thu Nov 5 2020 douyan - 5.55.0-2 - remove perl(Any::URI::Escape) dependency -* Thu Jul 23 2020 wangmian - 5.55.0-1 +* Thu Jul 23 2020 wangmian - 5.55.0-1 - Init kf5-kdoctools project diff --git a/kf5-kdoctools.yaml b/kf5-kdoctools.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f5e91694cf3eadbdde306c8bbf4c1cde16a840c6 --- /dev/null +++ b/kf5-kdoctools.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://invent.kde.org/frameworks/kdoctools.git +tag_prefix: "^v" +separator: "."