From d27268435ae2164fd7f9d5562e3b98a085aab7906c4213cdc4749179084e33c1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 22 Apr 2019 05:52:47 +0000 Subject: [PATCH] Accepting request 695824 from home:jengelh:branches:GNOME:Factory - Move libraries into the standard dir (/usr/lib*). nss_winbind already lives there, which I take as an indicator this move will work. OBS-URL: https://build.opensuse.org/request/show/695824 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nss-mdns?expand=0&rev=18 --- nss-mdns.changes | 7 +++++++ nss-mdns.spec | 16 +++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/nss-mdns.changes b/nss-mdns.changes index aae4ffc..d532355 100644 --- a/nss-mdns.changes +++ b/nss-mdns.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 18 18:12:46 UTC 2019 - Jan Engelhardt + +- Move libraries into the standard dir (/usr/lib*). + nss_winbind already lives there, which I take as an indicator + this move will work. + ------------------------------------------------------------------- Thu Mar 28 20:11:00 UTC 2019 - Bjørn Lie diff --git a/nss-mdns.spec b/nss-mdns.spec index 0dfb70f..e871dc8 100644 --- a/nss-mdns.spec +++ b/nss-mdns.spec @@ -52,9 +52,7 @@ hostnames and addresses and makes use of its superior record cacheing. %autosetup -p1 %build -%configure \ - --libdir=/%{_lib} \ - %{nil} +%configure %make_build %install @@ -83,11 +81,11 @@ fi %license LICENSE %doc README.md NEWS.md ACKNOWLEDGEMENTS.md %{_sbindir}/nss-mdns-config -/%{_lib}/libnss_mdns.so.2 -/%{_lib}/libnss_mdns_minimal.so.2 -/%{_lib}/libnss_mdns4.so.2 -/%{_lib}/libnss_mdns4_minimal.so.2 -/%{_lib}/libnss_mdns6.so.2 -/%{_lib}/libnss_mdns6_minimal.so.2 +%{_libdir}/libnss_mdns.so.2 +%{_libdir}/libnss_mdns_minimal.so.2 +%{_libdir}/libnss_mdns4.so.2 +%{_libdir}/libnss_mdns4_minimal.so.2 +%{_libdir}/libnss_mdns6.so.2 +%{_libdir}/libnss_mdns6_minimal.so.2 %changelog