https://bugzilla.redhat.com/show_bug.cgi?id=824218
Mario Blättermann mario.blaettermann@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mario.blaettermann@gmail.co | |m
--- Comment #3 from Mario Blättermann mario.blaettermann@gmail.com --- Scratch build for f18: http://koji.fedoraproject.org/koji/taskinfo?taskID=4488148
Build fails, this is from build.log:
RPM build errors: /var/tmp/rpm-tmp.KcwIBZ: line 39: gconftool-2: command not found
You have to add GConf2 to BuildRequires.
For a better readability, you might shrink the %files list, as follows:
%files %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/gconf/schemas/%{name}.schemas %{_datadir}/icons/hicolor/*/*/* %{_datadir}/%{name}/iconsets %{python_sitelib}/*.egg-info %{python_sitelib}/%{name}
This covers all needed directory ownerships and avoid undesired owning of directories from other packages. For the icons you would need hicolor-icon-theme, but this is a requirement of gtk2 anyway. For updating the icon cache, a scriptlet is mandatory: http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Icon_Cache