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

Robert-André Mauchin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Robert-André Mauchin <[email protected]> ---
 - Not needed:

Group: Development/Libraries

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

 - Specify either python2-devel or python3-devel

 - You must add either a Python 2 subpackage or a Python 3 subpackages, or
both.

 - Use the Python macros:

python setup.py build → %py3_build

python setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix} →
py3_install


 - I'd recommend to use pyp2rpm to ease the packaging:

pyp2rpm -b3 -p2 crcmod > python-crcmod.spec

    It will produce a standard Python SPEC file with documentation and tests.

-- 
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
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to