SHA256
3
0
forked from pool/cmake

Accepting request 500532 from home:pluskalm:branches:games:tools

- Use system rhash

OBS-URL: https://build.opensuse.org/request/show/500532
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=290
This commit is contained in:
Martin Pluskal 2017-06-02 07:15:50 +00:00 committed by Git OBS Bridge
parent e61bf327f8
commit d2164d5e8f
3 changed files with 7 additions and 2 deletions

View File

@ -38,6 +38,7 @@ BuildRequires: gcc-c++
BuildRequires: libarchive-devel >= 3.0.2
BuildRequires: libexpat-devel
BuildRequires: openssl-devel
BuildRequires: rhash-devel
# use libuv package for Leap and Tumbleweed
%if (0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse}))
BuildRequires: libuv-devel
@ -92,7 +93,6 @@ export CXXFLAGS="%{optflags}"
--sphinx-man \
--system-libs \
--no-system-jsoncpp \
--no-system-librhash \
--parallel=0%{jobs} \
--verbose \
--qt-gui \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 2 07:11:29 UTC 2017 - mpluskal@suse.com
- Use system rhash
-------------------------------------------------------------------
Tue May 2 20:58:12 UTC 2017 - foss@grueninger.de

View File

@ -45,6 +45,7 @@ BuildRequires: gcc-c++
BuildRequires: libarchive-devel >= 3.0.2
BuildRequires: libbz2-devel
BuildRequires: libexpat-devel
BuildRequires: rhash-devel
# use libuv package for Leap and Tumbleweed
%if (0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse}))
BuildRequires: libuv-devel
@ -90,7 +91,6 @@ export CXXFLAGS="%{optflags}"
--docdir=/share/doc/packages/%{name} \
--mandir=/share/man \
--system-libs \
--no-system-librhash \
--no-system-jsoncpp \
--parallel=0%{jobs} \
--verbose \