forked from pool/libnsl
This commit is contained in:
parent
e10c935b48
commit
5cb861a0cc
15
libnsl.spec
15
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
|
||||
|
Loading…
Reference in New Issue
Block a user