diff --git a/python-sphinx-feature-classification.changes b/python-sphinx-feature-classification.changes index 6a2caa9..934f376 100644 --- a/python-sphinx-feature-classification.changes +++ b/python-sphinx-feature-classification.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 18 23:27:57 UTC 2018 - Jan Engelhardt + +- Use noun phrase in descriptions. + +------------------------------------------------------------------- +Tue Dec 4 12:54:49 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Mar 29 12:16:00 UTC 2018 - tbechtold@suse.com diff --git a/python-sphinx-feature-classification.spec b/python-sphinx-feature-classification.spec index cb29cb4..5ceee07 100644 --- a/python-sphinx-feature-classification.spec +++ b/python-sphinx-feature-classification.spec @@ -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