Le mercredi 07 avril 2010, à 10:42 +0200, Andreas Jaeger a écrit :
On Wednesday 07 April 2010 10:40:46 Kyrill Detinov wrote:
Wednesday 07 April 2010
Hello.
I build Python program package. Running 'python setup.py install --record-rpm=INSTALLED_FILES' I got the first list. With '%find_lang %{name}' macro I got the second one.
In %files section I can use only one list, '%files -f INSTALLED_FILES' or '%files -f %{name}.lang'.
How to package the second filelist?
Doesn't the following work? %files -f INSTALLED_FILES -f %{name}.lang
It works with recent versions of rpm (since openSUSE 11.2, iirc). For earlier versions, just do this in %install: cat INSTALLED_FILES %{name}.lang > full-list And then: %files -f full-list Vincent -- Les gens heureux ne sont pas pressés. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org