%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: Django-south Version: 0.7.3 Release: 1%{?dist} Summary: Intelligent schema migrations for Django apps Group: Development/Languages License: ASL 2.0 URL: http://south.aeracode.org Source: http://www.aeracode.org/releases/south/south-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel python-setuptools-devel Requires: Django %description South brings migrations to Django applications. Its main objectives are to provide a simple, stable and database-independent migration layer to prevent all the hassle schema changes over time bring to your Django applications. %prep %setup -q -n south %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc docs/ %{python_sitelib}/* %changelog * Mon Dec 20 2010 Domingo Becker - 0.7.3-1 - New upstream version. * Mon Sep 27 2010 Domingo Becker - 0.7.2-1 - Updated to 0.7.2 Release - A patch is included for python 2.4 compatibility * Sat Jul 24 2010 Diego Búrigo Zacarão 0.7.1-2 - Updated to 0.7.1 Release * Sat Oct 24 2009 Diego Búrigo Zacarão 0.6.1-1 - Updated to 0.6.1 Release * Wed Aug 13 2009 Diego Búrigo Zacarão 0.6-2 - Updated SPEC to use the upstream tar.gz instead of the VCS checkout * Sun Aug 11 2009 Diego Búrigo Zacarão 0.6-1 - Updated to 0.6 Release * Sun Aug 11 2009 Diego Búrigo Zacarão 0.6-0.1.20090811hgrc1 - Initial RPM release