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-07-29 13:27 EST ------- Almost okay. Now rebuid succeeds on all archs as http://koji.fedoraproject.org/koji/taskinfo?taskID=80875
* Just file entry: ------------------------------------------------- %ghost %{_includedir}/%{name}/numarray/num_util.h ------------------------------------------------- - Perhaps you want to use %exclude? %ghost means that "this file may be missing, but it is okay". Actually num_util.h is installed on my system.
------------------------------------------------- %files python %defattr(-,root,root,-) <snip> %{python_sitearch}/hippo.pth %{python_sitelib}/hippo.pth <snip> -------------------------------------------------- - on i386 and ppc, these are the same. So: -------------------------------------------------- <snip> %{python_sitelib}/hippo.pth %ifarch x86_64 ppc64 %{python_sitearch}/hippo.pth %endif <snip> ---------------------------------------------------