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

--- Comment #4 from Eduardo Echeverria <[email protected]> ---
Hi again 

In the process of renaming the package can use

%global pkgname odict
Name: python-odict
Source0:
http://pypi.python.org/packages/source/o/%{pkgname}/%{pkgname}-%{version}.tar.gz
........................
%prep
%setup -q -n %{pkgname}-%{version}
........................
%files
%doc LICENSE.rst README.rst
%{python_sitelib}/%{pkgname}/
%{python_sitelib}/%{pkgname}-%{version}*.egg-info

In http://pypi.python.org/pypi/odict/ I read

Requires Python 2.4+
You could use
BuildRequires: python2-devel
Requires: python2
http://fedoraproject.org/wiki/Packaging:Python#BuildRequires

and in section %files.
%files
%defattr(-,root,root) #for EPEL
%doc LICENSE.rst README.rst

Regards

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to