Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=454980 --- Comment #10 from Michael Schwendt <bugs.michael@xxxxxxx> 2008-08-31 05:22:30 EDT --- > http://hubbitus.net.ru/rpm/Fedora9/axel/axel.spec Don't use %configure but ./configure with proper arguments, because this configure script is a custom one. > %lang(de) %{_datadir}/locale/de/LC_MESSAGES/%{name}.mo > %lang(nl) %{_datadir}/locale/nl/LC_MESSAGES/%{name}.mo The proper way to include these files is the %find_lang macro: %find_lang %{name} somewhere at end of %install plus a change in the %files section, %files -f %{name}.lang and then don't include the .mo files manually. > %{_mandir}/man1/axel.1.gz Currently, it really is automatic .gz compression. Better use a wildcard, so the package keeps building whenever the underlying compression method changes: %{_mandir}/man1/axel.1* -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review