File python-django-dajaxice.spec of Package python-django-dajaxice

#
# spec file for package python-django-dajaxice
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-django-dajaxice
Version:        0.7
Release:        0
Summary:        Agnostic and easy to use ajax library for django
License:        BSD-3-Clause
Group:          Development/Languages/Python
URL:            http://dajaxproject.com
Source:         https://files.pythonhosted.org/packages/source/d/django-dajaxice/django-dajaxice-%{version}.tar.gz
Patch0:         docu_build.patch
BuildRequires:  %{python_module Django}
BuildRequires:  %{python_module base}
BuildRequires:  fdupes
BuildRequires:  python-Sphinx
BuildRequires:  python-rpm-macros
Requires:       python-Django
BuildArch:      noarch
%python_subpackages

%description
Easy to use AJAX library for django, all the presentation logic
resides outside the views and doesn't require any JS Framework.
Dajaxice uses the unobtrusive standard-compliant (W3C) XMLHttpRequest
1.0 object.

%prep
%setup -q -n django-dajaxice-%{version}
%patch0 -p1

%build
%python_build
cd docs && make html && rm -r _build/html/.buildinfo

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%license COPYING
%license COPYING
%doc examples docs/_build/html
%{python_sitelib}/*

%changelog
openSUSE Build Service is sponsored by