3adf8a1bf9
- Remove post %install section to make it generic useable OBS-URL: https://build.opensuse.org/request/show/725012 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnss_usrfiles?expand=0&rev=5
64 lines
1.8 KiB
RPMSpec
64 lines
1.8 KiB
RPMSpec
#
|
|
# spec file for package libnss_usrfiles
|
|
#
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: libnss_usrfiles
|
|
Version: 2.27
|
|
Release: 0
|
|
Summary: NSS usrfiles plugin for glibc
|
|
License: LGPL-2.1-only
|
|
Group: System/Base
|
|
URL: http://github.com/kubic-project/libnss_usrfiles
|
|
Source: %{name}-%{version}.tar.xz
|
|
Source1: baselibs.conf
|
|
BuildRequires: autoconf
|
|
BuildRequires: libtool
|
|
|
|
%description
|
|
The NSS usrfiles plugin additionally looks in /usr/etc for passwd,
|
|
group, rpc, services, protocols and more.
|
|
|
|
%package -n libnss_usrfiles2
|
|
Summary: NSS usrfiles plugin for glibc
|
|
Group: System/Libraries
|
|
|
|
%description -n libnss_usrfiles2
|
|
The NSS usrfiles plugin additionally looks in /usr/etc for passwd,
|
|
group, rpc, services, protocols and more.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure --libdir=/%{_lib}
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
rm -v %{buildroot}/%{_lib}/%{name}.{a,la,so}
|
|
|
|
%post -n libnss_usrfiles2 -p /sbin/ldconfig
|
|
|
|
%postun -n libnss_usrfiles2 -p /sbin/ldconfig
|
|
|
|
%files -n libnss_usrfiles2
|
|
%license COPYING
|
|
%doc README.md
|
|
/%{_lib}/libnss_usrfiles.so.2*
|
|
|
|
%changelog
|