spec: enable parallel build
Version: 1.27.1-4
This commit is contained in:
parent
76844ee24d
commit
69bf7610b9
7
tar.spec
7
tar.spec
@ -5,7 +5,7 @@ Summary: A GNU file archiving program
|
|||||||
Name: tar
|
Name: tar
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.27.1
|
Version: 1.27.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://www.gnu.org/software/tar/
|
URL: http://www.gnu.org/software/tar/
|
||||||
@ -160,7 +160,7 @@ autoreconf -v
|
|||||||
--with-lzma="xz --format=lzma" \
|
--with-lzma="xz --format=lzma" \
|
||||||
DEFAULT_RMT_DIR=%{_sysconfdir} \
|
DEFAULT_RMT_DIR=%{_sysconfdir} \
|
||||||
RSH=/usr/bin/ssh
|
RSH=/usr/bin/ssh
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -206,6 +206,9 @@ fi
|
|||||||
%{_infodir}/tar.info*
|
%{_infodir}/tar.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 12 2014 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-4
|
||||||
|
- enable parallel build
|
||||||
|
|
||||||
* Tue Apr 01 2014 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-3
|
* Tue Apr 01 2014 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-3
|
||||||
- document --exclude mistakes (#903666)
|
- document --exclude mistakes (#903666)
|
||||||
- fix default ACLs propagation (#1082603)
|
- fix default ACLs propagation (#1082603)
|
||||||
|
Loading…
Reference in New Issue
Block a user