Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: HippoDraw - Interactive and Python scriptable data analysis application
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=208034
------- Additional Comments From mtasaka@ioa.s.u-tokyo.ac.jp 2007-01-25 12:10 EST ------- Well, just I looked at your spec file: * Currently several directories under %{_datadir}/doc/%{name} (and this directory itself) is not owned by any package
* By the way, why LICENSE, DISCLAIMER.rtf are installed in both main and -devel package?
* qt file sourcing -------------------------------------------------- export QTDIR="" && source /etc/profile.d/qt.sh -------------------------------------------------- This should not be needed as qt package is correctly fixed. Please remove this
* --add-category X-Fedora \ This category is deprecated and should be removed.
* %{_datadir}/icons/hicolor/48x48/apps/hippoApp.png Installing image files under %{_datadir}/icons/hicolor needs icon cache updating (check: http://fedoraproject.org/wiki/Packaging/ScriptletSnippets )
* %{_libdir}/python2.4/site-packages/ Please don't write so. Currently rawhide python is 2.5 and this description should cause failure. Please check: http://fedoraproject.org/wiki/Packaging/Python
NOTE: I only looked at your spec file.