File python-django-multilingual.spec of Package python-django-multilingual
# norootforbuild
Name: python-django-multilingual
Version: 0.1.0
Release: 1
Summary: Multilingual extension for Django
License: MIT
Group: Development/Libraries/Python
Source: django-multilingual-%{version}.tar.gz
URL: http://code.google.com/p/django-multilingual/
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
Multilingual extension for Django.
Author:
--------
This library is the result of dozens of contributions from multiple authors,
see the http://code.google.com/p/django-multilingual/source/browse/trunk/AUTHORS
file for the full list.
%prep
%setup -q -n django-multilingual-%{version}
%build
%{__python} setup.py build
%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%files -f INSTALLED_FILES
%defattr(-,root,root)