Пакет python-module-cubicweb-seo: Specfile

%define oname cubicweb-seo
Name: python-module-%oname
Version: 0.2.1
Release: alt1.1
Summary: Search engine optimisation with robotstxt and sitemaps
License: LGPL
Group: Development/Python
Url: https://pypi.python.org/pypi/cubicweb-seo/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

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

BuildPreReq: python-module-setuptools cubicweb

Requires: cubicweb

%description
Search engine optimisation with robotstxt and sitemaps.

%prep
%setup

%build
%python_build_debug

%install
%python_install

%check
python setup.py test

%files
%doc README
%python_sitelibdir/*
%_datadir/cubicweb/*

%changelog
* Fri Feb 02 2018 Stanislav Levin <slev@altlinux.org> 0.2.1-alt1.1
- (NMU) Fix Requires and BuildRequires to python-setuptools

* Thu Dec 11 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.2.1-alt1
- Initial build for Sisyphus