File python-django-lint.spec of Package python-django-lint
# norootforbuild
Name: python-django-lint
Version: 0.10
Release: 1
Summary: Statically check Django applications
License: GPLv3
Group: Development/Libraries/Python
Source: django-lint-%{version}.tar.bz2
URL: http://chris-lamb.co.uk/projects/django-lint
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django, python-pylint
%{py_requires}
%description
Statically check Django applications.
%prep
%setup -q -n django-lint
%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)