forked from pool/libcbor
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
7fec50d07e | ||
|
64db3f7ccb | ||
|
e48df8847a | ||
|
f514a7aaac |
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 00:44:42 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Explicitly BuildRequire sphinx_rtd_theme.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 09:29:46 UTC 2024 - Eric Schirra <ecsos@opensuse.org>
|
||||
|
||||
- The doc fails to build with an assert in sphinx in 15sp6 also.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 14:35:56 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcbor
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,8 +23,8 @@
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
|
||||
%if "%{flavor}" == "doc"
|
||||
# in 15sp4/sp5, the doc fails to build with an assert in sphinx
|
||||
%if 0%{?sle_version} >= 150400 && 0%{?sle_version} <= 150500
|
||||
# in 15sp4/sp5/sp6, the doc fails to build with an assert in sphinx
|
||||
%if 0%{?sle_version} >= 150400 && 0%{?sle_version} <= 150600
|
||||
%define build_man 0
|
||||
%else
|
||||
%define build_man 1
|
||||
@ -50,6 +50,7 @@ Source1: libcbor.3
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-breathe
|
||||
BuildRequires: python3-sphinx_rtd_theme
|
||||
%else
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
|
Loading…
x
Reference in New Issue
Block a user