Ghost pyo

Rex Dieter rdieter at math.unl.edu
Wed Jul 12 19:16:12 UTC 2006


Jeremy Sanders wrote:

> Hi -
> 
> My python based package veusz works on FC5 and devel, but fails to build
> on FC4 because the %ghost globs cannot find the .pyo files, which are
> apparently not generated by FC4.
> 
> What is the correct way of dealing with this? Should I remove the %ghost
> statements from the FC4 spec file, or somehow get the pyo files to be
> generated?

The former.  Wrap the %ghost statements inside
%if "%{?fedora}" > "4"

%endif

-- Rex




More information about the fedora-extras-list mailing list