forked from pool/libnss_usrfiles
Accepting request 922128 from devel:kubic
- Install into _libdir [bsc#1191070] OBS-URL: https://build.opensuse.org/request/show/922128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnss_usrfiles?expand=0&rev=6
This commit is contained in:
parent
3adf8a1bf9
commit
d4f25a834b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 29 08:29:56 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Install into _libdir [bsc#1191070]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 13:28:54 CEST 2019 - kukuk@suse.de
|
Wed Aug 21 13:28:54 CEST 2019 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libnss_usrfiles
|
# spec file for package libnss_usrfiles
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -44,12 +44,12 @@ group, rpc, services, protocols and more.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libdir=/%{_lib}
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -v %{buildroot}/%{_lib}/%{name}.{a,la,so}
|
rm -v %{buildroot}%{_libdir}/%{name}.{a,la,so}
|
||||||
|
|
||||||
%post -n libnss_usrfiles2 -p /sbin/ldconfig
|
%post -n libnss_usrfiles2 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -58,6 +58,6 @@ rm -v %{buildroot}/%{_lib}/%{name}.{a,la,so}
|
|||||||
%files -n libnss_usrfiles2
|
%files -n libnss_usrfiles2
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
/%{_lib}/libnss_usrfiles.so.2*
|
%{_libdir}/libnss_usrfiles.so.2*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user