Petr Gajdos 2023-06-23 14:30:27 +00:00 committed by Git OBS Bridge
parent 900d86b685
commit 24bf63c2ef

View File

@ -36,7 +36,7 @@ Group: Development/Tools/Doc Generators
URL: https://www.doxygen.nl/
Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz
# suse specific
Patch1: %{name}-no-lowercase-man-names.patch
Patch1: doxygen-no-lowercase-man-names.patch
# The unified libclang-cpp library doesn't exist on older Leap / SLE
Patch10: doxygen-no-libclang-cpp.patch
BuildRequires: bison
@ -89,7 +89,7 @@ configuration files.
%endif
%prep
%setup -q
%setup -q -n doxygen-%{version}
# Leap 15 and SLE don't accept '%%autopatch -M'
%patch1 -p1
%if %{with libclang}