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