Use parallel make flags
https://fedoraproject.org/wiki/Packaging:Guidelines#Parallel_make
This commit is contained in:
parent
67ddffdeae
commit
4da29b5efc
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ them in the po files.
|
|||
%build
|
||||
%configure
|
||||
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
|
@ -56,6 +56,7 @@ make check
|
|||
- Update to 0.51.0
|
||||
- Use license macro for COPYING
|
||||
- Preserve timestamps during install
|
||||
- Use parallel make flags
|
||||
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue