!14 copy the .so file of the old version.

Merge pull request !14 from shangyibin/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-05 14:06:03 +00:00 committed by Gitee
commit 5e77c087f8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: jsoncpp Name: jsoncpp
Version: 1.9.5 Version: 1.9.5
Release: 1 Release: 2
Summary: JSON C++ library Summary: JSON C++ library
License: Public Domain or MIT License: Public Domain or MIT
URL: https://github.com/open-source-parsers/jsoncpp 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 touch %{buildroot}%{_docdir}/%{name}/html
hardlink -cfv %{buildroot}%{_docdir}/%{name} hardlink -cfv %{buildroot}%{_docdir}/%{name}
cp -a %{_libdir}/libjsoncpp.so.* $RPM_BUILD_ROOT%{_libdir}
%check %check
%make_build -C %{_vpath_builddir} jsoncpp_check %make_build -C %{_vpath_builddir} jsoncpp_check
@ -88,6 +90,9 @@ hardlink -cfv %{buildroot}%{_docdir}/%{name}
%changelog %changelog
* Wed Jan 05 2022 shangyibin <shangyibin1@huawei.com> - 1.9.5-2
- copy the .so file of the old version.
* Wed Dec 22 2021 shangyibin <shangyibin1@huawei.com> - 1.9.5-1 * Wed Dec 22 2021 shangyibin <shangyibin1@huawei.com> - 1.9.5-1
- upgrade version to 1.9.5 - upgrade version to 1.9.5