From cdafce350d19c4a49496e75e919eb40d5294290400316de77a0c7e5852b6a2c1 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 7 Oct 2016 10:30:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=35 --- jsoncpp.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jsoncpp.spec b/jsoncpp.spec index f93ea98..77644d9 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -74,7 +74,7 @@ format to store user input files. -DJSONCPP_WITH_CMAKE_PACKAGE=ON # path needs to be exported otherwise unit tests will fail export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/%{name}-%{version}/build/src/lib_json -make %{?_smp_mflags} +%make_jobs %install %cmake_install @@ -86,7 +86,8 @@ rm -rf %{buildroot}%{_libdir}/lib%{name}.a %files -n lib%{name}%{sover} %defattr(-,root,root) %doc LICENSE -%{_libdir}/lib%{name}.so.* +%{_libdir}/lib%{name}.so.%{sover}* +%{_libdir}/lib%{name}.so.%{version} %files devel %defattr(-,root,root)