Use parallel make flags
https://fedoraproject.org/wiki/Packaging:Guidelines#Parallel_make
This commit is contained in:
parent
67ddffdeae
commit
4da29b5efc
@ -35,7 +35,7 @@ them in the po files.
|
|||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
@ -56,6 +56,7 @@ make check
|
|||||||
- Update to 0.51.0
|
- Update to 0.51.0
|
||||||
- Use license macro for COPYING
|
- Use license macro for COPYING
|
||||||
- Preserve timestamps during install
|
- Preserve timestamps during install
|
||||||
|
- Use parallel make flags
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50.2-8
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50.2-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user