!1 fix bug in help package
Merge pull request !1 from openeuler-basic/dev
This commit is contained in:
commit
617abcdd08
16
man-db.spec
16
man-db.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: man-db
|
Name: man-db
|
||||||
Version: 2.8.7
|
Version: 2.8.7
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Online database for using man pages
|
Summary: Online database for using man pages
|
||||||
License: GPLv2+ and GPLv3+
|
License: GPLv2+ and GPLv3+
|
||||||
URL: http://www.nongnu.org/man-db/
|
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.
|
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.
|
It uses a Berkeley DB database in place of the traditional flat-text whatis databases.
|
||||||
|
|
||||||
%package_help
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version}
|
%autosetup -n %{name}-%{version}
|
||||||
|
|
||||||
@ -127,10 +125,6 @@ fi
|
|||||||
%lang(sv) %{_datadir}/man/sv/man*/*
|
%lang(sv) %{_datadir}/man/sv/man*/*
|
||||||
%lang(tr) %{_datadir}/man/tr/man*/*
|
%lang(tr) %{_datadir}/man/tr/man*/*
|
||||||
%lang(zh_CN) %{_datadir}/man/zh_CN/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/apropos.1*
|
||||||
%{_mandir}/man1/lexgrog.1*
|
%{_mandir}/man1/lexgrog.1*
|
||||||
%{_mandir}/man1/man.1*
|
%{_mandir}/man1/man.1*
|
||||||
@ -144,8 +138,16 @@ fi
|
|||||||
%{_mandir}/pt/man1/*
|
%{_mandir}/pt/man1/*
|
||||||
%{_mandir}/pt/man5/*
|
%{_mandir}/pt/man5/*
|
||||||
%{_mandir}/pt/man8/*
|
%{_mandir}/pt/man8/*
|
||||||
|
%exclude %{_datadir}/man/man1/zsoelim.1.gz
|
||||||
|
%exclude %{_libdir}/man-db/*.la
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 24 2019 chengquan <chengquan3@huawei.com> - 2.8.7-3
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user