%{!?_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} # We don't want accidental SONAME bumps. %global so_ver 4 # Use 'commit' for snapshots and 'tag' for releases. %global commit 7fb8d56458b77a6701e8dd5217016cce3d886008 #global tag json-c-0.13.1-20180305 %global forgeurl https://github.com/json-c/json-c %forgemeta Name: json-c Version: 0.13.99 Release: 0.2%{?dist} Summary: JSON implementation in C License: MIT URL: %{forgeurl} Source0: %{forgesource} BuildRequires: cmake BuildRequires: gcc BuildRequires: make %ifarch %{valgrind_arches} BuildRequires: valgrind %endif %description JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. It aims to conform to RFC 7159. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. %package doc Summary: Reference manual for json-c BuildArch: noarch BuildRequires: doxygen BuildRequires: hardlink %description doc This package contains the reference manual for %{name}. %prep %forgeautosetup -p 1 %build mkdir -p %{_vpath_builddir} %cmake \ -DCMAKE_BUILD_TYPE:STRING=RELEASE \ -DCMAKE_C_FLAGS_RELEASE:STRING="" \ -DDISABLE_BSYMBOLIC:BOOL=OFF \ -DDISABLE_WERROR:BOOL=OFF \ -DENABLE_RDRAND:BOOL=OFF \ -DENABLE_THREADING:BOOL=ON \ -B $PWD/%{_vpath_builddir} \ -S $PWD %make_build -C %{_vpath_builddir} all doc %install %make_install -C %{_vpath_builddir} # Documentation mkdir -p %{buildroot}%{_pkgdocdir} cp -a %{_vpath_builddir}/doc/html ChangeLog README README.* \ %{buildroot}%{_pkgdocdir} hardlink -cvf %{buildroot}%{_pkgdocdir} %check pushd %{_vpath_builddir} ctest %{_smp_mflags} --output-on-failure popd %ldconfig_scriptlets %files %license AUTHORS %license COPYING %{_libdir}/lib%{name}.so.%{so_ver}* %files devel %doc %dir %{_pkgdocdir} %doc %{_pkgdocdir}/ChangeLog %doc %{_pkgdocdir}/README* %{_includedir}/%{name} %{_libdir}/cmake/%{name} %{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/%{name}.pc %files doc %if 0%{?fedora} || 0%{?rhel} >= 7 %license %{_datadir}/licenses/%{name}* %endif %doc %{_pkgdocdir} %changelog * Tue Apr 14 2020 Björn Esser - 0.13.99-0.2.20200414git7fb8d56 - Update to recent git snapshot * Tue Apr 14 2020 Björn Esser - 0.13.99-0.1.20200414gitab5425a - Update to recent git snapshot using forge macros * Sun Apr 12 2020 Björn Esser - 0.13.1-11 - Drop bootstrap logic, as the package is no dependency of @build anymore - Add some explicit BuildRequires, which were implicit - Small spec file cleanups * Sat Apr 11 2020 Björn Esser - 0.13.1-10 - Add explicit configure switch to disable rdrand - Add explicit configure switch to enable linking with Bsymbolic - Do not use macros to invoke executables - Drop obsolete %%pretrans scriptlet * Wed Jan 29 2020 Fedora Release Engineering - 0.13.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Nov 28 2019 Petr Menšík - 0.13.1-8 - Remove empty doc dir from library package * Wed Nov 06 2019 Miroslav Lichvar 0.13.1-7 - Disable rdrand support (#1745333) * Thu Jul 25 2019 Fedora Release Engineering - 0.13.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 26 2019 Björn Esser - 0.13.1-5 - Use hardlink without full path to the binary (#1721964) - Use new style bootstrap logic * Fri Feb 01 2019 Fedora Release Engineering - 0.13.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0.13.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue May 08 2018 Björn Esser - 0.13.1-2 - Add some cherry-picked fixes from upstream master * Tue Mar 06 2018 Björn Esser - 0.13.1-1 - New upstream release (rhbz#1552053) * Tue Mar 06 2018 Björn Esser - 0.13.1-0.1 - Bootstrapping for so-name bump * Wed Feb 07 2018 Fedora Release Engineering - 0.13-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Feb 02 2018 Igor Gnatenko - 0.13-6 - Switch to %%ldconfig_scriptlets * Thu Dec 14 2017 Björn Esser - 0.13-5 - Update patch fixing a segfault caused by possible invalid frees * Wed Dec 13 2017 Björn Esser - 0.13-4 - Add upstream patch fixing invalid free in some cases * Wed Dec 13 2017 Björn Esser - 0.13-3 - Add upstream patch for adding size_t json_c_object_sizeof() - Enable partial multi-threaded support * Mon Dec 11 2017 Björn Esser - 0.13-2 - Drop json_object_private.h * Mon Dec 11 2017 Björn Esser - 0.13-1 - New upstream release (rhbz#1524155) * Sun Dec 10 2017 Björn Esser - 0.13-0.1 - Bootstrapping for so-name bump - Keep json_object_private.h * Thu Aug 03 2017 Fedora Release Engineering - 0.12.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.12.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jul 03 2017 Björn Esser - 0.12.1-2 - Add patch to replace obsolete autotools macro * Thu Apr 27 2017 Björn Esser - 0.12.1-1 - Update to new upstream release - Introduces SONAME bump, that should have been in 0.12 already - Unify %%doc - General spec-file cleanup * Fri Feb 10 2017 Fedora Release Engineering - 0.12-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 0.12-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 0.12-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Aug 16 2014 Fedora Release Engineering - 0.12-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Tue Jul 29 2014 Christopher Meng - 0.12-4 - SONAME bump postponed. * Mon Jul 28 2014 Christopher Meng - 0.12-3 - SONAME bump, see bug 1123785 * Fri Jul 25 2014 Christopher Meng - 0.12-2 - NVR bump * Thu Jul 24 2014 Christopher Meng - 0.12-1 - Update to 0.12 * Sat Jul 12 2014 Tom Callaway - 0.11-8 - fix license handling * Sun Jun 08 2014 Fedora Release Engineering - 0.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Apr 09 2014 Susi Lehtola - 0.11-7 - Address CVE-2013-6371 and CVE-2013-6370 (BZ #1085676 and #1085677). - Enabled rdrand support. * Mon Feb 10 2014 Susi Lehtola - 0.11-6 - Bump spec. * Sat Dec 21 2013 Ville Skyttä - 0.11-5 - Run test suite during build. - Drop empty NEWS from docs. * Tue Sep 10 2013 Susi Lehtola - 0.11-4 - Remove default warning flags so that package builds on EPEL as well. * Sat Aug 24 2013 Remi Collet - 0.11-3 - increase parser strictness for php * Sat Aug 03 2013 Fedora Release Engineering - 0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Apr 29 2013 Remi Collet - 0.11-1 - update to 0.11 - fix source0 - enable both json and json-c libraries * Thu Feb 14 2013 Fedora Release Engineering - 0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Nov 24 2012 Jussi Lehtola - 0.10-2 - Compile and install json_object_iterator using Remi Collet's fix (BZ #879771). * Sat Nov 24 2012 Jussi Lehtola - 0.10-1 - Update to 0.10 (BZ #879771). * Thu Jul 19 2012 Fedora Release Engineering - 0.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jan 23 2012 Jiri Pirko - 0.9-4 - add json_tokener_parse_verbose, and return NULL on parser errors * Fri Jan 13 2012 Fedora Release Engineering - 0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Apr 06 2010 Jussi Lehtola - 0.9-1 - First release.