Name: django-countries Version: 1.0.5 Release: 2%{?dist} Summary: Provides a country field for Django models Group: Development/Languages License: MIT URL: http://pypi.python.org/pypi/django-countries Source0: http://pypi.python.org/packages/source/d/django-countries/django-countries-%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools-devel python-devel Requires: Django %description Django application which provides country choices for use with forms, and a country field for models. %prep %setup -q # drop empty file rm -rf django_countries/models.py %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE README %{python_sitelib}/django_countries/ %{python_sitelib}/django_countries*.egg-info %changelog * Sun May 08 2011 Rahul Sundaram - 1.0.5-2 - Remove empty file * Thu Apr 14 2011 Rahul Sundaram - 1.0.5-1 - initial spec