fixed bz#2161515 - doxygen FTBFS if _module_build is 1
This commit is contained in:
parent
3f948a6a3b
commit
f977bc6479
13
doxygen.spec
13
doxygen.spec
@ -22,7 +22,7 @@ Name: doxygen
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.9.6
|
Version: 1.9.6
|
||||||
%if 0%{?stable}
|
%if 0%{?stable}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
%else
|
%else
|
||||||
%global commit e18f715eb55121a4219d00bc4d824cebf1fb504b
|
%global commit e18f715eb55121a4219d00bc4d824cebf1fb504b
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
@ -45,7 +45,9 @@ Source2: doxywizard-icons.tar.xz
|
|||||||
|
|
||||||
BuildRequires: %{_bindir}/python3
|
BuildRequires: %{_bindir}/python3
|
||||||
BuildRequires: gcc-c++ gcc
|
BuildRequires: gcc-c++ gcc
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter, perl-open
|
||||||
|
BuildRequires: texlive-bibtex
|
||||||
|
|
||||||
%if ! 0%{?_module_build}
|
%if ! 0%{?_module_build}
|
||||||
BuildRequires: tex(dvips)
|
BuildRequires: tex(dvips)
|
||||||
BuildRequires: tex(latex)
|
BuildRequires: tex(latex)
|
||||||
@ -109,16 +111,14 @@ BuildRequires: ghostscript
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
%else
|
|
||||||
BuildRequires: zlib-devel
|
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
%if "x%{?xapian_core_support}" == "xON"
|
%if "x%{?xapian_core_support}" == "xON"
|
||||||
BuildRequires: xapian-core-devel
|
BuildRequires: xapian-core-devel
|
||||||
BuildRequires: zlib-devel
|
|
||||||
%endif
|
%endif
|
||||||
%if "x%{?clang_support}" == "xON"
|
%if "x%{?clang_support}" == "xON"
|
||||||
BuildRequires: llvm-devel
|
BuildRequires: llvm-devel
|
||||||
@ -319,6 +319,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 18 2023 Than Ngo <than@redhat.com> - 2:1.9.6-2
|
||||||
|
- fixed bz#2161515 - doxygen FTBFS if _module_build is 1
|
||||||
|
|
||||||
* Tue Jan 03 2023 Than Ngo <than@redhat.com> - 2:1.9.6-1
|
* Tue Jan 03 2023 Than Ngo <than@redhat.com> - 2:1.9.6-1
|
||||||
- fixed bz#2156564, update to 1.9.6
|
- fixed bz#2156564, update to 1.9.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user