14
0

- Add fix-tests.patch gh#mgedmin/restview@5033eacb1d55

- Remove python_module macro definition
- More specific python_sitelib in %files
- Use autosetup instead of setup + autopatch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-restview?expand=0&rev=13
This commit is contained in:
2022-12-02 09:55:56 +00:00
committed by Git OBS Bridge
parent 5d1777cab5
commit 50bfb12c27
3 changed files with 103 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-restview
Version: 3.0.0
Release: 0
@@ -25,6 +24,8 @@ License: GPL-3.0-only
Group: Development/Languages/Python
URL: https://mg.pov.lt/restview/
Source: https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix-tests.patch gh#mgedmin/restview@5033eacb1d55
Patch1: fix-tests.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -46,8 +47,7 @@ BuildRequires: %{python_module readme_renderer}
A viewer for ReStructuredText documents that renders them on the fly.
%prep
%setup -q -n restview-%{version}
%autopatch -p1
%autosetup -p1 -n restview-%{version}
%build
%python_build
@@ -70,6 +70,7 @@ A viewer for ReStructuredText documents that renders them on the fly.
%doc CHANGES.rst README.rst
%license LICENSE
%python_alternative %{_bindir}/restview
%{python_sitelib}/*
%{python_sitelib}/restview
%{python_sitelib}/restview-%{version}*-info
%changelog