!43 Fix bare words are no longer supported
Merge pull request !43 from 邹林/openEuler-22.03-LTS-Next
This commit is contained in:
commit
20d14c381f
11
doxygen.spec
11
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<zoulin13@huawei.com> - 1.9.2-3
|
||||
- Fix bare words are no longer supported
|
||||
|
||||
* Tue Dec 28 2021 zoulin<zoulin13@huawei.com> - 1.9.2-2
|
||||
- Removeing the "graphviz" dependency
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user