SHA256
1
0
forked from pool/nuspell

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
This commit is contained in:
andy great 2020-05-30 16:40:07 +00:00 committed by Git OBS Bridge
parent 0895301c44
commit 0f5f115d6e
2 changed files with 12 additions and 1 deletions

View File

@ -1,7 +1,12 @@
-------------------------------------------------------------------
Sat May 30 16:37:30 UTC 2020 - andy great <andythe_great@pm.me>
- Add doxygen dependency, and build documentation.
-------------------------------------------------------------------
Mon May 25 20:30:56 UTC 2020 - andy great <andythe_great@pm.me>
- Add Catch2 dependency for test.
- Add Catch2 dependeny for test.
-------------------------------------------------------------------
Mon May 25 14:12:39 UTC 2020 - andy great <andythe_great@pm.me>

View File

@ -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}