14
0
forked from pool/python-pbr

Accepting request 600105 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/600105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=80
This commit is contained in:
Tomáš Chvátal
2018-04-24 06:24:56 +00:00
committed by Git OBS Bridge
parent 9634c601f5
commit 084ef7f62a
6 changed files with 36 additions and 22 deletions

View File

@@ -18,21 +18,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pbr-doc
Version: 4.0.0
Version: 4.0.2
Release: 0
Summary: Documentation for python-pbr
License: Apache-2.0
Group: Development/Languages/Python
Url: http://pypi.python.org/pypi/pbr
URL: http://pypi.python.org/pypi/pbr
Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz
Source1: python-pbr-rpmlintrc
BuildRequires: fdupes
# Documentation requirements:
BuildRequires: python3-Sphinx >= 1.6.2
BuildRequires: python3-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Provides: %{python_module pbr-doc = %{version}}
BuildArch: noarch
%description
This package contains documentation files for python-pbr
@@ -51,8 +50,7 @@ mkdir -p %{buildroot}%{_docdir}/python-pbr
cp -r doc/build/html %{buildroot}%{_docdir}/python-pbr/
%files
%defattr(-,root,root,-)
%doc LICENSE
%license LICENSE
%{_docdir}/python-pbr/
%changelog