|
|
@ -1,15 +1,11 @@
|
|
|
|
Summary: Shell tool for executing jobs in parallel
|
|
|
|
Summary: Shell tool for executing jobs in parallel
|
|
|
|
Name: parallel
|
|
|
|
Name: parallel
|
|
|
|
Version: 20130522
|
|
|
|
Version: 20131222
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv3+
|
|
|
|
License: GPLv3+
|
|
|
|
Group: Applications/Productivity
|
|
|
|
Group: Applications/Productivity
|
|
|
|
URL: http://www.gnu.org/software/parallel/
|
|
|
|
URL: http://www.gnu.org/software/parallel/
|
|
|
|
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
# Fedora-specific config file (compatibility with moreutils' parallel)
|
|
|
|
|
|
|
|
Source1: %{name}-config
|
|
|
|
|
|
|
|
# Patch needed due to new pod syntax, upstream informed, remove later on
|
|
|
|
|
|
|
|
Patch0: %{name}-%{version}-pod.patch
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
# Due to a naming conflict, both packages cannot be installed in parallel
|
|
|
|
# Due to a naming conflict, both packages cannot be installed in parallel
|
|
|
@ -39,7 +35,6 @@ additional features.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
|
|
|
|
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
@ -56,7 +51,6 @@ find %{buildroot} -iname "*.pod" -delete
|
|
|
|
mv %{buildroot}%{_mandir}/man1/sql.1 %{buildroot}%{_mandir}/man1/parallel-sql.1
|
|
|
|
mv %{buildroot}%{_mandir}/man1/sql.1 %{buildroot}%{_mandir}/man1/parallel-sql.1
|
|
|
|
|
|
|
|
|
|
|
|
mkdir -m755 -p %{buildroot}%{_sysconfdir}/parallel
|
|
|
|
mkdir -m755 -p %{buildroot}%{_sysconfdir}/parallel
|
|
|
|
install -pD -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/parallel/config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
|
|
|
|
|
|
|
@ -65,24 +59,26 @@ install -pD -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/parallel/config
|
|
|
|
%{_bindir}/sql
|
|
|
|
%{_bindir}/sql
|
|
|
|
%{_bindir}/niceload
|
|
|
|
%{_bindir}/niceload
|
|
|
|
%dir %{_sysconfdir}/parallel/
|
|
|
|
%dir %{_sysconfdir}/parallel/
|
|
|
|
%config(noreplace) %{_sysconfdir}/parallel/config
|
|
|
|
|
|
|
|
%{_mandir}/man1/niceload.1.*
|
|
|
|
%{_mandir}/man1/niceload.1.*
|
|
|
|
%{_mandir}/man1/parallel.1.*
|
|
|
|
%{_mandir}/man1/parallel.1.*
|
|
|
|
%{_mandir}/man1/sem.1.*
|
|
|
|
%{_mandir}/man1/sem.1.*
|
|
|
|
%{_mandir}/man1/parallel-sql.1.*
|
|
|
|
%{_mandir}/man1/parallel-sql.1.*
|
|
|
|
|
|
|
|
%{_mandir}/man1/parallel_tutorial.1.*
|
|
|
|
%doc README NEWS COPYING src/parallel.html src/sem.html src/sql.html
|
|
|
|
%doc README NEWS COPYING src/parallel.html src/sem.html src/sql.html
|
|
|
|
%doc src/niceload.html src/*.texi
|
|
|
|
%doc src/niceload.html src/*.texi
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jan 19 2014 Golo Fuchert <packages@golotop.de> 20131222-1
|
|
|
|
|
|
|
|
- Updated to newest versoin 20131222
|
|
|
|
|
|
|
|
- Removed pathes that are no longer needed (see below for details)
|
|
|
|
|
|
|
|
- Remvoal of parallel-config, feature deprecated
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130522-4
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130522-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 20130522-3
|
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 20130522-3
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 13 2013 Golo Fuchert <packages@golotop.de> - 20130522-2
|
|
|
|
* Thu Jun 13 2013 Golo Fuchert <packages@golotop.de> - 20130522-2
|
|
|
|
- Patch of parallel.pod due to new syntax
|
|
|
|
- Patch of parallel.pod due to new syntax
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 22 2013 Golo Fuchert <packages@golotop.de> - 20130522-1
|
|
|
|
* Wed May 22 2013 Golo Fuchert <packages@golotop.de> - 20130522-1
|
|
|
|
- Updated to newest version 20130522
|
|
|
|
- Updated to newest version 20130522
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20121222-2
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20121222-2
|
|
|
|