Name: python-django-staticfiles Version: 0.3.2 Release: 6%{?dist} Summary: A Django app that provides helpers for serving static files Group: Development/Languages License: BSD URL: http://django-staticfiles.readthedocs.org/ Source: http://pypi.python.org/packages/source/d/django-staticfiles/django-staticfiles-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools Requires: python-django Provides: django-staticfiles = %{version}-%{release} # Because of the renaming mechanism, the next should stay forever in this package. Obsoletes: django-staticfiles < 0.3.2-3 %description This is a Django app that provides helpers for serving static files. The main website for django-staticfiles is github.com/jezdez/django-staticfiles where you can also file tickets. %prep %setup -q -n django-staticfiles-%{version} rm -f docs/_build/html/.buildinfo rm -rf django_staticfiles.egg-info %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %doc docs/ LICENSE AUTHORS README.rst %{python_sitelib}/staticfiles %{python_sitelib}/django_staticfiles-%{version}-py?.?.egg-info %changelog * Sat Jun 16 2012 Domingo Becker - 0.3.2-6 - Added a more specific files section. - Removed first line. - Removed unnecessary BuildRequires python-django. - Changed BuildRequires from python-devel to python2-devel. - Fixed release number. * Tue May 29 2012 Domingo Becker - 0.3.2-5 - Removed BuildRoot, clean, defattr and rm -rf buildroot. * Sat May 26 2012 Domingo Becker - 0.3.2-4 - Package rename to python-django-staticfiles. Please read https://fedoraproject.org/wiki/User:Bkabrda/Django_rename * Mon Nov 08 2010 Domingo Becker - 0.3.2-3 - Removed hidden .buildinfo from docs dir * Mon Nov 08 2010 Domingo Becker - 0.3.2-2 - Fixed License, URL, BuildRequires, long description, dot at summary * Mon Sep 27 2010 Domingo Becker - 0.3.2-1 - Initial RPM release