Package python-module-django-cms: Specfile

%define git_commit 1b5ea0a

%define module_name django-cms

Name: python-module-%module_name
Version: 2.1.3
Release: alt1.git.6db7026

Summary: An Advanced Django CMS

License: BSD
Group: Development/Python
Url: http://www.django-cms.org
Packager: Denis Klimov <zver@altlinux.org>

# https://github.com/divio/django-cms.git
Source: %module_name-%version.tar

BuildArch: noarch

BuildRequires: python-module-setuptools

%setup_python_module %module_name

%add_python_req_skip south tinymce dbgettext testapp

%description
An Advanced Django CMS.

%prep
%setup

%build
%python_build

%install
%python_install

%files
%doc CHANGELOG.txt AUTHORS LICENSE
%python_sitelibdir/cms/
%python_sitelibdir/menus/
%python_sitelibdir/mptt/
%python_sitelibdir/publisher/
%python_sitelibdir/django_cms*egg-info/

%changelog
* Fri Feb 25 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 2.1.3-alt1.git.6db7026
- Version 2.1.3

* Sun Nov 28 2010 Vitaly Lipatov <lav@altlinux.ru> 2.1.0-alt3.git.1b5ea0a
- cleanup spec
- build for ALT Linux Sisyphus

* Thu Nov 18 2010 Devaev Maxim <mdevaev@etersoft.ru> 2.1.0-alt2.git.1b5ea0a
- fixed python-testapp requires

* Wed Nov 17 2010 Devaev Maxim <mdevaev@etersoft.ru> 2.1.0-alt1.git.1b5ea0a
- New version

* Sat Mar 27 2010 Denis Klimov <zver@altlinux.org> 2.0.2-alt1.git.b035f83
- Initial build for ALT Linux