change termcap SEE ALSO part - bug 168131
This commit is contained in:
parent
100532a7d8
commit
a7a8e3c219
@ -1,7 +1,7 @@
|
|||||||
Summary: Man (manual) pages from the Linux Documentation Project.
|
Summary: Man (manual) pages from the Linux Documentation Project.
|
||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 2.07
|
Version: 2.07
|
||||||
Release: 3
|
Release: 4
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz
|
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz
|
||||||
@ -28,6 +28,7 @@ Patch15: man-pages-2.05-atanh.patch
|
|||||||
Patch16: man-pages-2.05-issue.patch
|
Patch16: man-pages-2.05-issue.patch
|
||||||
Patch17: man-pages-2.05-ldd.patch
|
Patch17: man-pages-2.05-ldd.patch
|
||||||
Patch18: man-pages-2.07-SO_RCVLOWAT.patch
|
Patch18: man-pages-2.07-SO_RCVLOWAT.patch
|
||||||
|
Patch19: man-pages-2.07-termcap.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Autoreq: false
|
Autoreq: false
|
||||||
@ -63,6 +64,7 @@ cp -a %{SOURCE10} man8
|
|||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18 -p1
|
%patch18 -p1
|
||||||
|
%patch19 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -156,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/en/man*/*
|
%{_mandir}/en/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 13 2005 Ivana Varekova <varekova@redhat.com> 2.07-4
|
||||||
|
- change termcap SEE ALSO part - bug 168131
|
||||||
|
|
||||||
* Mon Sep 12 2005 Ivana Varekova <varekova@redhat.com> 2.07-3
|
* Mon Sep 12 2005 Ivana Varekova <varekova@redhat.com> 2.07-3
|
||||||
- fix socket.7 man page - fix information about SO_RCVLOWAT option
|
- fix socket.7 man page - fix information about SO_RCVLOWAT option
|
||||||
(bug 163120)
|
(bug 163120)
|
||||||
|
Loading…
Reference in New Issue
Block a user