[Bug 431249] Review Request: sawfish - An extensible window manager for the X Window System.

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 3 00:00:39 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=431249





--- Comment #15 from Michal Jaegermann <michal at harddata.com>  2008-11-02 19:00:37 EDT ---
In spec files like in comment #9 there is 

make host_type=%{_target_platform}

Unfortunately this may result in DOC file placed in
/usr/libexec/sawfish/1.3.3/i686-redhat-linux-gnu/DOC while sawfish-ui looks for
in /usr/libexec/sawfish/1.3.3/i386-redhat-linux if %{_target_platform}
evaluates to "i386-redhat-linux".  As a result sawfish-ui refuses to run.  One
way to prevent that
is to do 'make host_type=%{_host_cpu}-redhat-linux-gnu'.

My old versions of specs had also this:

## hackaround for 
# checking build system type... 

%define _host %{_target_platform}
%define _build %{_target_platform}

and that needs to be consistently used especially when %{_host_cpu} differs
from %{_arch}.

A requirement is that all of this agrees with librep and rep-gtk.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list