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:
parent
0895301c44
commit
0f5f115d6e
@ -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>
|
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>
|
Mon May 25 14:12:39 UTC 2020 - andy great <andythe_great@pm.me>
|
||||||
|
@ -28,6 +28,7 @@ URL: https://nuspell.github.io/
|
|||||||
Source: https://github.com/nuspell/nuspell/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/nuspell/nuspell/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: Catch2-devel
|
BuildRequires: Catch2-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: doxygen
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libboost_locale-devel
|
BuildRequires: libboost_locale-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
@ -85,6 +86,10 @@ Includes and definitions for developing with Nuspell
|
|||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
|
pushd ../
|
||||||
|
doxygen
|
||||||
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
@ -105,6 +110,7 @@ Includes and definitions for developing with Nuspell
|
|||||||
%exclude %{_datadir}/doc/nuspell/README.md
|
%exclude %{_datadir}/doc/nuspell/README.md
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}
|
||||||
%{_libdir}/%{libname}.so
|
%{_libdir}/%{libname}.so
|
||||||
%{_libdir}/%{libname}.so.%{sonum}
|
%{_libdir}/%{libname}.so.%{sonum}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user