Пакет python-module-texttemplate: Specfile

%define oname texttemplate
Name: python-module-%oname
Version: 0.2.0
Release: alt1
Summary: Text templating module
License: LGPL
Group: Development/Python
Url: http://pypi.python.org/pypi/texttemplate/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Source: %name-%version.tar
BuildArch: noarch

BuildPreReq: python-devel

%description
texttemplate converts text templates into simple Python-based object
models easily manipulated from ordinary Python code. Fast, powerful and
easy to use.

%prep
%setup

%build
%python_build

%install
%python_install

%files
%doc *.txt Documentation Examples
%python_sitelibdir/*

%changelog
* Mon May 16 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.2.0-alt1
- Initial build for Sisyphus