SHA256
1
0
forked from pool/doxygen
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/ URL: https://www.doxygen.nl/
Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz
# suse specific # 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 # The unified libclang-cpp library doesn't exist on older Leap / SLE
Patch10: doxygen-no-libclang-cpp.patch Patch10: doxygen-no-libclang-cpp.patch
BuildRequires: bison BuildRequires: bison
@@ -89,7 +89,7 @@ configuration files.
%endif %endif
%prep %prep
%setup -q %setup -q -n doxygen-%{version}
# Leap 15 and SLE don't accept '%%autopatch -M' # Leap 15 and SLE don't accept '%%autopatch -M'
%patch1 -p1 %patch1 -p1
%if %{with libclang} %if %{with libclang}