Separate doc package
OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=32
This commit is contained in:
parent
d7a61c91f9
commit
2008cd835f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user