Package python-module-django-debug-toolbar: Specfile

Name: python-module-django-debug-toolbar
Version: 0.0.0
Release: alt1.gita2802d

Summary: A debug/profiling overlay for Django

License: GPL
Group: Development/Python
BuildArch: noarch
Url: http://github.com/dcramer/django-debug-toolbar

Source: %name-%version.tar

%description
This is a fork of Rob Hudson's Debug Toolbar. It includes an
alternative style, performance optimizations, and some panels which
may not be available in the main repository.

%prep
%setup -n %name-%version

%install
mkdir -p %buildroot%python_sitelibdir
cp -rf debug_toolbar %buildroot%python_sitelibdir

%files
%doc README.rst AUTHORS.rst TODO.rst
%python_sitelibdir/debug_toolbar

%changelog
* Sat Feb 14 2009 Denis Klimov <zver@altlinux.org> 0.0.0-alt1.gita2802d
- Initial build for ALT Linux