source: projects/specs/branches/6/y/yp-tools/yp-tools-vl.spec @ 5569

Revision 5569, 6.7 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild packages

Line 
1Summary:     NIS (or YP) client programs.
2Summary(ja): NIS (又は YP) クライアントプログラム集
3Name: yp-tools
4Version: 2.10
5Release: 4%{?_dist_release}
6License: GPLv2
7Group: System Environment/Base
8Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2
9Patch3: yp-tools-2.7-md5.patch
10#Patch4: yp-tools-2.7-terminate.patch
11URL: http://www.linux-nis.org/
12
13Buildroot: %{_tmppath}/%{name}-%{version}-root
14Requires: ypbind
15Obsoletes: yppasswd, yp-clients
16
17
18%description
19The Network Information Service (NIS) is a system which provides
20network information (login names, passwords, home directories, group
21information) to all of the machines on a network.  NIS can enable
22users to login on any machine on the network, as long as the machine
23has the NIS client programs running and the user's password is
24recorded in the NIS passwd database.  NIS was formerly known as Sun
25Yellow Pages (YP).
26
27This package's NIS implementation is based on FreeBSD's YP and is a
28special port for glibc 2.x and libc versions 5.4.21 and later.  This
29package only provides the NIS client programs.  In order to use the
30clients, you'll need to already have an NIS server running on your
31network. An NIS server is provided in the ypserv package.
32
33Install the yp-tools package if you need NIS client programs for machines
34on your network.  You will also need to install the ypbind package on
35every machine running NIS client programs.  If you need an NIS server,
36you'll need to install the ypserv package on one machine on the network.
37
38
39%description -l ja
40Network Information Service (NIS) とは各種ネットワーク情報
41(ログイン名,パスワード,ホームディレクトリ,グループ情報等) を
42ネットワーク上の全マシンに提供する為のシステムです.
43NIS を使うと,そのユーザのパスワードが NIS データベースに登録されて
44さえいれば,NIS クライアントが動作しているどのマシンからでも
45ログインすることが出来ます.NIS はかつて Sun Yellow Pages (YP) と
46して広く知られていました.
47
48このパッケージの NIS 実装は FreeBSD の YP を元にしており,
49glibc 2.x あるいは libc 5.4.21 以降向けに port されたものです.
50このパッケージには NIS クライアントプログラムのみを収録しています.
51NIS クライアントプログラムを使うには,ネットワーク上に既に NIS サーバが
52動作している必要があります.NIS サーバは ypserv パッケージが
53提供しています.
54
55ネットワーク上のマシンにNIS クライアントプログラムが必要なら
56この yp-tools パッケージをインストールして下さい.
57NIS クライアントプログラムを動作させるマシンには同時に
58ypbind パッケージもインストールする必要があります.
59またネットワーク上のマシンの1台には ypserv パッケージを
60インストールする必要があります.
61
62
63%prep
64%setup -q
65%patch3 -p1 -b .md5
66#%patch4 -p1 -b .terminate
67
68
69%build
70%configure --disable-domainname
71make
72
73
74%install
75rm -rf $RPM_BUILD_ROOT
76make DESTDIR="$RPM_BUILD_ROOT" install
77
78chmod u+w %{buildroot}%{_bindir}/*
79chmod u+w %{buildroot}%{_sbindir}/*
80
81%clean
82rm -rf $RPM_BUILD_ROOT
83
84
85%files
86%defattr(-,root,root)
87%doc AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO
88%doc etc/nsswitch.conf
89%attr(0555, root, root) %{_bindir}/*
90%attr(0555, root, root) %{_sbindir}/*
91%{_mandir}/*/*
92%{_localedir}/*/*/*
93%dir /var/yp
94/var/yp/nicknames
95
96
97%changelog
98* Sat Feb 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10-4
99- rebuild with Vine6 environment
100
101* Sun Apr 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10-3
102- rebuilt with new toolchain
103
104* Mon May 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10-2
105- spec in UTF-8
106
107* Wed Apr 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10-1
108- new versioning policy
109
110* Sun Jul  1 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10-0vl1
111- new upstream release
112
113* Tue Sep  6 2005 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.8-3vl3
114- rebuild with new toolchain.
115
116* Fri Apr  9 2004 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.8-3vl2
117- rebuild with new toolchain.
118- change permission for stripping.
119
120* Fri Feb  7 2003 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.8-3vl1
121- updated yp-tools-2.8
122- remove some patch.
123
124* Tue Oct 22 2002 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.7-3vl2
125- updated yp-tools-2.7
126- merge patches from RedHat-8.0.
127
128* Tue Jun 06 2002 Satoshi MACHINO <machino@vinelinux.org> 2.6-0vl1
129- updated yp-tools-2.6
130- fixed passwd patch for yp-tools-2.6
131- dropped some patches
132
133* Mon Jan 08 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
134- 2.4-6vl1
135- based on 2.4-6 from Rawhide
136- use better macros (%%{_bindir}, %%{_sbindir}, %%{_localedir})
137- added Japanese summary and description
138
139* Wed Sep 27 2000 Florian La Roche <Florian.LaRoche@redhat.de>
140- add another security patch
141
142* Sun Aug 20 2000 Florian La Roche <Florian.LaRoche@redhat.com>
143- allow passwords up to 128 characters
144
145* Tue Aug 15 2000 Nalin Dahyabhai <nalin@redhat.com>
146- change License from GNU to GPL
147- fix handling of defaults in ypchfn (#13830)
148
149* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
150- automatic rebuild
151
152* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
153- use %%{_mandir}
154
155* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
156- man pages are compressed
157- version 2.4
158
159* Tue Oct 26 1999 Bill Nottingham <notting@redhat.com>
160- get rid of bogus messages.
161
162* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
163- patched /var/yp/nicknames so that hosts resolves to hosts.byname,
164- not hosts.byaddr (bug # 2389)
165
166* Sun May 30 1999 Jeff Johnson <jbj@redhat.com>
167- update to 2.3.
168
169* Fri Apr 16 1999 Cristian Gafton <gafton@redhat.com>
170- version 2.2
171- make it obsolete older yp-clients package
172
173* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
174- auto rebuild in the new build environment (release 3)
175
176* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
177- build for glibc 2/1
178- version 2.1
179- require ypbind
180
181* Fri Jun 12 1998 Aron Griffis <agriffis@coat.com>
182- upgraded to 2.0
183
184* Thu May 07 1998 Prospector System <bugs@redhat.com>
185- translations modified for de, fr, tr
186
187* Mon Apr 13 1998 Cristian Gafton <gafton@redhat.com>
188- upgraded to 1.4.1
189
190* Thu Dec 04 1997 Cristian Gafton <gafton@redhat.com>
191- put yppasswd again in the package, 'cause it is the right thing to do
192  (sorry djb!)
193- obsoletes old, unmaintained yppasswd package
194
195* Sat Nov 01 1997 Donnie Barnes <djb@redhat.com>
196- removed yppasswd from this package.
197
198* Fri Oct 31 1997 Donnie Barnes <djb@redhat.com>
199- pulled from contrib into distribution (got fresh sources).  Thanks
200  to Thorsten Kukuk <kukuk@vt.uni-paderborn.de> for the original.
201- used fresh sources
Note: See TracBrowser for help on using the repository browser.