SHA256
1
0
forked from pool/libnsl
Thorsten Kukuk 2021-08-16 12:57:31 +00:00 committed by Git OBS Bridge
parent e10c935b48
commit 5cb861a0cc

View File

@ -20,7 +20,7 @@
Name: libnsl
Version: 2.0.0
Release: 0
Summary: Network Support Library (NIS/NIS+)
Summary: Network Support Library (NIS)
License: LGPL-2.1-only
Group: Development/Libraries/C and C++
URL: http://github.com/thkukuk/libnsl
@ -34,33 +34,30 @@ BuildRequires: libtirpc-devel >= 1.0
%endif
%description
The Network Support Library for NIS/NIS+ was formerly part of glibc and
The Network Support Library for NIS(YP) was formerly part of glibc and
is now a standalone library. The big difference is, that this library
has support for IPv6.
The NIS+ code is deprecated and only provided "as is".
%package -n libnsl3
Summary: Network Support Library (NIS/NIS+)
Summary: Network Support Library (NIS)
Group: System/Libraries
%description -n libnsl3
The Network Support Library for NIS/NIS+ was formerly part of glibc and
The Network Support Library for NIS was formerly part of glibc and
is now a standalone library. The big difference is, that this library
has support for IPv6.
The NIS+ code is deprecated and only provided "as is".
%package devel
Summary: Development package for Network Support Library (NIS/NIS+)
Summary: Development package for Network Support Library (NIS)
Group: Development/Libraries/C and C++
Requires: libnsl3 = %{version}
Requires: pkgconfig(libtirpc) >= 1.0.1
%description devel
The Network Support Library for NIS/NIS+ was formerly part of glibc and
The Network Support Library for NIS was formerly part of glibc and
is now a standalone library. The big difference is, that this library
has support for IPv6.
This package contains all files to develop and link against libnsl.
The NIS+ API is deprecated and only provided "as is".
%prep
%setup -q