diff --git a/jsoncpp.spec b/jsoncpp.spec index 6538fd1..8edf170 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,6 +1,6 @@ %define pkgver %(echo %version | tr _ -) Name: jsoncpp -Version: 1.9.1 +Version: 1.9.2 Release: 1mamba Summary: An implementation of a JSON reader and writer in C++ Group: System/Libraries @@ -50,7 +50,10 @@ This package contains libraries and header files for developing applications tha %build %cmake -d build \ - -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/jsoncpp + -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/jsoncpp \ +%ifarch arm + -DJSONCPP_WITH_TESTS=OFF +%endif %make @@ -79,6 +82,9 @@ This package contains libraries and header files for developing applications tha %{_libdir}/cmake/jsoncpp/jsoncppConfig*.cmake %changelog +* Tue Apr 07 2020 Automatic Build System 1.9.2-1mamba +- automatic version update by autodist + * Mon Sep 16 2019 Automatic Build System 1.9.1-1mamba - automatic version update by autodist