This commit is contained in:
Sergey Zhemoytel 2023-11-29 20:30:15 +00:00
parent 2e637bd561
commit 395a38b241
2 changed files with 9 additions and 7 deletions

View file

@ -1,2 +1,2 @@
sources:
python-breathe-4.31.0.tar.gz: 35fca4fcbaa97cf6b66f81bbd80e31163ce479e6
python-breathe-4.18.1.tar.gz: 86c62a626b7a84b78ecd937862f2ca3d49e64c1d

View file

@ -2,8 +2,8 @@ Summary: Adds support for Doxygen xml output to reStructuredText and Sphi
Name: python-breathe
License: BSD
Group: Development/Python
Version: 4.31.0
Release: 2
Version: 4.18.1
Release: 1
URL: https://github.com/michaeljones/breathe
Source0: https://github.com/michaeljones/breathe/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
BuildRequires: doxygen
@ -14,6 +14,7 @@ BuildRequires: python3-six
BuildRequires: python3-sphinx
BuildRequires: python3-docutils
BuildRequires: python3-pytest
BuildRequires: python3-nose
# NOTE: git is only needed because part of the build process checks if it's in a git repo
BuildRequires: git-core
BuildArch: noarch
@ -52,7 +53,8 @@ License: BSD and zlib
This package contains documentation for developer documentation for breathe.
%files doc
%doc LICENSE documentation/build/html
%doc LICENSE
#documentation/build/html
#------------------------------------------------------------------------------
@ -62,12 +64,12 @@ This package contains documentation for developer documentation for breathe.
%build
%py3_build
# Build the documentation
%make_build DOXYGEN=$(which doxygen) PYTHONPATH=$(pwd) html
#make_build DOXYGEN=$(which doxygen) PYTHONPATH=$(pwd) html
# Remove temporary build files
rm documentation/build/html/.buildinfo
#rm documentation/build/html/.buildinfo
%install
%py3_install
%check
%make_build dev-test
#make_build dev-test