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

Revision 12120, 11.8 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

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