source: projects/specs/trunk/m/man-pages/man-pages-vl.spec @ 8464

Revision 8464, 11.6 KB checked in by daisuke, 10 years ago (diff)

man-pages: update to 3.66

Line 
1%define posix_version 2013
2%define posix_release a
3%global posix_name man-pages-posix-%{posix_version}-%{posix_release}
4
5Summary: Man (manual) pages from the Linux Documentation Project.
6Summary(ja): Linux ドキュメンテーションプロジェクトの Man (manual) ページ
7Name: man-pages
8Version: 3.66
9Release: 1%{?_dist_release}
10License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
11Group:   Applications/Documentation
12URL: http://www.kernel.org/doc/man-pages/
13
14Source0: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
15# POSIX man pages
16Source1: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-%{posix_version}-%{posix_release}.tar.xz
17
18# Regular man pages
19# resolves: #698149
20# http://thread.gmane.org/gmane.linux.man/3413
21Patch20: man-pages-3.32-host.patch
22# resolves: #650985
23# https://bugzilla.kernel.org/show_bug.cgi?id=53781
24Patch21: man-pages-3.42-close.patch
25# resolves: #392431
26Patch22: man-pages-3.42-connect.patch
27
28Buildroot: %{_tmppath}/%{name}-%{version}-root
29Autoreqprov: false
30BuildArchitectures: noarch
31
32%description
33A large collection of man pages (documentation) from the Linux
34Documentation Project (LDP).
35
36%prep
37%setup -q -a 1
38
39%patch20 -p1
40%patch21 -p1
41%patch22 -p1
42
43# rename posix README so we don't have conflict
44%{__mv} %{posix_name}/README %{posix_name}/%{posix_name}.README
45
46### And now remove those we are not going to use:
47
48# Part of quota
49rm -v man2/quotactl.2
50
51# Only briefly part of a devel version of glibc
52rm -v man3/getipnodeby{name,addr}.3 man3/freehostent.3
53
54# Part of libattr-devel
55rm -v man2/{,f,l}{get,list,remove,set}xattr.2
56
57# Problem with db x db4 (#198597) - man pages are obsolete
58rm -v man3/{db,btree,dbopen,hash,mpool,recno}.3
59
60# Deprecated
61rm -v man2/pciconfig_{write,read,iobase}.2
62
63# Part of numactl package
64rm -v man5/numa_maps.5
65
66# Vine
67# Part of shadow-utils
68rm -v man3/getspnam.3
69
70# part of bind
71rm -v man5/resolv.conf.5
72
73# Part of bind-utils
74rm -v man5/resolver.5
75
76# Obsolete
77rm -f man3/infnan.3
78
79# we do not have sccs (#203302)
80%{__rm} %{posix_name}/man1p/{admin,delta,get,prs,rmdel,sact,sccs,unget,val,what}.1p
81
82%build
83
84%install
85make install DESTDIR=$RPM_BUILD_ROOT
86pushd %{posix_name}
87make install DESTDIR=$RPM_BUILD_ROOT
88popd
89
90%files
91%defattr(0644,root,root,0755)
92%doc README man-pages-%{version}.Announce Changes
93%doc %{posix_name}/POSIX-COPYRIGHT %{posix_name}/%{posix_name}.{README,Announce}
94%{_mandir}/man*/*
95
96
97%changelog
98* Wed May 21 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 3.66-1
99- update to 3.66
100
101* Sun Nov 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.23-1
102- added Japanese summary
103- updated Sources and Patches based on Fedora 3.23-3
104
105* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.21-1vl5
106- applied new versioning policy, spec in utf-8
107
108* Wed Sep 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.21-1vl2
109- change Group to Applications/Documentation. <BTS:VineLinux:163>
110
111* Mon Jan 30 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.21-1vl1
112- added Japanese summary
113- updated 2.21 based on Fedora 2.21-1
114  * Mon Jan 16 2006 Ivana Varekova <varekova@redhat.com> 2.21-1
115  - add the description of reload-count option (nscd.conf
116    man page - bug 177368)
117  * Tue Dec 13 2005 Ivana Varekova <varekova@redhat.com> 2.16-2
118  - fix bug 174628 - mmap(2) CAN return mappings at location 0
119  * Thu Sep 29 2005 Ivana Varekova <varekova@redhat.com> 2.07-7
120  - fix typo in nsswitch.conf man page (bug 169309)
121  * Mon Sep 12 2005 Ivana Varekova <varekova@redhat.com> 2.07-3
122  - fix socket.7 man page - fix information about SO_RCVLOWAT option
123    (bug 163120)
124  * Tue Aug 23 2005 Ivana Varekova <varekova@redhat.com> 2.07-2
125  - add sln.8 man page (bug 10601)
126  * Mon Jul 04 2005 Jiri Ryska <jryska@redhat.com> 2.05-1
127  - update to 2.05
128  - atanh(3) fix
129  - issue(5) fix
130  - ldd(1) fix
131  - removed man1p/{compress,uncompress,renice}.1p
132
133* Sun Mar 21 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.66-0vl1
134- updated 1.66
135- added Patch5--15 from Fedora 1.66-2
136
137* Tue Sep 09 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.60-0vl1
138- new upstream release 1.60
139- dropped SOURCE3, 4 and 5
140
141* Sun Sep 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.53-0vl1
142- new upstream release 1.53
143
144* Wed Aug 14 2002 IWAI Masaharu <iwai@alib.jp> 1.52-2vl1
145- sync Rawhide 1.52-2
146  - upstream release
147  - added Patch1, 2 and 3
148  - removed getipnodebyname.3, getipnodebyname.3, freehostent.3
149    - Fix reference in rpcgen(1) - #69740
150    - Fix #63547
151    - Mentium mem=nopentium in bootparam(7) - #60487
152    - Fix to iconv(1) - #66441
153    - Ret value of iconv(3) was wrong (#65375)
154    - Remove getipnodebyname, getipnodebyname, freehostent - they were
155      only briefly part of a glibc devel version (#62646)
156
157* Wed Mar 06 2002 Toru Sagami <sagami@vinelinux.org> 1.47-1vl1
158- 1.47
159
160* Wed Oct 10 2001 Toru Sagami <sagami@vinelinux.org> 1.40-1vl1
161- remove resolv.conf.5
162
163* Tue Sep 25 2001 Trond Eivind Glomsr藷?<teg@redhat.com> 1.40-1
164- 1.40. Remove now included patches.
165
166* Tue Sep  4 2001 Trond Eivind Glomsr藷?<teg@redhat.com> 1.39-2
167- New strptime.3, from the ftp site. Matches glibc better.
168- Fix missing .br in netdevices.7 (#53091)
169
170* Tue Aug  7 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
171- 1.39
172- Drop obsolete patches
173
174* Tue Jul 24 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
175- s/NSF/NFS/ in initrd.4 - (#48322)
176
177* Mon Jul  2 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
178- regcomp and friends support collating elements now (#46939)
179
180* Thu Jun 21 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
181- 1.38
182
183* Fri Jun  8 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
184- 1.37
185
186* Thu Jun  7 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
187- Remove capset(2) - part of libcap (#43828)
188
189* Fri Jun  1 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
190- Remove diff.1 - let diffutils include it instead
191- Remove capget.2 - it's included in libcap
192- Keep resolv.conf.5 - it's useful on systems without bind packages
193- Fix bootparam.7 (patch from Tim Waugh (twaugh@redhat.com)
194
195* Tue May 22 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
196- 1.36
197- drop some old patches, redo others
198
199* Thu May 17 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
200- Work around bug in groff for latin1.7 (#41118)
201
202* Wed Apr  4 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
203- use MS_SYNCHRONOUS instead of MS_SYNC in mount(2) (#34665)
204
205* Tue Apr  3 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
206- roff fixes to multiple man pages
207
208* Mon Apr  2 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
209- correct the URL for unicode in the charset manpage (#34291)
210- roff fixes
211- redo iconv patch, so we don't get a .orig from patch because of
212  a two line offset
213
214* Fri Mar 30 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
215- remove resolv.conf (bind-utils) and infnan (obsolete - #34171)
216
217* Wed Mar 28 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
218- resurrect getnetent(3)
219
220* Sun Mar 25 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
221- 1.35, obsoletes patch for strsep
222- move rpcinfo to section 8 (#33114)
223
224* Fri Mar  9 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
225- Include man-pages on locales (#29713)
226
227* Tue Feb 13 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
228- fix return value of strsep(3) call (#24789)
229
230* Mon Jan 15 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
231- 1.34
232
233* Fri Dec 15 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
234- 1.33
235- obsolete some old, now included patches
236- remove netman-cvs, it's now older than the mainstream
237
238* Tue Nov 21 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
239- Identify two of the macros in stat(2) as GNU, not POSIX. (#21169)
240
241* Wed Nov 08 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
242- don't delete the man pages for dlopen() and friends,
243  they are no longer part of another package
244- include man pages for ld*
245
246* Tue Oct 24 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
247- remove const from iconv function prototype (#19486)
248
249* Tue Aug 29 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
250- reference wctype(3) instead of non-existing ctype(3)
251  from regex(7) (#17037)
252- 1.31
253
254* Sun Aug 27 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
255- remove lilo man pages (now included in package)
256  (#16984)
257
258* Fri Aug 04 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
259- fixed bad header specification (#15364)
260- removed obsolete patches from package
261- updated the rest
262
263* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
264- automatic rebuild
265
266* Mon Jun 19 2000 Matt Wilson <msw@redhat.com>
267- defattr before docs in filelist
268
269* Sat Jun 17 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
270- updated to 1.30
271
272* Tue Jun 06 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
273- use %%{_tmppath}
274
275* Wed May 31 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
276- remove resolv.conf(5) - part of bind-utils
277
278* Tue May 30 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
279- Remove resolver, dlclose, dlerror, dlopen, dlsym as these
280  are included in other packages.
281
282* Tue May 30 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
283- use %%{_mandir) instead of /usr/man
284- verify and fix bug in mmap man page (#7382)
285- verify and fix missing data in recvfrom man page (#1736)
286- verify and fix missing data in putw man page (#10104)
287- fixed sendfile(2) man page (#5599)
288- fixed tzset man page (#11623)
289
290* Mon May 15 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
291- updated to 1.29
292- split off other languages into separate RPMS
293
294* Thu Mar 16 2000 Florian La Roche <Florian.LaRoche@redhat.com>
295- do not use group "man"
296
297* Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com>
298- don't apply the netman-cvs man pages anymore, as they seem to be really
299  out of date
300
301* Sat Feb 05 2000 Cristian Gafton <gafton@redhat.com>
302- put back man3/resolver.3
303
304* Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com>
305- remove non-man pages (#7814)
306
307* Fri Feb  4 2000 Matt Wilson <msw@redhat.com>
308- exclude dir.1 and vdir.1 (these are in the fileutils package)
309
310* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
311- version 1.28
312
313* Fri Nov 05 1999 Michael K. Johnson <johnsonm@redhat.com>
314- Fixed SIGILL, SIGQUIT in signals.7
315
316* Wed Oct 06 1999 Cristian Gafton <gafton@redhat.com>
317- fix man page for getcwd
318
319* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
320- added man pages for set/getcontext
321
322* Tue Sep 14 1999 Bill Nottingham <notting@redhat.com>
323- remove some bad man pages
324
325* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
326- czech, german, spanish, russian man pages
327
328* Thu Sep 09 1999 Cristian Gafton <gafton@redhat.com>
329- version 1.26
330- add french man pages
331- add italian man pages
332
333* Fri Jul 23 1999 Jeff Johnson <jbj@redhat.com>
334- update to 1.25.
335
336* Fri Apr 16 1999 Cristian Gafton <gafton@redhat.com>
337- fiox man page fro ftw
338
339* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
340- spellnig fixse
341
342* Tue Mar 30 1999 Bill Nottingham <notting@redhat.com>
343- updated to 1.23
344
345* Thu Mar 25 1999 Cristian Gafton <gafton@redhat.com>
346- added kernel net manpages
347
348* Mon Mar 22 1999 Erik Troan <ewt@redhat.com>
349- updated printf man page
350- added rpcgen man page
351
352* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
353- auto rebuild in the new build environment (release 6)
354
355* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
356- leave the lilo man pages alone (oops)
357
358* Fri Feb 12 1999 Michael Maher <mike@redhat.com>
359- fixed bug #413
360
361* Mon Jan 18 1999 Cristian Gafton <gafton@redhat.com>
362- remove lilo man pages too
363- got rebuilt for 6.0
364
365* Tue Sep 08 1998 Cristian Gafton <gafton@redhat.com>
366- version 1.21
367
368* Sat Jun 20 1998 Jeff Johnson <jbj@redhat.com>
369- updated to 1.20
370
371* Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
372- get rid of the modutils man pages
373- updated to 1.19
374
375* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
376- translations modified for de, fr, tr
377
378* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
379- updated to 1.18
380
381* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
382- updated to 1.17
383- moved build root to /var
384
385* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
386- made a noarch package
Note: See TracBrowser for help on using the repository browser.