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+ License: GPL-3.0+
Group: Productivity/File utilities Group: Productivity/File utilities
Url: http://www.gnu.org/software/parallel/ Url: http://www.gnu.org/software/parallel/
#DL-URL: http://ftp.gnu.org/gnu/parallel/ #DL-URL: http://ftp.gnu.org/gnu/parallel/
Source: http://ftp.gnu.org/gnu/parallel/parallel-%version.tar.bz2 Source: http://ftp.gnu.org/gnu/parallel/parallel-%version.tar.bz2
Source2: http://ftp.gnu.org/gnu/parallel/parallel-%version.tar.bz2.sig 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. commands in parallel.
%prep %prep
%setup -q -n parallel-%version %setup -qn parallel-%version
%build %build
%configure --docdir="%_docdir/%name" %configure --docdir="%_docdir/%name"
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make install DESTDIR=%buildroot %{?_smp_mflags} %make_install
%if 0%{?fdupes:1} %if 0%{?fdupes:1}
%fdupes %buildroot/%_prefix %fdupes %buildroot/%_prefix
%endif %endif