[Bug 345391] Review Request: python-flup - Random assortment of WSGI servers for python

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 23 08:33:06 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: python-flup - Random assortment of WSGI servers for python
Alias: python-flup

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


panemade at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nobody at fedoraproject.org    |panemade at gmail.com
             Status|NEW                         |ASSIGNED
               Flag|                            |fedora-review?




------- Additional Comments From panemade at gmail.com  2007-10-23 04:33 EST -------
You need to have build and install as 

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT

I saw that anyway install is calling build so why not to call build in proper
build section.

-- 
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 Fedora-package-review mailing list