Name: cjson Version: 1.7.17 Release: 0%{?dist}.1sunshine Summary: Ultralightweight JSON parser in ANSI C License: MIT and ASL 2.0 URL: https://github.com/DaveGamble/cJSON Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: cmake%{?rhel:3} %description cJSON aims to be the dumbest possible parser that you can get your job done with. It's a single file of C, and a single header file. %package devel Summary: Development files for cJSON Requires: %{name}%{?_isa} = %{version}-%{release} Requires: pkgconfig Requires: cmake-filesystem %description devel The %{name}-devel package contains libraries and header files for developing applications that use cJSON. %prep %autosetup -n cJSON-%{version} %build %if 0%{?rhel} && 0%{?rhel} < 8 %global cmake %cmake3 %global cmake_build %cmake3_build %global cmake_install %cmake3_install %global ctest %ctest3 %endif %cmake -DENABLE_CJSON_TEST=ON -DENABLE_TARGET_EXPORT=ON -DENABLE_CJSON_UTILS=ON %cmake_build %install %cmake_install rm -f %{buildroot}%{_libdir}/*.{la,a} %check %ctest %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %license LICENSE %doc README.md %{_libdir}/libcjson*.so.* %files devel %doc CHANGELOG.md CONTRIBUTORS.md %{_libdir}/libcjson*.so %{_libdir}/pkgconfig/libcjson*.pc %{_libdir}/cmake/cJSON/ %{_includedir}/cjson/ %changelog * Wed Jan 10 2024 Moritz Barsnick 1.7.17-0.1sunshine - update to 1.7.17 * Thu Aug 10 2023 Moritz Barsnick 1.7.16-0.1sunshine - update to 1.7.16 - "properly" use cmake on RHEL - enable the cJSON_Utils library (BZ#2117773) * Wed Jul 19 2023 Fedora Release Engineering - 1.7.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Mar 01 2023 Petr Menšík - 1.7.15-1 - Update to 1.7.15 - Export also CMake module * Wed Jan 18 2023 Fedora Release Engineering - 1.7.14-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 20 2022 Fedora Release Engineering - 1.7.14-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 19 2022 Fedora Release Engineering - 1.7.14-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering - 1.7.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.7.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Dec 11 2020 Fabian Affolter - 1.7.14-2 - Adjust license tag, it's MIT and ASL 2.0 (#1905273) - Replace ldconfig scriplets - Fix requires: * Mon Dec 07 2020 Fabian Affolter - 1.7.14-1 - Initial package for Fedora