Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=953101

--- Comment #41 from Kevin Kofler <ke...@tigcc.ticalc.org> ---
Brendan:
> No translations found for --with-qt in
> /home/bsjones/rpmbuild/BUILDROOT/razorqt-0.5.2-4.fc18.x86_64

Your %find_lang syntax is wrong, the order of the parameters matters.
Try:
%find_lang razorqt --with-qt --without-mo

Eugene:
> %files autosuspend -f razor-autosuspend.lang -f razor-config-autosuspend.lang

This is not going to work, you can use only one -f file. So you need to do this
after calling %find_lang:
cat razor-config-autosuspend.lang >>razor-autosuspend.lang
Then you can use:
%files autosuspend -f razor-autosuspend.lang
and everything will work fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ebTdFZFJIG&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to