[Bug 460387] Review Request: python-schedutils - bindings for the scheduler settings interface

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 28 12:14:33 UTC 2008


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=460387


Parag AN(पराग) <panemade at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |panemade at gmail.com
         AssignedTo|nobody at fedoraproject.org    |panemade at gmail.com




--- Comment #1 from Parag AN(पराग) <panemade at gmail.com>  2008-08-28 08:14:32 EDT ---
Suggestions:-
1)Where is upstream? I don't see URL tag in spec file. Add URL.
2) your build and install section for python package should look like this
%build
%{__python} setup.py build

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

See 
http://fedoraproject.org/wiki/Packaging/Python/Eggs#Providing_Eggs_using_Setuptools

4) preserve timestamps while using cp and install commands with -p option

5) conditional if is not needed F9>= releases
%if "%{python_ver}" >= "2.5"
%{python_sitearch}/*.egg-info
%endif
 remove it and add only egginfo file.

-- 
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