From 435e4304fae2df83f1824467867471362f353e19 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Mon, 30 Apr 2012 23:17:30 +0200 Subject: [PATCH] man-db: Disabled rpath and moved libs. Added dependency for xz. Fixes #10105 #10106 --- man-db/man-db.nm | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/man-db/man-db.nm b/man-db/man-db.nm index 255c0ede1..224fe0a23 100644 --- a/man-db/man-db.nm +++ b/man-db/man-db.nm @@ -5,7 +5,7 @@ name = man-db version = 2.6.1 -release = 1 +release = 2 groups = Documentation url = http://savannah.nongnu.org/projects/man-db @@ -32,23 +32,22 @@ build configure_options += \ --disable-setuid \ - --with-browser=/usr/bin/lynx \ - --with-col=/usr/bin/col \ - --with-vgrind=/usr/bin/vgrind \ - --with-grap=/usr/bin/grap + --with-browser=%{bindir}/lynx \ + --with-col=%{bindir}/col \ + --with-vgrind=%{bindir}/vgrind \ + --with-grap=%{bindir}/grap \ + --disable-rpath prepare_cmds sed -i -e '\%\t/usr/man%d' -e '\%\t/usr/local/man%d' \ src/man_db.conf.in end -end -# This package installs a lib in /usr/lib/man-db and links all binaries -# against it. Seems as if the ABI is not stable, yet and so we need to -# accept that. -quality-agent - whitelist_rpath - %{libdir}/man-db + install_cmds + # Move some libs + mv -v %{BUILDROOT}%{libdir}/man-db/* %{BUILDROOT}%{libdir}/ + rm -rf %{BUILDROOTi}%{libdir}/man-db/ + end end @@ -59,6 +58,7 @@ packages requires groff less + xz end # This package also should be known as man. -- 2.39.2