[packages/parallel] package env_parallel

glen glen at pld-linux.org
Thu Nov 29 15:40:58 CET 2018


commit a0459bdec499707e4909032c6d27f0e017241e7c
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu Nov 29 16:37:06 2018 +0200

    package env_parallel
    
    however, i don't really understand what's its purpose...

 parallel.spec | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
---
diff --git a/parallel.spec b/parallel.spec
index bcbbae0..b324b63 100644
--- a/parallel.spec
+++ b/parallel.spec
@@ -34,6 +34,15 @@ programs.
 GNU Parallel is command-line-compatible with moreutils' parallel, but
 offers additional features.
 
+%package -n env_parallel
+Summary:	env_parallel
+Group:		Applications/System
+Requires:	%{name} = %{version}-%{release}
+
+%description -n env_parallel
+env_parallel is a shell function that exports the current environment
+to GNU parallel.
+
 %prep
 %setup -q
 
@@ -77,3 +86,19 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man7/parallel_book.7*
 %{_mandir}/man7/parallel_design.7*
 %{_mandir}/man7/parallel_tutorial.7*
+
+%files -n env_parallel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/env_parallel
+%attr(755,root,root) %{_bindir}/env_parallel.ash
+%attr(755,root,root) %{_bindir}/env_parallel.bash
+%attr(755,root,root) %{_bindir}/env_parallel.csh
+%attr(755,root,root) %{_bindir}/env_parallel.dash
+%attr(755,root,root) %{_bindir}/env_parallel.fish
+%attr(755,root,root) %{_bindir}/env_parallel.ksh
+%attr(755,root,root) %{_bindir}/env_parallel.mksh
+%attr(755,root,root) %{_bindir}/env_parallel.pdksh
+%attr(755,root,root) %{_bindir}/env_parallel.sh
+%attr(755,root,root) %{_bindir}/env_parallel.tcsh
+%attr(755,root,root) %{_bindir}/env_parallel.zsh
+%{_mandir}/man1/env_parallel.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/parallel.git/commitdiff/a0459bdec499707e4909032c6d27f0e017241e7c



More information about the pld-cvs-commit mailing list