auto-import changelog data from man-pages-1.48-2.src.rpm
Thu Apr 04 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.48-2 - Remove getipnodebyname, getipnodebyname, freehostent - they were only briefly part of a glibc devel version (#62646)
This commit is contained in:
parent
603f1c73bc
commit
5a9db502d0
@ -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: 1.48
|
Version: 1.48
|
||||||
Release: 1
|
Release: 2
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Source0: ftp://ftp.win.tue.nl/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
|
Source0: ftp://ftp.win.tue.nl/pub/linux/docs/manpages/man-pages-%{version}.tar.bz2
|
||||||
@ -31,6 +31,7 @@ cp -a %{SOURCE5} man8
|
|||||||
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
rm -fv man1/README
|
rm -fv man1/README
|
||||||
|
|
||||||
@ -67,12 +68,18 @@ rm -f man3/infnan.3
|
|||||||
# Part of mount
|
# Part of mount
|
||||||
rm -fv man5/fstab.5
|
rm -fv man5/fstab.5
|
||||||
|
|
||||||
|
# Only briefly part of a devel version of glibc
|
||||||
|
rm -f man3/getipnodebyname.3
|
||||||
|
rm -f man3/getipnodebyaddr.3
|
||||||
|
rm -f man3/freehostent.3
|
||||||
|
|
||||||
# Part of libcap
|
# Part of libcap
|
||||||
rm -fv man2/capget.2
|
rm -fv man2/capget.2
|
||||||
rm -fv man2/capset.2
|
rm -fv man2/capset.2
|
||||||
|
|
||||||
find . -name "*sudo*" -exec rm {} \;
|
find . -name "*sudo*" -exec rm {} \;
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -93,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 4 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.48-2
|
||||||
|
- Remove getipnodebyname, getipnodebyname, freehostent - they were
|
||||||
|
only briefly part of a glibc devel version (#62646)
|
||||||
|
|
||||||
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.48-1
|
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.48-1
|
||||||
- 1.48
|
- 1.48
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user