[Bug 1165275] Review Request: cloudmonkey - Command Line Interface for Apache CloudStack

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Robert-André Mauchin <zebob.m@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zebob.m@xxxxxxxxx



--- Comment #4 from Robert-André Mauchin <zebob.m@xxxxxxxxx> ---
 - Not ok:

%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%{python_sitelib}/*

You must use %{python3_sitelib}/ and be more specific as we forbid globbing the
entire directory

 - Group is not used in Fedora

 - Not needed:

%defattr(-,root,root,-)

rm -rf %{buildroot}

%clean
rm -rf %{buildroot}

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

 - Python 2 is deprecated, you must package Python 3 only.

 - Source0:       
https://pypi.python.org/packages/source/c/cloudmonkey/%{tarball_name}-%{version}.tar.gz
→ Source0:        %{pypi_source}


 - %{__python} setup.py build → %py3_build

 - %{__python} setup.py install -O1 --skip-build --root %{buildroot} →
%py3_install

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux