From aca11f18c5ff69844fda1060500e0d5139d9ce60 Mon Sep 17 00:00:00 2001 From: shangyibin Date: Thu, 30 Dec 2021 19:59:49 +0800 Subject: [PATCH] add libjsoncpp.so.24 --- jsoncpp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jsoncpp.spec b/jsoncpp.spec index e2e9baf..10eb831 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,6 +1,6 @@ Name: jsoncpp Version: 1.9.5 -Release: 1 +Release: 2 Summary: JSON C++ library License: Public Domain or MIT URL: https://github.com/open-source-parsers/jsoncpp @@ -61,6 +61,8 @@ chmod 644 %{buildroot}%{_docdir}/%{name}/html/*.{html,png} touch %{buildroot}%{_docdir}/%{name}/html hardlink -cfv %{buildroot}%{_docdir}/%{name} +cp -a %{_libdir}/libjsoncpp.so.24 %RPM_BUILD_ROOT%{_libdir} + %check %make_build -C %{_vpath_builddir} jsoncpp_check @@ -88,6 +90,9 @@ hardlink -cfv %{buildroot}%{_docdir}/%{name} %changelog +* Thu Dec 30 2021 shangyibin - 1.9.5-2 +- add libjsoncpp.so.24 + * Wed Dec 22 2021 shangyibin - 1.9.5-1 - upgrade version to 1.9.5 -- Gitee