[Bug 440393] Review Request: python-lzo - Python bindings for lzo

bugzilla at redhat.com bugzilla at redhat.com
Fri Apr 4 02:46:53 UTC 2008


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: python-lzo - Python bindings for lzo


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





------- Additional Comments From panemade at gmail.com  2008-04-03 22:46 EST -------
for F8 build to generate egginfo you can change your spec to add build and
install sections as

%build
%if 0%{?fedora} > 8
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
%else
CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")'
build
%endif

%install
rm -rf $RPM_BUILD_ROOT
%if 0%{?fedora} > 8
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
%else
%{__python} -c 'import setuptools; execfile("setup.py")' install -O1
--skip-build --root %{buildroot}
%endif


-- 
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, or are watching someone who is.




More information about the package-review mailing list