1
0
forked from pool/gnu_parallel

Separate doc package

OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=32
This commit is contained in:
Jan Engelhardt 2015-03-22 20:26:28 +00:00 committed by Git OBS Bridge
parent d7a61c91f9
commit 2008cd835f
2 changed files with 14 additions and 0 deletions

View File

@ -3,6 +3,8 @@ Sun Mar 22 20:22:03 UTC 2015 - jengelh@inai.de
- Avoid SLE11SP3 build failure by not mixing %doc with %_docdir/%name
in the files list.
- Split documentation (82%) into separate package per
rpmlint suggestion
-------------------------------------------------------------------
Sun Mar 22 20:14:15 UTC 2015 - astieger@suse.com

View File

@ -40,6 +40,15 @@ URLs, or a list of tables. A job can also be a command that reads from
a pipe. GNU Parallel can then split the input and pipe it into
commands in parallel.
%package doc
Summary: Documentation for GNU parallel
Group: Documentation/HTML
%description doc
GNU Parallel is a shell tool for executing jobs in parallel using one
or more computers.
This subpackage contains the documentation for Parallel.
%prep
%setup -qn parallel-%version
@ -59,6 +68,9 @@ cp -a CITATION COPYING NEWS README "%buildroot/%_docdir/%name/"
%_bindir/sql
%_mandir/man1/*.1*
%_mandir/man7/*.7*
%files doc
%defattr(-,root,root)
%_docdir/%name/
%changelog