diff --git a/doxygen.spec b/doxygen.spec index 71b78818da02398e4f1ab65b17a0a8132cf584b5..c4439cee347bda986934aa6fbb6c4308f4da060b 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