From 5cb861a0ccdc1ee75b6892990508c64048f12ad2c5b71232a36b0d596ba03dff Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 16 Aug 2021 12:57:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/network:NIS/libnsl?expand=0&rev=34 --- libnsl.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/libnsl.spec b/libnsl.spec index a7ba8b9..87fb234 100644 --- a/libnsl.spec +++ b/libnsl.spec @@ -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