automatic version update by autodist [release 1.9.6-1mamba;Mon Mar 13 2023]

This commit is contained in:
Automatic Build System 2024-01-05 21:55:53 +01:00
parent 055cc4aa02
commit fe58c20833

View File

@ -7,7 +7,7 @@
%define pck_docdir %{_datadir}/doc/doxygen-%{version}
Name: doxygen
Version: 1.9.5
Version: 1.9.6
Release: 1mamba
Summary: A documentation system for C, C++, Java, IDL, Objective-C, PHP, C# and D
Group: Applications/Development
@ -85,6 +85,7 @@ This package contains the documentation in HTML format and PDF format.
%build
# FIXME: % cmake macro fails
%cmake -d build \
-DPYTHON_EXECUTABLE=%{__python27} \
-DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
%if %{with_qt_wiz}
-Dbuild_wizard=ON \
@ -151,6 +152,9 @@ find examples -type f | xargs chmod -x
%doc LANGUAGE.HOWTO examples
%changelog
* Mon Mar 13 2023 Automatic Build System <autodist@mambasoft.it> 1.9.6-1mamba
- automatic version update by autodist
* Sat Aug 27 2022 Automatic Build System <autodist@mambasoft.it> 1.9.5-1mamba
- automatic version update by autodist