From 59974a46387a570c844fa60fea7d2fdb0a3ac77b6e94daef57a8ed7ca832e24b Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 3 Apr 2020 08:27:44 +0000 Subject: [PATCH] Accepting request 778707 from home:lnussel:branches:Base:System - move man pages back to main package. It's just 100k OBS-URL: https://build.opensuse.org/request/show/778707 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=308 --- bash.changes | 5 +++++ bash.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/bash.changes b/bash.changes index bb43f40..64028cc 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 24 09:21:01 UTC 2020 - Ludwig Nussel + +- move man pages back to main package. It's just 100k + ------------------------------------------------------------------- Thu Feb 13 10:56:07 UTC 2020 - Dr. Werner Fink diff --git a/bash.spec b/bash.spec index bb09da7..f8666ce 100644 --- a/bash.spec +++ b/bash.spec @@ -102,7 +102,7 @@ specification (IEEE Working Group 1003.2). %package doc Summary: Documentation how to Use the GNU Bourne-Again Shell -Group: Documentation/Man +Group: Documentation/HTML Provides: bash:%{_infodir}/bash.info.gz Supplements: packageand(bash:patterns-base-documentation) PreReq: %install_info_prereq @@ -531,6 +531,10 @@ ldd -u -r %{buildroot}/bin/bash || true %dir %{_datadir}/bash %dir %{_datadir}/bash/helpfiles %{_datadir}/bash/helpfiles/* +%{_mandir}/man1/bash.1* +%{_mandir}/man1/bashbuiltins.1* +%{_mandir}/man1/bashbug.1* +%{_mandir}/man1/rbash.1* %files lang -f bash.lang %defattr(-,root,root) @@ -538,10 +542,6 @@ ldd -u -r %{buildroot}/bin/bash || true %files doc %defattr(-,root,root) %doc %{_infodir}/bash.info* -%doc %{_mandir}/man1/bash.1* -%doc %{_mandir}/man1/bashbuiltins.1* -%doc %{_mandir}/man1/bashbug.1* -%doc %{_mandir}/man1/rbash.1* %doc %{_docdir}/%{name} %files devel