%global pypi_name django-sorting %global obs_ver 0.1-6 Name: python-%{pypi_name} Version: 0.1 Release: 6%{?dist} Summary: A Django application for easy sorting Group: Development/Languages License: BSD URL: http://pypi.python.org/pypi/%{pypi_name} Source: http://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools Requires: python-django Provides: django-sorting = %{version}-%{release} Obsoletes: django-sorting < %{obs_ver} %description Django-sorting allows for easy sorting, and sorting links generation without modifying your views. %prep %setup -q -n %{pypi_name}-%{version} %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %doc README.txt LICENSE.txt CONTRIBUTORS.txt %{python_sitelib}/django_sorting %{python_sitelib}/django_sorting-%{version}-py?.?.egg-info %changelog * Thu Aug 16 2012 Bohuslav Kabrda - 0.1-6 - Renamed to python-django-sorting. - Minor spec cleanup. * Wed Jul 18 2012 Fedora Release Engineering - 0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jul 21 2010 David Malcolm - 0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Thu Aug 20 2009 Diego Búrigo Zacarão 0.1-1 - Initial RPM release