Applied patch to podfile

epel9
golfu 12 years ago
parent 807f997749
commit b221a028f1

@ -1,13 +1,14 @@
Summary: Shell tool for executing jobs in parallel Summary: Shell tool for executing jobs in parallel
Name: parallel Name: parallel
Version: 20130522 Version: 20130522
Release: 1%{?dist} Release: 2%{?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) # Fedora-specific config file (compatibility with moreutils' parallel)
Source1: %{name}-config Source1: %{name}-config
# Patch needed due to new pod syntax, upstream informed, remove later on
Patch0: %{name}-%{version}-pod.patch Patch0: %{name}-%{version}-pod.patch
BuildArch: noarch BuildArch: noarch
@ -73,9 +74,11 @@ install -pD -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/parallel/config
%doc src/niceload.html src/*.texi %doc src/niceload.html src/*.texi
%changelog %changelog
* Thu Jun 13 2013 Golo Fuchert <packages@golotop.de> - 20130522-2
- 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jan 16 2013 Golo Fuchert <packages@golotop.de> - 20121222-1 * Wed Jan 16 2013 Golo Fuchert <packages@golotop.de> - 20121222-1

Loading…
Cancel
Save