Use parallel make flags
This commit is contained in:
parent
d7408ff323
commit
af94832dfc
@ -19,7 +19,8 @@ is supported.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
@ -32,12 +33,15 @@ rm -fr %{buildroot}/usr/doc
|
||||
%{_bindir}/chrpath
|
||||
%{_mandir}/man1/chrpath.1*
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 25 2015 David King <amigadave@amigadave.com> - 0.16-1
|
||||
- Update to 0.16 (#1144863)
|
||||
- Remove clean section and BuildRoot tag
|
||||
- Update URL and Sourc0
|
||||
- Use license macro for COPYING
|
||||
- Use parallel make flags
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user