Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 5784e8a31a25781cc017466341e3a836 > files > 4

yp-tools-2.9-4mdv2007.0.src.rpm

Summary: NIS (or YP) client programs
Name: yp-tools
Version: 2.9
Release: %mkrel 4
License: GPL
Group: System/Configuration/Networking
Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2
Source1: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2.sign
Patch1: yp-tools-2.7-md5.patch.bz2
Url: http://www.linux-nis.org/nis/
Requires: ypbind
Buildroot: %{_tmppath}/%{name}-root

%description
The Network Information Service (NIS) is a system which provides
network information (login names, passwords, home directories, group
information) to all of the machines on a network.  NIS can enable
users to login on any machine on the network, as long as the machine
has the NIS client programs running and the user's password is
recorded in the NIS passwd database.  NIS was formerly known as Sun
Yellow Pages (YP).

This package's NIS implementation is based on FreeBSD's YP and is a
special port for glibc 2.x and libc versions 5.4.21 and later.  This
package only provides the NIS client programs.  In order to use the
clients, you'll need to already have an NIS server running on your
network. An NIS server is provided in the ypserv package.

Install the yp-tools package if you need NIS client programs for machines
on your network.  You will also need to install the ypbind package on
every machine running NIS client programs.  If you need an NIS server,
you'll need to install the ypserv package on one machine on the network.

%prep
%setup -q
%patch1 -p1 -b .md5

%build
%configure --disable-domainname
%make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR="$RPM_BUILD_ROOT" install

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,0755)
%defattr(-,root,root)
%doc AUTHORS COPYING README ChangeLog NEWS etc/nsswitch.conf
%doc THANKS TODO
%attr(0755, root, root) %{_bindir}/*
%{_mandir}/*/*
%attr(0755, root, root) %{_sbindir}/*
/var/yp/nicknames


%changelog
* Fri Jul 21 2006 Olivier Thauvin <nanardon@mandriva.org>
+ 07/21/06 10:46:17 (41833)
- rebuild

* Fri Jul 21 2006 Olivier Thauvin <nanardon@mandriva.org>
+ 07/21/06 10:44:38 (41830)
Import yp-tools

* Wed Oct 19 2005 Olivier Thauvin <nanardon@mandriva.org> 2.9-3mdk
- Fix non standard perm (rpmlint)

* Wed Oct 19 2005 Olivier Thauvin <nanardon@mandriva.org> 2.9-2mdk
- rebuild

* Wed Aug 25 2004 Frederic Lepied <flepied@mandrakesoft.com> 2.9-1mdk
- New release 2.9

* Sun Jul 20 2003 Frederic Lepied <flepied@mandrakesoft.com> 2.8-2mdk
- removed Obsoletes/Provides yppasswd and yp-clients (Andi Payn)

* Fri Feb 07 2003 Frederic Lepied <flepied@mandrakesoft.com> 2.8-1mdk
- removed patch2 (merged upstream)
- 2.8

* Wed Dec 04 2002 Frederic Lepied <flepied@mandrakesoft.com> 2.7-1mdk
- updated URL
- 2.7

* Mon Dec 03 2001 Stefan van der Eijk <stefan@eijk.nu> 2.6-2mdk
- Removed %%dir /var/yp from %%files (directory owned by filesystem)

* Thu Nov 29 2001 Frederic Lepied <flepied@mandrakesoft.com> 2.6-1mdk
- 2.6

* Thu Jul 26 2001 Frederic Lepied <flepied@mandrakesoft.com> 2.5-1mdk
- 2.5

* Mon Oct 09 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 2.4-1mdk
- Merging with redhat changes.
- 2.4.

* Sun Aug 27 2000 Frederic Lepied <flepied@mandrakesoft.com> 2.3-7mdk
- corrected URL.
- use %%find_lang

* Thu Jul 27 2000 Geoffrey Lee <snailtalk@mandrakesoft.com> 2.3-6mdk
- macroszifications
- rebuild for the BM

* Mon Apr 17 2000 Warly <warly@mandrakesoft.com> 2.3-5mdk
- New group: System/Configuration/Networking

* Wed Mar 29 2000 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.3-4mdk
- new group scheme
- use spechelper

* Thu Oct 28 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
- Merge with rh patchs.

* Fri Jul 16 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
- added various summary/descriptions (fr/de/tr)
- removed "make distclean" from %clean
- 2.3 :
	1999-05-18  Thorsten Kukuk  <kukuk@suse.de>
        * release version 2.3
        * src/ypcat.c (print_data): Mark indata as unused.
	1999-05-01  Thorsten Kukuk  <kukuk@suse.de>
        * man/nicknames.5.in: Fix typo.
	1999-02-28  Thorsten Kukuk  <kukuk@suse.de>
        * src/yppasswd.c: Add prototype for getrpcport if needed.
        * src/ypset.c: Likewise.
	1999-02-17  Thorsten Kukuk  <kukuk@suse.de>
        * src/Makefile.am: Fix rule for installing links for domainname.
        * po/de.po: Fix typos.

* Mon May 10 1999 Bernhard Rosenkraenzer <bero@mandrakesoft.com>
- Mandrake adaptions

* Thu Apr 15 1999 Cristian Gafton <gafton@redhat.com>
- version 2.2
- make it obsolete older yp-clients package

* Sat Mar 20 1999 Cristian Gafton <gafton@redhat.com> 
- auto rebuild in the new build environment (release 3)

* Wed Dec 16 1998 Cristian Gafton <gafton@redhat.com>
- build for glibc 2/1
- version 2.1
- require ypbind

* Thu Jun 11 1998 Aron Griffis <agriffis@coat.com>
- upgraded to 2.0

* Wed May 06 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr

* Sun Apr 12 1998 Cristian Gafton <gafton@redhat.com>
- upgraded to 1.4.1

* Wed Dec 03 1997 Cristian Gafton <gafton@redhat.com>
- put yppasswd again in the package, 'cause it is the right thing to do
  (sorry djb!)
- obsoletes old, unmaintained yppasswd package

* Fri Oct 31 1997 Donnie Barnes <djb@redhat.com>
- removed yppasswd from this package.

* Thu Oct 30 1997 Donnie Barnes <djb@redhat.com>
- pulled from contrib into distribution (got fresh sources).  Thanks
  to Thorsten Kukuk <kukuk@vt.uni-paderborn.de> for the original.
- used fresh sources