File python-django-errorstack.spec of Package python-django-errorstack
# norootforbuild
Name: python-django-errorstack
Version: 0.1.0
Release: 1
Summary: Easy Django integration with the ErrorStack.com service
License: BSD License
Group: Development/Libraries/Python
Source: django-errorstack-%{version}.tar.gz
URL: http://bitbucket.org/carljm/django-errorstack
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
A Django reusable application for logging errors to the ErrorStack service.
Author:
--------
Carl Meyer <carl@dirtcircle.com>
%prep
%setup -q -n django-errorstack-%{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)