fix bug in help package

This commit is contained in:
chengquan 2019-12-19 11:33:10 +08:00
parent 99e32240e7
commit 0018c232e1

View File

@ -2,7 +2,7 @@
Name: man-db
Version: 2.8.7
Release: 3
Release: 4
Summary: Online database for using man pages
License: GPLv2+ and GPLv3+
URL: http://www.nongnu.org/man-db/
@ -24,8 +24,6 @@ Obsoletes: man-db-cron
man-db is an implementation of the standard Unix documentation system accessed using the man command.
It uses a Berkeley DB database in place of the traditional flat-text whatis databases.
%package_help
%prep
%autosetup -n %{name}-%{version}
@ -127,10 +125,6 @@ fi
%lang(sv) %{_datadir}/man/sv/man*/*
%lang(tr) %{_datadir}/man/tr/man*/*
%lang(zh_CN) %{_datadir}/man/zh_CN/man*/*
%exclude %{_datadir}/man/man1/zsoelim.1.gz
%exclude %{_libdir}/man-db/*.la
%files help
%{_mandir}/man1/apropos.1*
%{_mandir}/man1/lexgrog.1*
%{_mandir}/man1/man.1*
@ -144,8 +138,16 @@ fi
%{_mandir}/pt/man1/*
%{_mandir}/pt/man5/*
%{_mandir}/pt/man8/*
%exclude %{_datadir}/man/man1/zsoelim.1.gz
%exclude %{_libdir}/man-db/*.la
%changelog
* Mon Dec 16 2019 chengquan <chengquan3@huawei.com> - 2.8.7-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:remove help package into main package
* Tue Sep 24 2019 chengquan <chengquan3@huawei.com> - 2.8.7-3
- Type:bugfix
- ID:NA