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
This commit is contained in:
parent
b3bba11f08
commit
59974a4638
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 09:21:01 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- move man pages back to main package. It's just 100k
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 10:56:07 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
10
bash.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user