Accepting request 808814 from home:andythe_great
- Update to 3.1.1 - Enable testing and share library. OBS-URL: https://build.opensuse.org/request/show/808814 OBS-URL: https://build.opensuse.org/package/show/M17N/nuspell?expand=0&rev=5
This commit is contained in:
parent
c80f2b3efa
commit
decd27ba23
16
_service
16
_service
@ -1,16 +0,0 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">git://github.com/nuspell/nuspell.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="revision">d811a91</param>
|
||||
<param name="versionprefix">3.1.0</param>
|
||||
<param name="versionformat">%ct.%h</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8982cd670082795812344a250d32f8ca9e87b3cfbb773152812e4e795b99e625
|
||||
size 4957196
|
3
nuspell-3.1.1.tar.gz
Normal file
3
nuspell-3.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0de090c3786df33392dde5ea8b0121f0fd852d68169834732a46f4d010990b1
|
||||
size 379636
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 14:12:39 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
- Enable build for share library.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 11:18:53 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
- Update to version 3.1.1.
|
||||
* Updated description in README.
|
||||
* Moved Hunspell files from the directory "src" into the
|
||||
directory named "external" to clarify that it is third-party
|
||||
dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 11:05:16 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
- Enable testing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 22:50:29 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
name: nuspell
|
||||
version: 3.1.0.1586261062.d811a91
|
||||
mtime: 1586261062
|
||||
commit: d811a9142e2afb72e1991700840ff2328a3c7276
|
||||
|
13
nuspell.spec
13
nuspell.spec
@ -18,13 +18,13 @@
|
||||
%define sonum 3
|
||||
%define libname libnuspell
|
||||
Name: nuspell
|
||||
Version: 3.1.0.1586261062.d811a91
|
||||
Release: 0
|
||||
Version: 3.1.1
|
||||
Release: 1
|
||||
Summary: A spell checker library and command-line tool
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Productivity/Office/Other
|
||||
URL: https://nuspell.github.io/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libboost_locale-devel
|
||||
@ -77,8 +77,8 @@ Includes and definitions for developing with Nuspell
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%cmake -DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_TESTING=OFF \
|
||||
%cmake -DBUILD_SHARED_LIBS:BOOL=ON \
|
||||
-DBUILD_TESTING:BOOL=ON \
|
||||
..
|
||||
|
||||
%cmake_build
|
||||
@ -96,13 +96,14 @@ Includes and definitions for developing with Nuspell
|
||||
%files -n %{libname}%{sonum}
|
||||
%doc README.md CHANGELOG.md AUTHORS
|
||||
%license COPYING.LESSER COPYING
|
||||
%{_libdir}/%{libname}.so.*
|
||||
%{_libdir}/%{libname}.so.%{sonum}.1.0
|
||||
%exclude %{_datadir}/doc/nuspell/README.md
|
||||
|
||||
%files devel
|
||||
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/%{libname}.so
|
||||
%{_libdir}/%{libname}.so.%{sonum}
|
||||
%{_libdir}/pkgconfig/nuspell.pc
|
||||
%{_libdir}/cmake/%{name}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user