Please, correct example on:
https://fedoraproject.org/wiki/Packaging:Guidelines#Handling_Locale_Files
It is now
%files -f %{name}.lang -f bar.lang %license LICENSE %doc README %{_bindir}/%{name} %{_mandir}/man1/bar.1.gz
Man mges in %files shpuld be not listed with .gz suffix. It should be:
%files -f %{name}.lang -f bar.lang %license LICENSE %doc README %{_bindir}/%{name} %{_mandir}/man1/bar.1*
Fixed, thanks.
Metadata Update from @tibbs: - Issue assigned to tibbs - Issue close_status updated to: accepted - Issue status updated to: Closed (was: Open)