[Bug 175844] Review Request: wmx -- really simple and basic X window manager

bugzilla at redhat.com bugzilla at redhat.com
Fri Dec 16 20:08:29 UTC 2005


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

Summary: Review Request: wmx -- really simple and basic X window manager


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





------- Additional Comments From lemenkov at newmail.ru  2005-12-16 15:08 EST -------
(In reply to comment #4)

> Spec Name or Url: http://www.contrib.andrew.cmu.edu/~somlo/wmx.spec
> SRPM Name or Url: http://www.contrib.andrew.cmu.edu/~somlo/wmx-6pl1-2.src.rpm

 %{__install} -s -D -m 755 wmx %{buildroot}%{_prefix}/X11R6/bin/wmx

Devel-branch of FC doesn't have /usr/X11R6 and there isn't a particular reason
to use this path if it exists. Change it to:

 %{__install} -s -D -m 755 wmx %{buildroot}%{_bindir}/wmx

You should change %files section in the similar way:

%files
%defattr(-,root,root)
%doc README* UPDATES ANNOYING-BUGS wmx.xsession
%{_bindir}/wmx
%{_datadir}/%{name}

O/T:

Have you looked at the configure-log carefully?

...
checking whether you're still watching... probably not :-)
...



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




More information about the fedora-extras-list mailing list