Package python-module-PasteScript: Specfile

%define version 1.7.4
%define release alt1.svn20090922.1
%setup_python_module PasteScript

Name: %packagename
Version:%version
Release: %release

Summary: A pluggable command-line frontend

License: MIT/X11
Group: Development/Python
BuildArch: noarch
Url: http://pythonpaste.org
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Source: %modulename-%version.tar

Conflicts: python-module-paste.script
Obsoletes: python-module-paste.script

BuildRequires: python-module-PasteDeploy
BuildPreReq: python-module-sphinx python-module-Pygments

%description
A pluggable command-line frontend, including commands to setup
package file layouts.

%prep
%setup -n %modulename-%version

%build
%python_build
./regen-docs

%install
%python_install

%files
%doc docs/_build/*
%python_sitelibdir/paste/script
%python_sitelibdir/%modulename-*
%_bindir/paster

%changelog
* Tue Sep 29 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.7.4-alt1.svn20090922.1
- Version 1.7.4

* Sun Apr 05 2009 Denis Klimov <zver@altlinux.org> 1.7.3-alt1
- Initial build for ALT Linux