1
0
forked from pool/gnu_parallel
Jan Engelhardt 2015-03-05 19:57:46 +00:00 committed by Git OBS Bridge
parent bc1d6035a7
commit d74ce6c066

View File

@ -23,6 +23,7 @@ Summary: Shell tool for executing jobs in parallel
License: GPL-3.0+
Group: Productivity/File utilities
Url: http://www.gnu.org/software/parallel/
#DL-URL: http://ftp.gnu.org/gnu/parallel/
Source: http://ftp.gnu.org/gnu/parallel/parallel-%version.tar.bz2
Source2: http://ftp.gnu.org/gnu/parallel/parallel-%version.tar.bz2.sig
@ -43,14 +44,14 @@ a pipe. GNU Parallel can then split the input and pipe it into
commands in parallel.
%prep
%setup -q -n parallel-%version
%setup -qn parallel-%version
%build
%configure --docdir="%_docdir/%name"
make %{?_smp_mflags}
%install
make install DESTDIR=%buildroot %{?_smp_mflags}
%make_install
%if 0%{?fdupes:1}
%fdupes %buildroot/%_prefix
%endif