Use parallel make flags

https://fedoraproject.org/wiki/Packaging:Guidelines#Parallel_make
This commit is contained in:
David King 2015-03-09 07:53:53 +00:00
parent 67ddffdeae
commit 4da29b5efc

View File

@ -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