%global debug_package %{nil} %if 0%{?rhel} && 0%{?rhel} == 7 %global ctbin ctest3 %else %global ctbin ctest %endif Name: json Version: 3.6.1 Release: 2%{?dist} Summary: JSON for Modern C++ License: MIT ## Not installed # test/catch.hpp: Boost Software License, Version 1.0 URL: https://github.com/nlohmann/%{name} Source0: %{url}/archive/v%{version}.tar.gz BuildRequires: ninja-build BuildRequires: gcc-c++ %if 0%{?rhel} && 0%{?rhel} == 7 BuildRequires: cmake3 %else BuildRequires: cmake %endif %description This is a packages version of the nlohmann/json header-only C++ library available at Github. %package devel Summary: Development files for %{name} Provides: %{name}-static = %{version}-%{release} Provides: %{name} = %{version}-%{release} Requires: libstdc++-devel%{?_isa} %description devel The %{name}-devel package contains C++ header files for developing applications that use %{name}. %prep %autosetup mkdir -p %{_target_platform} sed -i 's@lib/@%{_libdir}/@g' CMakeLists.txt # Some tests are broken: https://github.com/nlohmann/json/issues/887 rm -f test/src/unit-regression.cpp %build pushd %{_target_platform} %if 0%{?rhel} && 0%{?rhel} == 7 %cmake3 -G Ninja \ %else %cmake -G Ninja \ %endif -DJSON_BuildTests=ON \ .. popd %ninja_build -C %{_target_platform} %check pushd %{_target_platform} %{ctbin} --output-on-failure popd %install %ninja_install -C %{_target_platform} ln -s nlohmann/%{name}.hpp %{buildroot}%{_includedir}/%{name}.hpp %files devel %doc README.md %license LICENSE.MIT %{_includedir}/nlohmann %{_includedir}/%{name}.hpp %{_libdir}/cmake/nlohmann_json %changelog * Thu Jul 25 2019 Fedora Release Engineering - 3.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Mar 21 2019 Vitaly Zaitsev - 3.6.1-1 - Updated to version 3.6.1. * Wed Mar 20 2019 Vitaly Zaitsev - 3.6.0-1 - Updated to version 3.6.0. * Mon Feb 04 2019 Vitaly Zaitsev - 3.5.0-3 - Fixed FTBFS on Fedora 30. * Fri Feb 01 2019 Fedora Release Engineering - 3.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 07 2019 Vitaly Zaitsev - 3.5.0-1 - Updated to version 3.5.0. * Mon Nov 05 2018 Vitaly Zaitsev - 3.4.0-1 - Updated to version 3.4.0. * Mon Oct 08 2018 Vitaly Zaitsev - 3.3.0-1 - Updated to version 3.3.0. * Thu Oct 04 2018 Vitaly Zaitsev - 3.2.0-3 - Fixed build under RHEL/CentOS 7 due to missing ctest executable. * Thu Oct 04 2018 Simone Caronni - 3.2.0-2 - Add support for RHEL/CentOS 7. - Remove unneeded build requirement. - Remove obsolete group tag. * Tue Aug 21 2018 Vitaly Zaitsev - 3.2.0-1 - Updated to version 3.2.0. * Wed Jul 25 2018 Vitaly Zaitsev - 3.1.2-2 - Added symlink to legacy path. * Tue Jul 17 2018 Vitaly Zaitsev - 3.1.2-1 - Updated to version 3.1.2. * Fri Jul 13 2018 Fedora Release Engineering - 2.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 2.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering - 2.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 2.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Aug 02 2016 Daniel Kopecek - 2.0.2-1 - update to latest upstream release v2.0.2 * Thu Jul 07 2016 Daniel Kopecek - 2.0.1-1 - update to latest upstream release v2.0.1 * Mon May 16 2016 Daniel Kopecek - 1.1.0-1 - update to latest upstream release v1.1.0 * Thu Feb 04 2016 Fedora Release Engineering - 0-7.20151110git3948630 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Daniel Kopecek - 0-6.20151110git3948630 - update to rev 3948630 * Wed Jun 17 2015 Fedora Release Engineering - 0-5.20150410gitd7d0509 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Apr 30 2015 Daniel Kopecek - 0-4.20150410gitd7d0509 - don't build the base package - removed a dot from the release tag - corrected -devel subpackage description * Tue Apr 14 2015 Daniel Kopecek - 0-3.20150410git.d7d0509 - added patch to fix compilation of json_unit with gcc-5.x * Tue Apr 14 2015 Daniel Kopecek - 0-2.20150410git.d7d0509 - run json_unit target from the check section - document catch.hpp license - don't build the debuginfo subpackage - don't generate a distribution specific pkg-config file * Fri Apr 10 2015 Daniel Kopecek - 0-1.20150410git.d7d0509 - Initial package