15
0

Accepting request 526690 from home:bruno_friedmann:branches:devel:languages:python

- Packaging : 
  + Move to singlespec
  + Spec-cleanup
  + Split documentation to speedup rebuild
 
- Update to version 3.1

OBS-URL: https://build.opensuse.org/request/show/526690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=20
This commit is contained in:
2017-09-17 19:53:21 +00:00
committed by Git OBS Bridge
parent 0b4ae7e1c3
commit b020987ad3
6 changed files with 419 additions and 26 deletions

62
python-Chameleon-doc.spec Normal file
View File

@@ -0,0 +1,62 @@
#
# spec file for package python-Chameleon-doc
#
# Copyright (c) 2017 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-Chameleon-doc
Version: 3.1
Release: 0
Url: http://www.pagetemplates.org/
Summary: Documentation for python-Chameleon
License: BSD-3-Clause and BSD-4-Clause and Python-2.0 and ZPL-2.1
Group: Documentation/HTML
Source: https://files.pythonhosted.org/packages/source/C/Chameleon/Chameleon-%{version}.tar.gz
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# seems like Chamelon needs pkg_resources on runtime
# it invalidates its template cache based on your combined package versions
Recommends: python-Chameleon = %{version}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages
%description
Document for python-Chameleon the HTML/XML template engine for Python.
%prep
%setup -q -n Chameleon-%{version}
%build
#not used
%install
%python_exec setup.py build_sphinx
%python_expand rm build/sphinx/html/.buildinfo
%python_expand sed -i 's#\r##g' build/sphinx/html/objects.inv
%files %python_files
%defattr(-,root,root,-)
%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
%license LICENSE.txt
%else
%doc LICENSE.txt
%endif
%doc COPYRIGHT.txt README.rst build/sphinx/html
%changelog