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@xxxxxxxxxxxxx> 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. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review