[Bug 1100477] Review Request: python-natsort - Python library that sorts lists using the "natural order" sort

bugzilla at redhat.com bugzilla at redhat.com
Thu May 29 04:02:55 UTC 2014


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



--- Comment #3 from Christopher Meng <i at cicku.me> ---
1. %{__python} --> %{__python2}

2. %files
%{_bindir}/natsort
%doc LICENSE
%doc README.rst
%{python_sitelib}/natsort
%{python_sitelib}/natsort-%{version}-py*.egg-info

%files -n python3-natsort
%doc LICENSE
%doc README.rst
%{python_sitelib}/natsort
%{python_sitelib}/natsort-%{version}-py*.egg-info

1) You should also provide a bin in python3 subpkg.

2) %files -n python3-natsort
%doc LICENSE
%doc README.rst
%{python_sitelib}/natsort
%{python_sitelib}/natsort-%{version}-py*.egg-info

Still %{python_sitelib} ???

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


More information about the package-review mailing list