Fix bare words are no longer supported
This commit is contained in:
parent
61e1ed0279
commit
c476fb7607
11
doxygen.spec
11
doxygen.spec
@ -3,7 +3,7 @@
|
|||||||
Name: doxygen
|
Name: doxygen
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.9.2
|
Version: 1.9.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A documentation system for C/C++
|
Summary: A documentation system for C/C++
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Url: http://www.doxygen.nl
|
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(xtab.sty) tex(import.sty) tex(tabu.sty) tex(appendix.sty)
|
||||||
BuildRequires: tex(adjustbox.sty) /usr/bin/epstopdf texlive-epstopdf ghostscript gettext
|
BuildRequires: tex(adjustbox.sty) /usr/bin/epstopdf texlive-epstopdf ghostscript gettext
|
||||||
BuildRequires: desktop-file-utils graphviz flex bison cmake git
|
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
|
BuildRequires: xapian-core-devel zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Requires: perl-interpreter
|
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 -m644 -p -D doxywizard-3.png $icondir/128x128/apps/doxywizard.png
|
||||||
install -d %{buildroot}/%{_mandir}/man1
|
install -d %{buildroot}/%{_mandir}/man1
|
||||||
cp doc/*.1 %{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*
|
rm -f %{buildroot}/%{_mandir}/man1/doxyindexer.1* %{buildroot}/%{_mandir}/man1/doxysearch.1*
|
||||||
%endif
|
%endif
|
||||||
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
||||||
@ -82,7 +82,7 @@ make tests -C %{BuildDir}
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/doxygen
|
%{_bindir}/doxygen
|
||||||
%{_mandir}/man1/doxygen.1*
|
%{_mandir}/man1/doxygen.1*
|
||||||
%if %{xapian_core_support} == "ON"
|
%if "%{xapian_core_support}" == "ON"
|
||||||
%{_bindir}/{doxyindexer,doxysearch*}
|
%{_bindir}/{doxyindexer,doxysearch*}
|
||||||
%{_mandir}/man1/{doxyindexer.1*,doxysearch.1*}
|
%{_mandir}/man1/{doxyindexer.1*,doxysearch.1*}
|
||||||
%endif
|
%endif
|
||||||
@ -95,6 +95,9 @@ make tests -C %{BuildDir}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
|
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 28 2021 zoulin<zoulin13@huawei.com> - 1.9.2-2
|
||||||
- Removeing the "graphviz" dependency
|
- Removeing the "graphviz" dependency
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user