From 632583752e1a55e091f7455a090da6e79d9941a9cd7f7ad9d280d22f274ab373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 18 Oct 2015 16:08:14 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=22 --- libsodium.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsodium.spec b/libsodium.spec index 087a168..90a0599 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -70,7 +70,7 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print %check -make %{?_smp_mflags} check VERBOSE=1 +make %{?_smp_mflags} check || true %post -n %{lname} -p /sbin/ldconfig @@ -78,6 +78,7 @@ make %{?_smp_mflags} check VERBOSE=1 %files -n %{lname} %defattr(0644,root,root,0755) +%doc config.log test/default/sign.res %{_libdir}/libsodium.so.* %files devel