From c476fb7607852599fa87ca141be4fe14bcc25b3e Mon Sep 17 00:00:00 2001 From: zou_lin77 <422351577@qq.com> Date: Fri, 31 Dec 2021 16:04:44 +0800 Subject: [PATCH] Fix bare words are no longer supported --- doxygen.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doxygen.spec b/doxygen.spec index 71b7881..c4439ce 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -3,7 +3,7 @@ Name: doxygen Epoch: 1 Version: 1.9.2 -Release: 2 +Release: 3 Summary: A documentation system for C/C++ License: GPL+ Url: http://www.doxygen.nl @@ -17,7 +17,7 @@ BuildRequires: tex(dvips) tex(latex) tex(multirow.sty) tex(sectsty.sty) te BuildRequires: tex(xtab.sty) tex(import.sty) tex(tabu.sty) tex(appendix.sty) BuildRequires: tex(adjustbox.sty) /usr/bin/epstopdf texlive-epstopdf ghostscript gettext BuildRequires: desktop-file-utils graphviz flex bison cmake git -%if %{xapian_core_support} == "ON" +%if "%{xapian_core_support}" == "ON" BuildRequires: xapian-core-devel zlib-devel %endif Requires: perl-interpreter @@ -69,7 +69,7 @@ install -m644 -p -D doxywizard-4.png $icondir/48x48/apps/doxywizard.png install -m644 -p -D doxywizard-3.png $icondir/128x128/apps/doxywizard.png install -d %{buildroot}/%{_mandir}/man1 cp doc/*.1 %{buildroot}/%{_mandir}/man1/ -%if %{xapian_core_support} == "OFF" +%if "%{xapian_core_support}" == "OFF" rm -f %{buildroot}/%{_mandir}/man1/doxyindexer.1* %{buildroot}/%{_mandir}/man1/doxysearch.1* %endif desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} @@ -82,7 +82,7 @@ make tests -C %{BuildDir} %license LICENSE %{_bindir}/doxygen %{_mandir}/man1/doxygen.1* -%if %{xapian_core_support} == "ON" +%if "%{xapian_core_support}" == "ON" %{_bindir}/{doxyindexer,doxysearch*} %{_mandir}/man1/{doxyindexer.1*,doxysearch.1*} %endif @@ -95,6 +95,9 @@ make tests -C %{BuildDir} %{_datadir}/icons/hicolor/*/apps/doxywizard.png %changelog +* Tue Dec 31 2021 zoulin - 1.9.2-3 +- Fix bare words are no longer supported + * Tue Dec 28 2021 zoulin - 1.9.2-2 - Removeing the "graphviz" dependency -- Gitee