Matej Cepl 2018-12-04 17:14:11 +00:00 committed by Git OBS Bridge
parent ca930645c4
commit af0e86a7df

View File

@ -23,13 +23,12 @@ Release: 0
Summary: Sphinx theme used by Guzzle
License: MIT AND OFL-1.1
Group: Development/Languages/Python
Url: https://github.com/guzzle/guzzle_sphinx_theme
Source: https://pypi.python.org/packages/f4/7d/aed8cd5e4ca52bb8550d2c33fcbb8d6dbd5c2cf5e1694202d2135b374eba/guzzle_sphinx_theme-%{version}.tar.gz
URL: https://github.com/guzzle/guzzle_sphinx_theme
Source: https://files.pythonhosted.org/packages/source/g/guzzle_sphinx_theme/guzzle_sphinx_theme-%{version}.tar.gz
BuildRequires: %{python_module Sphinx >= 1.2b1}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 1.2b1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@ -48,8 +47,8 @@ find . -iname .DS_Store -delete
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.rst
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog