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