commit 4e1a3eb6a43394a9dfb3cebb6d0109277f4f4cef6e7b41b74255e61f477db5af Author: OBS User mrdocs Date: Mon Mar 4 16:58:17 2013 +0000 Accepting request 156719 from home:jengelh:dev OBS-URL: https://build.opensuse.org/request/show/156719 OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/gnu_parallel.changes b/gnu_parallel.changes new file mode 100644 index 0000000..2bcd6a2 --- /dev/null +++ b/gnu_parallel.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Wed Feb 27 15:46:58 UTC 2013 - jengelh@inai.de + +- Initial package (version 20130222) for build.opensuse.org diff --git a/gnu_parallel.spec b/gnu_parallel.spec new file mode 100644 index 0000000..5d82aee --- /dev/null +++ b/gnu_parallel.spec @@ -0,0 +1,68 @@ +# +# spec file for package gnu_parallel +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: gnu_parallel +Version: 20130222 +Release: 0 +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: ftp://ftp.gnu.org/gnu/parallel/ +Source: parallel-%version.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +%if 0%{?suse_version} +BuildRequires: fdupes +%endif + +%description +GNU Parallel is a shell tool for executing jobs in parallel using one +or more computers. A job can be a single command or a small script +that has to be run for each of the lines in the input. The typical +input is a list of files, a list of hosts, a list of users, a list of +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. + +%prep +%setup -qn parallel-%version + +%build +%configure --docdir="%_docdir/%name" +make %{?_smp_mflags} + +%install +b="%buildroot" +make install DESTDIR="$b" %{?_smp_mflags} +cp -a README NEWS "$b/%_docdir/%name/" +%if 0%{?fdupes:1} +%fdupes %buildroot/%_prefix +%endif + +%files +%defattr(-,root,root) +%_bindir/niceload +%_bindir/parallel +%_bindir/sem +%_bindir/sql +%_mandir/man1/*.1* +%_docdir/%name + +%changelog diff --git a/parallel-20130222.tar.bz2 b/parallel-20130222.tar.bz2 new file mode 100644 index 0000000..c2180fb --- /dev/null +++ b/parallel-20130222.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e5cd5c105c29f8296b0ede21478318478f2e622eb29130e14a738ff751aad2 +size 240147