2017-04-18 13:49:51 +02:00
|
|
|
#
|
|
|
|
# spec file for package libnss_usrfiles
|
|
|
|
#
|
2019-02-15 10:02:45 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2017-04-18 13:49:51 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-02-15 10:02:45 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-04-18 13:49:51 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: libnss_usrfiles
|
2019-02-15 10:02:45 +01:00
|
|
|
Version: 2.27
|
2017-04-18 13:49:51 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: NSS usrfiles plugin for glibc
|
2018-03-19 23:39:26 +01:00
|
|
|
License: LGPL-2.1-only
|
2017-04-18 13:49:51 +02:00
|
|
|
Group: System/Base
|
2019-02-15 10:02:45 +01:00
|
|
|
URL: http://github.com/kubic-project/libnss_usrfiles
|
|
|
|
Source: %{name}-%{version}.tar.xz
|
2017-04-18 13:49:51 +02:00
|
|
|
Source1: baselibs.conf
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
%description
|
2019-08-22 10:54:22 +02:00
|
|
|
The NSS usrfiles plugin additionally looks in /usr/etc for passwd,
|
|
|
|
group, rpc, services, protocols and more.
|
2017-04-18 13:49:51 +02:00
|
|
|
|
|
|
|
%package -n libnss_usrfiles2
|
|
|
|
Summary: NSS usrfiles plugin for glibc
|
2018-01-09 14:55:12 +01:00
|
|
|
Group: System/Libraries
|
2017-04-18 13:49:51 +02:00
|
|
|
|
|
|
|
%description -n libnss_usrfiles2
|
2019-08-22 10:54:22 +02:00
|
|
|
The NSS usrfiles plugin additionally looks in /usr/etc for passwd,
|
|
|
|
group, rpc, services, protocols and more.
|
2017-04-18 13:49:51 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --libdir=/%{_lib}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2018-03-19 23:39:26 +01:00
|
|
|
%make_install
|
2017-04-18 13:49:51 +02:00
|
|
|
rm -v %{buildroot}/%{_lib}/%{name}.{a,la,so}
|
|
|
|
|
2019-08-22 10:54:22 +02:00
|
|
|
%post -n libnss_usrfiles2 -p /sbin/ldconfig
|
2017-04-18 13:49:51 +02:00
|
|
|
|
2019-08-22 10:54:22 +02:00
|
|
|
%postun -n libnss_usrfiles2 -p /sbin/ldconfig
|
2017-04-18 13:49:51 +02:00
|
|
|
|
|
|
|
%files -n libnss_usrfiles2
|
2018-03-19 23:39:26 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc README.md
|
2017-04-18 13:49:51 +02:00
|
|
|
/%{_lib}/libnss_usrfiles.so.2*
|
|
|
|
|
|
|
|
%changelog
|