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:
parent
5fe70202d3
commit
87fa442659
1
_service
1
_service
@ -5,6 +5,7 @@
|
|||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="filename">rapidjson</param>
|
<param name="filename">rapidjson</param>
|
||||||
<param name="versionformat">1.1.0+git%cd.%h</param>
|
<param name="versionformat">1.1.0+git%cd.%h</param>
|
||||||
|
<param name="exclude">thirdparty/*</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="recompress">
|
<service mode="disabled" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:251e0034b47160c897a3df3d98c530288d255fcf6393d333d79200de6e35cd7e
|
oid sha256:33dbb404ae501b879015ee73b6f7eeef20e163653c0e4d23fb1383ea57a12056
|
||||||
size 1491008
|
size 827716
|
||||||
|
@ -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
|
Thu Jun 06 08:16:06 UTC 2019 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -26,9 +26,7 @@ URL: http://rapidjson.org/
|
|||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gtest
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: valgrind
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
RapidJSON is a JSON parser and generator for C++. It was inspired by RapidXml.
|
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
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%check
|
|
||||||
%ctest
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc CHANGELOG.md readme.md
|
%doc CHANGELOG.md readme.md
|
||||||
%license license.txt
|
%license license.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user