Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-breathe.git#bbcfb66b641c05f2ab0d4a3d378a634cb0e6b2eb
This commit is contained in:
parent
a7bb8677e0
commit
f9090fd44a
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/v4.23.0.tar.gz
|
||||
/v4.24.0.tar.gz
|
||||
/v4.24.1.tar.gz
|
||||
/v4.25.1.tar.gz
|
||||
|
@ -5,7 +5,7 @@ Breathe is an extension to reStructuredText and Sphinx to be able to read and \
|
||||
render the Doxygen xml output.
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 4.24.1
|
||||
Version: 4.25.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Adds support for Doxygen xml output to reStructuredText and Sphinx
|
||||
|
||||
@ -25,6 +25,7 @@ BuildRequires: %{py3_dist pytest}
|
||||
# NOTE: git is only needed because part of the build process checks if it's in
|
||||
# a git repo
|
||||
BuildRequires: git
|
||||
BuildRequires: make
|
||||
|
||||
# Set the name of the documentation directory
|
||||
%global _docdir_fmt %{name}
|
||||
@ -53,7 +54,7 @@ This package contains documentation for developer documentation for %{srcname}.
|
||||
%build
|
||||
%py3_build
|
||||
# Build the documentation
|
||||
make %{?_smp_mflags} DOXYGEN=$(which doxygen) html
|
||||
%make_build DOXYGEN=$(which doxygen) html
|
||||
# Remove temporary build files
|
||||
rm documentation/build/html/.buildinfo
|
||||
|
||||
@ -61,7 +62,7 @@ rm documentation/build/html/.buildinfo
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
make dev-test
|
||||
%make_build dev-test
|
||||
|
||||
%files -n python%{python3_pkgversion}-%{srcname}
|
||||
%doc README.rst
|
||||
@ -74,6 +75,9 @@ make dev-test
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Dec 20 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.25.1-1
|
||||
- New upstream release 4.25.1 (rhbz#1908213)
|
||||
|
||||
* Mon Dec 7 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 4.24.1-1
|
||||
- New upstream release 4.24.1 (rhbz#1903366)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v4.24.1.tar.gz) = 64794907db32eaad25b107c30873004d891474be4f83cfc53bd998749d1f170b699efc99337ae9cb285ab01c0cb2c3a4535c0066f207733c2ae5844bf281acbe
|
||||
SHA512 (v4.25.1.tar.gz) = e87cd2ac54f356623813d3c59494457a30fa24f31151b048cdc67536098c5f35b7e6145982c162a924105c681cc7f34dda97a29d5da22f12019be14d5175b792
|
||||
|
Loading…
Reference in New Issue
Block a user