- Update to version 1.0.4
- better compatibility with glibc yppasswd.h - Update to version 1.0.3 - export some private functions for libnss_nisplus - Update to version 1.0.2 - remove obsolete prototypes from public header files - add missing header files OBS-URL: https://build.opensuse.org/package/show/network:NIS/libnsl?expand=0&rev=5
This commit is contained in:
parent
828615eb86
commit
ef875abffa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09ec5b836ccd177e932ec3dda40b43142bc83e646c3a01ac48b943aefed301ee
|
|
||||||
size 374212
|
|
3
libnsl-1.0.4.tar.bz2
Normal file
3
libnsl-1.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cfeed2dffa165dee7b1a566d99fb407a10eebc0d1dc6980f13efe1ee59814868
|
||||||
|
size 375410
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 8 18:04:20 CET 2016 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.0.4
|
||||||
|
- better compatibility with glibc yppasswd.h
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 17 10:53:42 CET 2016 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.0.3
|
||||||
|
- export some private functions for libnss_nisplus
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 15 16:02:57 CET 2016 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.0.2
|
||||||
|
- remove obsolete prototypes from public header files
|
||||||
|
- add missing header files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 20 14:54:47 CET 2016 - kukuk@suse.de
|
Wed Jan 20 14:54:47 CET 2016 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libnsl
|
Name: libnsl
|
||||||
Version: 1.0.1
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Network Support Library (NIS/NIS+)
|
Summary: Network Support Library (NIS/NIS+)
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
@ -25,7 +25,9 @@ Group: System/Libraries
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
%if 0%{?suse_version} >= 1310
|
||||||
BuildRequires: libtirpc-devel >= 1.0
|
BuildRequires: libtirpc-devel >= 1.0
|
||||||
|
%endif
|
||||||
Url: http://github.com/thkukuk/libnsl
|
Url: http://github.com/thkukuk/libnsl
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
@ -78,8 +80,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{__ln_s} -v /%{_lib}/%{name}.so.2 %{buildroot}%{_libdir}/nsl/%{name}.so
|
%{__ln_s} -v /%{_lib}/%{name}.so.2 %{buildroot}%{_libdir}/nsl/%{name}.so
|
||||||
%{__mv} -v $RPM_BUILD_ROOT/%{_libdir}/nsl/pkgconfig $RPM_BUILD_ROOT/%{_libdir}
|
%{__mv} -v $RPM_BUILD_ROOT/%{_libdir}/nsl/pkgconfig $RPM_BUILD_ROOT/%{_libdir}
|
||||||
|
|
||||||
%clean
|
%check
|
||||||
rm -rf $RPM_BUILD_ROOT
|
make check
|
||||||
|
|
||||||
%post -n libnsl2 -p /sbin/ldconfig
|
%post -n libnsl2 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user