From 77aef8440ebe39ac78b7208e764b941e2bb19d75 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Thu, 13 Jan 2022 11:32:17 +0800 Subject: [PATCH] enable sphinx-build because python-docutils was downgraded to 0.17.1 --- cmake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index abe3913..56a5c9b 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} %bcond_with bootstrap %bcond_without ncurses -%bcond_with sphinx +%bcond_without sphinx %bcond_without X11_test %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) @@ -11,7 +11,7 @@ Name: cmake Version: 3.22.0 -Release: 2 +Release: 3 Summary: Cross-platform make system License: BSD and MIT and zlib URL: http://www.cmake.org @@ -234,6 +234,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %exclude %{_pkgdocdir}/Copyright.txt %changelog +* Thu Jan 13 2022 panxiaohe - 3.22.0-3 +- enable sphinx-build + * Sat Jan 8 2022 panxiaohe - 3.22.0-2 - disable sphinx-build