Changes in this patch:
- run autogen.sh without parameters, no need to define --x-libraries etc
- no need to define host_type
- use all CPUs to compile
--- sawfish-1.6.1/sawfish.spec.in.orig 2010-01-02 09:39:28.000000000 +0200
+++ sawfish-1.6.1/sawfish.spec.in 2010-01-02 09:37:26.000000000 +0200
@@ -31,12 +31,9 @@
%setup -q
%build
-./autogen.sh \
- --x-libraries=%{_libdir} \
- --x-includes=/usr/include/X11
-
+./autogen.sh
%configure
-make host_type=%{_target_platform}
+make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT