forked from pool/xtensor-python
Accepting request 1248894 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1248894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xtensor-python?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 17 19:15:37 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||||
|
|
||||||
|
- BuildRequires: python3-sphinx_rtd_theme to fix Factory build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 19 13:50:59 UTC 2024 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
Thu Dec 19 13:50:59 UTC 2024 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xtensor-python
|
# spec file for package xtensor-python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -27,6 +27,7 @@ Patch0: 0001-Install-as-arch-independent.patch
|
|||||||
Patch1: cxx-flags.patch
|
Patch1: cxx-flags.patch
|
||||||
BuildRequires: %{python_module breathe}
|
BuildRequires: %{python_module breathe}
|
||||||
BuildRequires: %{python_module numpy-devel}
|
BuildRequires: %{python_module numpy-devel}
|
||||||
|
BuildRequires: %{python_module sphinx_rtd_theme}
|
||||||
BuildRequires: %{pythons}
|
BuildRequires: %{pythons}
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: doctest-devel
|
BuildRequires: doctest-devel
|
||||||
@@ -107,6 +108,7 @@ mkdir -p %{buildroot}/%{_docdir}/%{name}
|
|||||||
cp -r %{_builddir}/%{buildsubdir}/docs/build/html/* %{buildroot}/%{_docdir}/%{name}
|
cp -r %{_builddir}/%{buildsubdir}/docs/build/html/* %{buildroot}/%{_docdir}/%{name}
|
||||||
|
|
||||||
%fdupes -s %{buildroot}/%{_docdir}
|
%fdupes -s %{buildroot}/%{_docdir}
|
||||||
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# run unit tests
|
# run unit tests
|
||||||
|
|||||||
Reference in New Issue
Block a user