http://bugzilla.rpmfusion.org/show_bug.cgi?id=1355
--- Comment #34 from Kalev Lember <[email protected]> 2010-08-09 11:42:19 --- > %{_datadir}/%{name}/locale/*.qm This results in unowned directories: %{_datadir}/%{name}/ and %{_datadir}/%{name}/locale/ are not traced by this rpm. To fix that, use either: %{_datadir}/%{name}/ or: %dir %{_datadir}/%{name}/ %dir %{_datadir}/%{name}/locale/ %{_datadir}/%{name}/locale/*.qm It would also be nice to use %{version} macro in Source0 URL so that you wouldn't have to update version in two separate places (Version: and Source0:) when you update the package. -- Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug.
