diff --git a/doxygen-1.10.0.src.tar.gz b/doxygen-1.12.0.src.tar.gz similarity index 51% rename from doxygen-1.10.0.src.tar.gz rename to doxygen-1.12.0.src.tar.gz index 7c597b970f8982e92dd2d4fd0a7669b3d97c3215..26c0aaaaa1b034c5b8bbd4ec6d6168085cd87775 100644 Binary files a/doxygen-1.10.0.src.tar.gz and b/doxygen-1.12.0.src.tar.gz differ diff --git a/doxygen.spec b/doxygen.spec index b2347302fd7f5b4c04dc9fdf4ba35b8b1f66b079..f1807344f0a1d45453f79d16150fbb2c39d4dcde 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -1,9 +1,8 @@ %global xapian_core_support "ON" -%global BuildDir "Out" %global clang_support OFF Name: doxygen Epoch: 1 -Version: 1.10.0 +Version: 1.12.0 Release: 1 Summary: A documentation system for C/C++ License: GPL-1.0-or-later @@ -48,9 +47,8 @@ touch -r LANGUAGE.HOWTO LANGUAGE.HOWTO.new mv LANGUAGE.HOWTO.new LANGUAGE.HOWTO %build -install -d %{BuildDir} -cd %{BuildDir} %cmake \ + -B %{_vpath_builddir} \ -Dbuild_doc=OFF \ -Dbuild_wizard=ON \ -Dbuild_xmlparser=ON \ @@ -59,12 +57,10 @@ cd %{BuildDir} -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DBUILD_SHARED_LIBS=OFF \ -Duse_libclang=%{clang_support} \ - .. -cd - -%make_build -C %{BuildDir} +%cmake_build %install -%make_install -C %{BuildDir} +%cmake_install icondir=%{buildroot}%{_datadir}/icons/hicolor install -m755 -d $icondir/{16x16,32x32,48x48,128x128}/apps install -m644 -p -D doxywizard-6.png $icondir/16x16/apps/doxywizard.png @@ -76,10 +72,10 @@ cp doc/*.1 %{buildroot}/%{_mandir}/man1/ %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} +desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1} %check -/usr/bin/ctest --test-dir %{BuildDir} --output-on-failure --force-new-ctest-process -j6 +%ctest %files %doc LANGUAGE.HOWTO README.md @@ -98,6 +94,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} %{_datadir}/icons/hicolor/*/apps/doxywizard.png %changelog +* Mon Sep 30 2024 Funda Wang - 1:1.12.0-1 +- update to 1.12.0 + * Thu Mar 21 2024 wangkai <13474090681@163.com> - 1:1.10.0-1 - Update to 1.10.0 diff --git a/doxygen.yaml b/doxygen.yaml index e6ec9f48173edc0bde4717767295b1393dfaee6a..7a416ab8fdd14b786bdc68f00aa048093ff10d32 100644 --- a/doxygen.yaml +++ b/doxygen.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: doxygen/doxygen tag_prefix: ^Release_ -seperator: _ +separator: _