diff --git a/openucx.changes b/openucx.changes index 2f0207e..a94271d 100644 --- a/openucx.changes +++ b/openucx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 20 15:40:43 UTC 2018 - jengelh@inai.de + +- Use right documentation path. + ------------------------------------------------------------------- Fri Jan 19 10:12:04 UTC 2018 - nmoreychaisemartin@suse.com diff --git a/openucx.spec b/openucx.spec index 282b607..aadfe0c 100644 --- a/openucx.spec +++ b/openucx.spec @@ -137,7 +137,7 @@ export UCX_CFLAGS="$UCX_CFLAGS -mno-avx" %ifarch %ix86 export UCX_CFLAGS="$UCX_CFLAGS -mno-sse -mno-sse2" %endif -%configure --disable-static --without-avx +%configure --disable-static --without-avx --docdir="%_docdir/%name" make %{?_smp_mflags} V=1 %post -n libucp0 -p /sbin/ldconfig @@ -156,7 +156,7 @@ rm -fv "%buildroot/%_libdir"/*.la %files tools %defattr(-,root,root) %_bindir/ucx_* -%_datadir/doc/ucx/ +%_docdir/%name/ %_libdir/pkgconfig/ucx.pc %doc LICENSE