Package python-module-trac-tocmacro: Specfile

%define tarname tocmacro
Name: python-module-trac-tocmacro
%define r_minor r7916
Version: 11.0.0.3
Release: alt1.%r_minor

Summary: The TocMacro generates a table of contents for the current page or a set of pages

Group: Development/Python
# FIXME: unknown?
License: http://www.opensource.org/licenses/mit-license.php
Url: http://trac-hacks.org/wiki/TocMacro

Packager: Slava Dubrovskiy <dubrsl@altlinux.ru>

Source: %{tarname}-%r_minor.zip

BuildArch: noarch

BuildRequires: python-module-setuptools unzip

%description
The TocMacro generates a table of contents for the current page or a set of pages

%prep
%setup -q -n %tarname/0.11

%build
%__python setup.py build

%install
%__python setup.py install --root %buildroot

chmod -R a+r %buildroot%python_sitelibdir/tractoc

%files
%python_sitelibdir/*

%changelog
* Mon May 03 2010 Slava Dubrovskiy <dubrsl@altlinux.org> 11.0.0.3-alt1.r7916
- Build for ALT