|
|
@ -8,6 +8,7 @@ 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
|
|
|
|
|
|
|
|
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
|
|
|
@ -37,6 +38,7 @@ additional features.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
|
|
|
|
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch0
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
@ -49,6 +51,7 @@ make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -iname "*.html" -delete
|
|
|
|
find %{buildroot} -iname "*.html" -delete
|
|
|
|
find %{buildroot} -iname "*.texi" -delete
|
|
|
|
find %{buildroot} -iname "*.texi" -delete
|
|
|
|
|
|
|
|
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
|
|
|
|