3
0
libnss_usrfiles/libnss_usrfiles.spec

64 lines
1.7 KiB
RPMSpec

#
# spec file for package libnss_usrfiles
#
# Copyright (c) 2024 SUSE LLC
#
# 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.1
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
%autosetup
%build
%configure
make %{?_smp_mflags}
%install
%make_install
rm -v %{buildroot}%{_libdir}/%{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
%{_libdir}/libnss_usrfiles.so.2*
%changelog