diff --git a/doxygen.spec b/doxygen.spec index 58890153baa6df62f5cb2a8d036738e0f9bb33ea..27968715549b4a61b474e206c28ea14b38e82607 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -4,11 +4,10 @@ Summary: Generate documentation from source code Name: doxygen Epoch: 1 Version: 1.8.14 -Release: 8 +Release: 9 License: GPL+ Url: http://www.doxygen.nl Source0: https://sourceforge.net/projects/%{name}/files/rel-%{version}/%{name}-%{version}.src.tar.gz -Source1: doxywizard.png Source2: doxywizard.desktop BuildRequires: gcc-c++ gcc perl-interpreter @@ -88,8 +87,8 @@ popd %if ! 0%{?_module_build} make docs %{?_smp_mflags} -C %{_target_platform} %else -install -d *-redhat-linux-gnu/latex -touch *-redhat-linux-gnu/latex/doxygen_manual.pdf +install -d *-openEuler-linux-gnu/latex +touch *-openEuler-linux-gnu/latex/doxygen_manual.pdf %endif %make_build -C %{_target_platform} @@ -97,8 +96,6 @@ touch *-redhat-linux-gnu/latex/doxygen_manual.pdf %make_install -C %{_target_platform} find %{_target_platform}/html -name struct*.pdf| xargs sed -i 's/<[0-9,A-F]\{32\}>/<011CC110A540190DBC7FD31B2A2E03B4>/g' -install -pDm 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/doxywizard.png - install -d %{buildroot}/%{_mandir}/man1 cp doc/*.1 %{buildroot}/%{_mandir}/man1/ @@ -120,7 +117,6 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2} %{_bindir}/doxywizard %{_datadir}/applications/doxywizard.desktop %endif -%{_datadir}/pixmaps/doxywizard.png %if ! 0%{?_module_build} %files latex diff --git a/doxywizard.desktop b/doxywizard.desktop index f3d0a4ffcbdfeefe494c1170953814f62c5e633b..50fc31a30bbed7a88d0177220c6ddc95dc70359e 100644 --- a/doxywizard.desktop +++ b/doxywizard.desktop @@ -2,5 +2,4 @@ Type=Application Exec=doxywizard Name=Doxygen Wizard -Icon=doxywizard Categories=Qt;Development; diff --git a/doxywizard.png b/doxywizard.png deleted file mode 100644 index e7fadb855655accfec176ec34a232d0601009d04..0000000000000000000000000000000000000000 Binary files a/doxywizard.png and /dev/null differ