[Bug 208034] Review Request: HippoDraw - Interactive and Python scriptable data analysis application

bugzilla at redhat.com bugzilla at redhat.com
Sun Jul 29 17:27:30 UTC 2007


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 at 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>
---------------------------------------------------

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list