Blame SPECS/parallel.spec

40c80d
Name:           parallel
40c80d
Summary:        Shell tool for executing jobs in parallel
40c80d
Version:        20201222
40c80d
Release:        2%{?dist}
40c80d
40c80d
License:        GPLv3+
40c80d
URL:            http://www.gnu.org/software/parallel/
40c80d
Source0:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
40c80d
BuildArch:      noarch
40c80d
BuildRequires:  make
40c80d
BuildRequires:  perl-generators
40c80d
BuildRequires:  %{_bindir}/pod2man
40c80d
40c80d
# Due to a naming conflict, both packages cannot be installed in parallel
40c80d
# To prevent user confusion, GNU parallel is installed in a compatibility
40c80d
# mode to be commandline compatible to moreutils' parallel.
40c80d
# This mode can be turned off system wide or on a per-user base.
40c80d
Conflicts:      moreutils-parallel
40c80d
40c80d
%description
40c80d
GNU Parallel is a shell tool for executing jobs in parallel using one or more
40c80d
machines. A job is typically a single command or a small script that has to be
40c80d
run for each of the lines in the input. The typical input is a list of files, a
40c80d
list of hosts, a list of users, or a list of tables.
40c80d
40c80d
If you use xargs today you will find GNU Parallel very easy to use. If you
40c80d
write loops in shell, you will find GNU Parallel may be able to replace most of
40c80d
the loops and make them run faster by running jobs in parallel. If you use ppss
40c80d
or pexec you will find GNU Parallel will often make the command easier to read.
40c80d
40c80d
GNU Parallel also makes sure output from the commands is the same output as you
40c80d
would get had you run the commands sequentially. This makes it possible to use
40c80d
output from GNU Parallel as input for other programs.
40c80d
40c80d
GNU Parallel is command-line-compatible with moreutils' parallel, but offers
40c80d
additional features.
40c80d
40c80d
%prep
40c80d
%autosetup
40c80d
40c80d
%build
40c80d
%configure 
40c80d
%make_build
40c80d
40c80d
%install
40c80d
%make_install
40c80d
rm -vrf %{buildroot}%{_pkgdocdir}
40c80d
sed -i -e '1s|!#/usr/bin/env perl|#!%{__perl}|' %{buildroot}%{_bindir}/*
40c80d
# FIXME: do it properly
40c80d
sed -i -e '1{\@^#!@d}' %{buildroot}%{_bindir}/env_parallel.*
40c80d
chmod -x %{buildroot}%{_bindir}/env_parallel.*
40c80d
40c80d
%files
40c80d
%license COPYING
40c80d
%doc README NEWS
40c80d
%{_bindir}/parallel
40c80d
%{_bindir}/parcat
40c80d
%{_bindir}/parset
40c80d
%{_bindir}/parsort
40c80d
%{_mandir}/man1/parallel.1*
40c80d
%{_mandir}/man1/parcat.1*
40c80d
%{_mandir}/man1/parset.1*
40c80d
%{_mandir}/man1/parsort.1*
40c80d
%{_mandir}/man7/parallel*
40c80d
%exclude %{_bindir}/env_parallel*
40c80d
%exclude %{_mandir}/man1/env_parallel.1*
40c80d
%{_bindir}/sem
40c80d
%{_mandir}/man1/sem.1*
40c80d
%{_bindir}/sql
40c80d
%{_mandir}/man1/sql.1*
40c80d
%{_bindir}/niceload
40c80d
%{_mandir}/man1/niceload.1*
40c80d
40c80d
%changelog
40c80d
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20201222-2
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
40c80d
40c80d
* Sat Jan 16 2021 Filipe Rosset <rosset.filipe@gmail.com> - 20201222-1
40c80d
- Update to 20201222
40c80d
40c80d
* Mon Aug 17 2020 Filipe Rosset <rosset.filipe@gmail.com> - 20200722-1
40c80d
- Update to 20200722
40c80d
40c80d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200522-2
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
40c80d
40c80d
* Tue May 26 2020 Filipe Rosset <rosset.filipe@gmail.com> - 20200522-1
40c80d
- Update to 20200522
40c80d
40c80d
* Wed Apr 22 2020 Filipe Rosset <rosset.filipe@gmail.com> - 20200322-1
40c80d
- Update to 20200322 fixes rhbz#1740919
40c80d
40c80d
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190922-2
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
40c80d
40c80d
* Wed Oct 16 2019 Jirka Hladky <hladky.jiri@gmail.com> - 20190922-1
40c80d
- Update to 20190922
40c80d
40c80d
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20180322-4
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
40c80d
40c80d
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20180322-3
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
40c80d
40c80d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180322-2
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
40c80d
40c80d
* Sun Apr 15 2018 Filipe Rosset <rosset.filipe@gmail.com> - 20180322-1
40c80d
- update to latest upstream 20180322 fixes rhbz #1520477
40c80d
40c80d
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20160722-5
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
40c80d
40c80d
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20160722-4
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
40c80d
40c80d
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20160722-3
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
40c80d
40c80d
* Tue Aug 30 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 20160722-2
40c80d
- Fix shebang (RHBZ #1370706)
40c80d
40c80d
* Sun Aug 21 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 20160722-1
40c80d
- Update to 20160722
40c80d
40c80d
* Mon Apr 04 2016 Golo Fuchert <packages@golotop.de> 20160222-1
40c80d
- Update to version 20160222-1 to fix bugs (#1285888,1307846,1320511,1320956,1320958)
40c80d
40c80d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20141122-3
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
40c80d
40c80d
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20141122-2
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
40c80d
40c80d
* Wed Dec 03 2014 Golo Fuchert <packages@golotop.de> 20141122-1
40c80d
- Updated to newest version 20141122
40c80d
40c80d
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20131222-3
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
40c80d
40c80d
* Wed Jan 22 2014 Golo Fuchert <packages@golotop.de> 20131222-2
40c80d
- Corrected typo in changelog
40c80d
- Removed directory, which is no longer needed
40c80d
40c80d
* Sun Jan 19 2014 Golo Fuchert <packages@golotop.de> 20131222-1
40c80d
- Updated to newest versoin 20131222
40c80d
- Removed patches that are no longer needed (see below for details)
40c80d
- Remvoal of parallel-config, feature deprecated
40c80d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130522-4
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
40c80d
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 20130522-3
40c80d
- Perl 5.18 rebuild
40c80d
* Thu Jun 13 2013 Golo Fuchert <packages@golotop.de> - 20130522-2
40c80d
- Patch of parallel.pod due to new syntax 
40c80d
* Wed May 22 2013 Golo Fuchert <packages@golotop.de> - 20130522-1
40c80d
- Updated to newest version 20130522 
40c80d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20121222-2
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
40c80d
* Wed Jan 16 2013 Golo Fuchert <packages@golotop.de> - 20121222-1
40c80d
- Updated to newest version 20121222 (due to #895971)
40c80d
* Wed Mar 21 2012 Golo Fuchert <packages@golotop.de> - 20120222-1
40c80d
- Updated to newest version 20120222
40c80d
- renamed manpage sql to parallel-sql (naming conflict, bug 797823)
40c80d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110722-4
40c80d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
40c80d
* Fri Sep 09 2011 Golo Fuchert <packages@golotop.de> - 20110722-3
40c80d
- Added niceload.html to doc
40c80d
* Fri Sep 09 2011 Golo Fuchert <packages@golotop.de> - 20110722-2
40c80d
- Minor cosmetic changes and consistent macro usage
40c80d
* Sat Aug 13 2011 Golo Fuchert <packages@golotop.de> - 20110722-1
40c80d
- Updated to newest version 20110722
40c80d
* Sun May 22 2011 Golo Fuchert <packages@golotop.de> - 20110522-1
40c80d
- Update to version 20110522
40c80d
- Conflict with moreutils-parallel
40c80d
- Incl. config file to make gnu parallel compatible with moreutils' by default
40c80d
- Added a comment to the description, concerning the moreutils compatibility
40c80d
* Sun Feb 6 2011 Golo Fuchert <packages@golotop.de> - 20110205-1
40c80d
- Initial package. Based on a package by Ole Tange and Markus Ammer.