[Bug 1215732] Review Request: pypy3 - Python 3 implementation with a Just-In-Time compiler

bugzilla at redhat.com bugzilla at redhat.com
Mon May 4 11:08:56 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1215732



--- Comment #15 from Miro Hrončok <mhroncok at redhat.com> ---
(In reply to Zbigniew Jędrzejewski-Szmek from comment #12)
> I think you missed those comments:
> 
> (In reply to Zbigniew Jędrzejewski-Szmek from comment #10)
> > [!]: Package must own all directories that it creates.
> >      Note: Directories without known owners:
> >      /usr/lib/rpm/macros.d,                    → OK
> >      /usr/lib/rpm,                             → OK
> >      /usr/lib64/pypy3-2.4.0                    → should be owned

I think this is %{pypyprefix} and should be owned by pypy-libs:


    %global pypyprefix %{_libdir}/pypy3-%{version}

    ...


    %files libs
    ...
    %dir %{pypyprefix}
    %dir %{pypyprefix}/lib-python
    ...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component


More information about the package-review mailing list