automatic version update by autodist [release 1.9.2-1mamba;Tue Apr 07 2020]

This commit is contained in:
Automatic Build System 2024-01-06 00:21:26 +01:00
parent 2da60df7d9
commit 4d23876df9

View File

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