!38 Remove rhash-devel from BuildRequires
From: @wangchen2020 Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
5e48d45c16
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 3.22.0
|
Version: 3.22.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Cross-platform make system
|
Summary: Cross-platform make system
|
||||||
License: BSD and MIT and zlib
|
License: BSD and MIT and zlib
|
||||||
URL: http://www.cmake.org
|
URL: http://www.cmake.org
|
||||||
@ -38,7 +38,7 @@ BuildRequires: python3-sphinx
|
|||||||
%endif
|
%endif
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
BuildRequires: bzip2-devel curl-devel expat-devel jsoncpp-devel libarchive-devel
|
BuildRequires: bzip2-devel curl-devel expat-devel jsoncpp-devel libarchive-devel
|
||||||
BuildRequires: libuv-devel rhash-devel xz-devel zlib-devel cmake-rpm-macros
|
BuildRequires: libuv-devel xz-devel zlib-devel cmake-rpm-macros
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: cmake-data = %{version}-%{release} cmake-rpm-macros = %{version}-%{release}
|
Requires: cmake-data = %{version}-%{release} cmake-rpm-macros = %{version}-%{release}
|
||||||
@ -113,6 +113,7 @@ pushd build
|
|||||||
--docdir=/share/doc/cmake --mandir=/share/man \
|
--docdir=/share/doc/cmake --mandir=/share/man \
|
||||||
--%{?with_bootstrap:no-}system-libs \
|
--%{?with_bootstrap:no-}system-libs \
|
||||||
--parallel=`/usr/bin/getconf _NPROCESSORS_ONLN` \
|
--parallel=`/usr/bin/getconf _NPROCESSORS_ONLN` \
|
||||||
|
--no-system-librhash \
|
||||||
%if %{with sphinx}
|
%if %{with sphinx}
|
||||||
--sphinx-man --sphinx-html \
|
--sphinx-man --sphinx-html \
|
||||||
%else
|
%else
|
||||||
@ -234,6 +235,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%exclude %{_pkgdocdir}/Copyright.txt
|
%exclude %{_pkgdocdir}/Copyright.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 2 2022 wangchen <wangchen137@h-partners.com> - 3.22.0-2
|
||||||
|
- Remove rhash-devel from BuildRequires
|
||||||
|
|
||||||
* Sat Feb 12 2022 wangchen <wangchen137@h-partners.com> - 3.22.0-1
|
* Sat Feb 12 2022 wangchen <wangchen137@h-partners.com> - 3.22.0-1
|
||||||
- Update to 3.22.0
|
- Update to 3.22.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user