[Bug 547622] Review Request: python-cloudservers - Python bindings to the Rackspace Cloud Servers API

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 29 20:06:13 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=547622

--- Comment #5 from BJ Dierkes <wdierkes at rackspace.com> 2010-04-29 16:06:11 EDT ---
Few more things:

Macro missing '%' on {_tmppath}

BuildRoot:      {_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


----------

Use %{version}, and %{pyver} macros in %files for easier upgrade-ability when
changing versions (and building on other distros):

i.e. 

%{python_sitelib}/python_cloudservers-1.0a3-py2.6.egg-info

Should be:

%{python_sitelib}/python_cloudservers-%{version}-py%{pyver}.egg-info


For the %{pyver} macro, add the following at the top of the spec:

%{!?pyver: %global pyver %(%{__python} -c "import sys ; print
sys.version[:3]")}


----------

python-prettytable does not exist in Fedora.  Please submit a package review
for python-prettytable, and have it 'block' this bug.

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