Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9e1e43f894276da185d022bb69393aa3 > files > 1

python-django-south-0.7.6-2.mga3.src.rpm

%define realname    south
%define name   python-django-south
%define version 0.7.6
%define release %mkrel 2
%define vcstag rc1

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        Intelligent schema migrations for Django apps
Group:          Development/Python
License:        ASL 2.0
URL:            http://south.aeracode.org
Source:         http://www.aeracode.org/releases/south/%{realname}-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  python-devel python-setuptools
Requires:       python-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-%{version}
rm -rf South.egg-info

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

%files
%doc README
%{python_sitelib}/south
%{python_sitelib}/South-%{version}-py?.?.egg-info



%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.7.6-2.mga3
+ Revision: 378724
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Dec 23 2012 philippem <philippem> 0.7.6-1.mga3
+ Revision: 334324
- Update to 0.7.6

* Mon Feb 21 2011 ahmad <ahmad> 0.7.3-1.mga1
+ Revision: 55731
- update to 0.7.3
- use the tarball url in the Source tag

* Thu Jan 27 2011 ahmad <ahmad> 0.7.2-1.mga1
+ Revision: 42416
- imported package python-django-south