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}