diff --git a/json-c.spec b/json-c.spec index 72cd12e..7f75a6f 100644 --- a/json-c.spec +++ b/json-c.spec @@ -13,7 +13,7 @@ Name: json-c Version: 0.13.99 -Release: 0.3%{?dist} +Release: 0.4%{?dist} Summary: JSON implementation in C License: MIT @@ -76,6 +76,10 @@ mkdir -p %{_vpath_builddir} %install %make_install -C %{_vpath_builddir} +# The config.h header file is not needed, and +# may be the cause for undesired trouble. +rm -f %{_includedir}/%{name}/config.h + # Documentation mkdir -p %{buildroot}%{_pkgdocdir} cp -a %{_vpath_builddir}/doc/html ChangeLog README README.* \ @@ -116,6 +120,9 @@ popd %changelog +* Mon Apr 20 2020 Björn Esser - 0.13.99-0.4.20200416gita911439 +- Remove config.h file from installation + * Thu Apr 16 2020 Björn Esser - 0.13.99-0.3.20200416gita911439 - Update to recent git snapshot