From 936151ea1e4a819901cc101c4610ae146d47a55b11d93e9a536a4e862da35bbe Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 20 Jan 2018 15:40:56 +0000 Subject: [PATCH] - Use right documentation path. OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=15 --- openucx.changes | 5 +++++ openucx.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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