14
0
forked from pool/python-abimap

Accepting request 628248 from home:gladiac:branches:devel:languages:python

- Add missing Requires for python-setuptools
- Remove noarch from doc (the whole package is noarch)
- Remove unneeded build require on python-devel

OBS-URL: https://build.opensuse.org/request/show/628248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-abimap?expand=0&rev=3
This commit is contained in:
2018-08-08 19:19:16 +00:00
committed by Git OBS Bridge
parent 771148bc01
commit 41f85d0835
2 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 8 17:50:53 UTC 2018 - asn@cryptomilk.org
- Add missing Requires for python-setuptools
- Remove noarch from doc (the whole package is noarch)
- Remove unneeded build require on python-devel
-------------------------------------------------------------------
Fri Aug 3 15:40:38 UTC 2018 - asn@cryptomilk.org

View File

@@ -13,6 +13,7 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,29 +21,30 @@
Name: python-abimap
Version: 0.3.0
Release: 0
License: MIT
Summary: A helper for library maintainers to use symbol versioning
Url: https://github.com/ansasaki/abimap
License: MIT
Group: Development/Languages/Python
Url: https://github.com/ansasaki/abimap
Source: https://files.pythonhosted.org/packages/source/a/abimap/abimap-%{version}.tar.gz
Patch0: abimap-0.3.0-disable-pytest-console-script-tests.patch
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
#BuildRequires: %%{python_module pytest-console-scripts}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module pytest-cov}
# /SECTION
BuildRequires: fdupes
BuildArch: noarch
Requires: %{python_module setuptools}
%python_subpackages
%description
@@ -54,7 +56,6 @@ exported symbols and update the symbol version linker script accordingly.
%package doc
Summary: Symbol versioning helper (Documentation)
Group: Documentation/HTML
BuildArch: noarch
%description doc
Documentation for the symbol versioning helper %{name}