[Bug 657531] Review Request: python-gzipstream - Streaming zlib (gzip) support for python

bugzilla at redhat.com bugzilla at redhat.com
Sun Nov 28 21:54:55 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Lukáš Zapletal <lzap at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lzap at redhat.com

--- Comment #1 from Lukáš Zapletal <lzap at redhat.com> 2010-11-28 16:54:54 EST ---
Please add condition for defining the python_sitelib macro as defined in
http://fedoraproject.org/wiki/Packaging:Python#Macros:

%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif

Its not needed anymore for Fedora 13+ and RHEL 6+.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the package-review mailing list