From 0018c232e1ab6bd326a72f0ed0cfe51dc4f215f3 Mon Sep 17 00:00:00 2001 From: chengquan Date: Thu, 19 Dec 2019 11:33:10 +0800 Subject: [PATCH] fix bug in help package --- man-db.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/man-db.spec b/man-db.spec index 13f0430..bddfe1e 100644 --- a/man-db.spec +++ b/man-db.spec @@ -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 - 2.8.7-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove help package into main package + * Tue Sep 24 2019 chengquan - 2.8.7-3 - Type:bugfix - ID:NA