diff --git a/_service b/_service
deleted file mode 100644
index 3e03b51..0000000
--- a/_service
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- git://github.com/nuspell/nuspell.git
- git
- enable
- d811a91
- 3.1.0
- %ct.%h
-
-
-
- *.tar
- xz
-
-
-
diff --git a/nuspell-3.1.0.1586261062.d811a91.obscpio b/nuspell-3.1.0.1586261062.d811a91.obscpio
deleted file mode 100644
index 5711acc..0000000
--- a/nuspell-3.1.0.1586261062.d811a91.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8982cd670082795812344a250d32f8ca9e87b3cfbb773152812e4e795b99e625
-size 4957196
diff --git a/nuspell-3.1.1.tar.gz b/nuspell-3.1.1.tar.gz
new file mode 100644
index 0000000..9e7cbc0
--- /dev/null
+++ b/nuspell-3.1.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a0de090c3786df33392dde5ea8b0121f0fd852d68169834732a46f4d010990b1
+size 379636
diff --git a/nuspell.changes b/nuspell.changes
index 225ae82..e5f3e1f 100644
--- a/nuspell.changes
+++ b/nuspell.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Mon May 25 14:12:39 UTC 2020 - andy great
+
+- Enable build for share library.
+
+-------------------------------------------------------------------
+Mon May 25 11:18:53 UTC 2020 - andy great
+
+- 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
+
+- Enable testing.
+
-------------------------------------------------------------------
Sat Apr 11 22:50:29 UTC 2020 - andy great
diff --git a/nuspell.obsinfo b/nuspell.obsinfo
deleted file mode 100644
index cdebaab..0000000
--- a/nuspell.obsinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-name: nuspell
-version: 3.1.0.1586261062.d811a91
-mtime: 1586261062
-commit: d811a9142e2afb72e1991700840ff2328a3c7276
-
diff --git a/nuspell.spec b/nuspell.spec
index 190a8fe..8c0855a 100644
--- a/nuspell.spec
+++ b/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}