From 0f5f115d6e6cec6b824f7b1a4563e00aee462b97c204579c211053991522d6e3 Mon Sep 17 00:00:00 2001 From: andy great Date: Sat, 30 May 2020 16:40:07 +0000 Subject: [PATCH] Accepting request 810382 from home:andythe_great - Add doxygen dependency, and build documentation. OBS-URL: https://build.opensuse.org/request/show/810382 OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=9 --- nuspell.changes | 7 ++++++- nuspell.spec | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/nuspell.changes b/nuspell.changes index 47ab02b..37bc8eb 100644 --- a/nuspell.changes +++ b/nuspell.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Sat May 30 16:37:30 UTC 2020 - andy great + +- Add doxygen dependency, and build documentation. + ------------------------------------------------------------------- Mon May 25 20:30:56 UTC 2020 - andy great -- Add Catch2 dependency for test. +- Add Catch2 dependeny for test. ------------------------------------------------------------------- Mon May 25 14:12:39 UTC 2020 - andy great diff --git a/nuspell.spec b/nuspell.spec index 178cdb3..76d0f0c 100644 --- a/nuspell.spec +++ b/nuspell.spec @@ -28,6 +28,7 @@ URL: https://nuspell.github.io/ Source: https://github.com/nuspell/nuspell/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: Catch2-devel BuildRequires: cmake +BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: libboost_locale-devel BuildRequires: libicu-devel @@ -85,6 +86,10 @@ Includes and definitions for developing with Nuspell %cmake_build +pushd ../ +doxygen +popd + %install %cmake_install @@ -105,6 +110,7 @@ Includes and definitions for developing with Nuspell %exclude %{_datadir}/doc/nuspell/README.md %files devel + %{_includedir}/%{name} %{_libdir}/%{libname}.so %{_libdir}/%{libname}.so.%{sonum}