diff --git a/cmake.spec b/cmake.spec index 23e6fefd7e551ccdc0e99980ac38ae380e2e91b6..70be477dd0e32a141fe6c39585d31c8d557e4745 100644 --- a/cmake.spec +++ b/cmake.spec @@ -11,7 +11,7 @@ Name: cmake Version: 3.22.0 -Release: 4 +Release: 5 Summary: Cross-platform make system License: BSD and MIT and zlib URL: http://www.cmake.org @@ -38,7 +38,7 @@ BuildRequires: python3-sphinx %endif %if %{without bootstrap} BuildRequires: bzip2-devel curl-devel expat-devel jsoncpp-devel libarchive-devel -BuildRequires: libuv-devel xz-devel zlib-devel cmake-rpm-macros +BuildRequires: xz-devel zlib-devel cmake-rpm-macros %endif Requires: cmake-data = %{version}-%{release} cmake-rpm-macros = %{version}-%{release} @@ -113,7 +113,7 @@ pushd build --docdir=/share/doc/cmake --mandir=/share/man \ --%{?with_bootstrap:no-}system-libs \ --parallel=`/usr/bin/getconf _NPROCESSORS_ONLN` \ - --no-system-librhash \ + --no-system-librhash --no-system-libuv \ %if %{with sphinx} --sphinx-man --sphinx-html \ %else @@ -235,6 +235,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %exclude %{_pkgdocdir}/Copyright.txt %changelog +* Sat Apr 2 2022 fuanan - 3.22.0-5 +- Remove libuv-devel from BuildRequires + * Wed Mar 2 2022 wangchen - 3.22.0-4 - Remove rhash-devel from BuildRequires