- Added _smp_mflags to make invocation to speed up SMP builds
This commit is contained in:
parent
532b9a397a
commit
eb0a76cda0
@ -9,7 +9,7 @@
|
||||
Summary: X.Org X11 libX11 runtime library
|
||||
Name: libX11
|
||||
Version: 0.99.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -58,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
# FIXME: It seems upstream scripts do not like it if makeinstall is used.
|
||||
#%%makeinstall DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# We intentionally don't ship *.la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
@ -231,6 +231,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3x/*.3x*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 2 2005 Mike A. Harris <mharris.com> 0.99.0-4
|
||||
- Added _smp_mflags to make invocation to speed up SMP builds
|
||||
|
||||
* Thu Sep 29 2005 Mike A. Harris <mharris.com> 0.99.0-3
|
||||
- Renamed package to remove xorg-x11 from the name due to unanimous decision
|
||||
between developers.
|
||||
|
Loading…
Reference in New Issue
Block a user