Accepting request 709368 from home:scarabeus_iv:branches:devel:libraries:c_c++

- Remove bundled gtest and do not test as the testing only
  works with bundled gtest version

OBS-URL: https://build.opensuse.org/request/show/709368
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rapidjson?expand=0&rev=10
This commit is contained in:
Thomas Bechtold 2019-06-12 10:45:19 +00:00 committed by Git OBS Bridge
parent 5fe70202d3
commit 87fa442659
4 changed files with 9 additions and 7 deletions

View File

@ -5,6 +5,7 @@
<param name="changesgenerate">enable</param>
<param name="filename">rapidjson</param>
<param name="versionformat">1.1.0+git%cd.%h</param>
<param name="exclude">thirdparty/*</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:251e0034b47160c897a3df3d98c530288d255fcf6393d333d79200de6e35cd7e
size 1491008
oid sha256:33dbb404ae501b879015ee73b6f7eeef20e163653c0e4d23fb1383ea57a12056
size 827716

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 12 10:15:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Remove bundled gtest and do not test as the testing only
works with bundled gtest version
-------------------------------------------------------------------
Thu Jun 06 08:16:06 UTC 2019 - tchvatal@suse.com

View File

@ -26,9 +26,7 @@ URL: http://rapidjson.org/
Source0: %{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: gtest
BuildRequires: pkgconfig
BuildRequires: valgrind
%description
RapidJSON is a JSON parser and generator for C++. It was inspired by RapidXml.
@ -70,9 +68,6 @@ sed -i -e 's:-Werror::g' CMakeLists.txt
%install
%cmake_install
%check
%ctest
%files devel
%doc CHANGELOG.md readme.md
%license license.txt