forked from pool/python-sphinx-feature-classification
Accepting request 659826 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/659826 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-feature-classification?expand=0&rev=2
This commit is contained in:
@@ -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
|
Thu Mar 29 12:16:00 UTC 2018 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: python-sphinx-feature-classification
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 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
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
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
|
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: %{python_module pbr >= 2.0}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-docutils >= 0.11
|
Requires: python-docutils >= 0.11
|
||||||
Requires: python-pbr >= 2.0
|
Requires: python-pbr >= 2.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
%setup -q -n sphinx-feature-classification-%{version}
|
%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}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc AUTHORS ChangeLog LICENSE README.rst
|
%license LICENSE
|
||||||
|
%doc AUTHORS ChangeLog README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user