On Friday 20 October 2006 3:52 am, Dominique Leuenberger wrote:
> Hi everybody,
>
> as quiet a n00b in packaging, I;m in progress of packaging gnome-sudoku
> (will be found in games:puzzle.
> The package works good so far, EXCEPT for opensuse-factory.
>
> The reason is tracked down, I'm just missing a good solution, that I
> might like (introducing a variable using an %if construct is not what
> I'd like)
>
> So the problem:
> The program get's installed to
> /usr/lib/python2.4/site-packages/gnome_sudoku
>
> and thus, in my files section, I have
> %{_prefix}/lib/python2.4/site-packages/gnome_sudoku
>
> But as Factory switched to Python 2.5, of course the install path is
> different (the install script realizez it, and copies it to
> [...]python2.5[...]
>
> How can I adjust the %Files - Section to reflect this 'Multi-Version'
> aware?

Add --prefix=%{_prefix} to your "setup.py install" line.

-- 
James Oakley
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to