]> git.pld-linux.org Git - packages/parallel.git/commitdiff
package env_parallel
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Nov 2018 14:37:06 +0000 (16:37 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Nov 2018 14:37:08 +0000 (16:37 +0200)
however, i don't really understand what's its purpose...

parallel.spec

index bcbbae0ae88be4e7b126b4734db67a50014e595d..b324b63851bd5039bf206ee7d5ed40402d1e2403 100644 (file)
@@ -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*
This page took 0.21939 seconds and 4 git commands to generate.