2018-12-24 10:46:14 +00:00
committed by Git OBS Bridge
2 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 18 23:27:57 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in descriptions.
-------------------------------------------------------------------
Tue Dec 4 12:54:49 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Thu Mar 29 12:16:00 UTC 2018 - tbechtold@suse.com

View File

@@ -12,7 +12,7 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,23 +20,22 @@
Name: python-sphinx-feature-classification
Version: 0.1.0
Release: 0
Summary: Generate a matrix of pluggable drivers and their support to an API in Sphinx
Summary: Sphinx extension to generate a matrix of pluggable drivers
License: Apache-2.0
Group: Development/Languages/Python
Url: http://www.openstack.org/
URL: http://www.openstack.org/
Source: https://files.pythonhosted.org/packages/source/s/sphinx-feature-classification/sphinx-feature-classification-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pbr >= 2.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-docutils >= 0.11
Requires: python-pbr >= 2.0
BuildArch: noarch
%python_subpackages
%description
Generate in sphinx a matrix of pluggable drivers and their support to an API.
An extension to Sphinx to generate a matrix of pluggable drivers and
their support to an API.
%prep
%setup -q -n sphinx-feature-classification-%{version}
@@ -49,7 +48,8 @@ Generate in sphinx a matrix of pluggable drivers and their support to an API.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc AUTHORS ChangeLog LICENSE README.rst
%license LICENSE
%doc AUTHORS ChangeLog README.rst
%{python_sitelib}/*
%changelog