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?
 
Thanks for your help!
Dominique