update to 1.9.4 [release 1.9.4-1mamba;Sun May 08 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 21:55:53 +01:00
parent 7fe08d3b34
commit 1f93f48d43

View File

@ -7,16 +7,15 @@
%define pck_docdir %{_datadir}/doc/doxygen-%{version}
Name: doxygen
Version: 1.9.1
Version: 1.9.4
Release: 1mamba
Summary: A documentation system for C, C++, Java, IDL, Objective-C, PHP, C# and D
Group: Applications/Development
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.stack.nl/~dimitri/doxygen
Source: http://doxygen.nl/files/doxygen-%{version}.src.tar.gz
#Source: ftp://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.doxygen.nl/index.html
Source: https://doxygen.nl/files/doxygen-%{version}.src.tar.gz
Patch1: doxygen-1.7.1-config.patch
Patch2: doxygen-1.6.2-timestamp.patch
Patch3: doxygen-1.7.2-fix_cftchapfont.patch
@ -27,11 +26,11 @@ License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libqt5-devel
BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxapian-devel
BuildRequires: libz-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END
%if "%{stage1}" != "1"
BuildRequires: graphviz
@ -42,7 +41,6 @@ BuildRequires: ghostscript
BuildRequires: tetex-latex
BuildRequires: tetex-dvips
BuildRequires: clang >= 5.0.0
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Doxygen is a documentation system for C++, C, Java, IDL (Corba and Microsoft flavors) and to some extent PHP and C# and D.
@ -76,6 +74,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Doxygen is a documentation system for C++, C, Java, IDL (Corba and Microsoft flavors) and to some extent PHP and C#.
This package contains the documentation in HTML format and PDF format.
%debug_package
%prep
%setup -q
#%patch4 -p1
@ -84,10 +84,7 @@ This package contains the documentation in HTML format and PDF format.
%build
# FIXME: % cmake macro fails
mkdir build
cd build
cmake -d build \
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
%cmake -d build \
-DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
%if %{with_qt_wiz}
-Dbuild_wizard=ON \
@ -154,6 +151,12 @@ find examples -type f | xargs chmod -x
%doc LANGUAGE.HOWTO examples
%changelog
* Sun May 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.4-1mamba
- update to 1.9.4
* Mon Aug 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.2-1mamba
- update to 1.9.2
* Sat Jan 09 2021 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
- automatic version update by autodist