Saturday 08 March 2003 16.59 skrev Austin:
> On 2003.03.08 09:48 Oden Eriksson wrote:
> > How do I fix this lang stuff?
>
> Add
> %find_lang modlgan
> to the end of your install seciton.
>
> Then changes your file section header to
> %files -f modlogan.lang
>
> Then remove hard-coded references to your language files.
>

Thank you Austin, I made rpmlint shut up using this:

%lang(cs) %{_datadir}/locale/cs/*/*
%lang(de) %{_datadir}/locale/de/*/*
%lang(es) %{_datadir}/locale/es/*/*
%lang(fr) %{_datadir}/locale/fr/*/*
%lang(it) %{_datadir}/locale/it/*/*
%lang(pl) %{_datadir}/locale/pl/*/*
%lang(ru) %{_datadir}/locale/ru/*/*


I suspect the macros you are talking about does this automatically?

-- 
Regards // Oden Eriksson, Deserve-IT.com

Reply via email to