SHA256
1
0
forked from pool/libsodium
Ismail Dönmez 2015-10-18 16:08:14 +00:00 committed by Git OBS Bridge
parent 1ef387f644
commit 632583752e

View File

@ -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