diff --git a/perl-DBD-SQLite.rpmlintrc b/perl-DBD-SQLite.rpmlintrc
new file mode 100644
index 0000000..ca20202
--- /dev/null
+++ b/perl-DBD-SQLite.rpmlintrc
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (https|www)");
diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec
index dc1c4f1..38c8562 100644
--- a/perl-DBD-SQLite.spec
+++ b/perl-DBD-SQLite.spec
@@ -15,6 +15,7 @@ Summary: SQLite DBI Driver
License: (GPL+ or Artistic) and Public Domain
URL: https://metacpan.org/release/DBD-SQLite
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{version}.tar.gz
+# Use system sqlite if it is available
Patch0: perl-DBD-SQLite-bz543982.patch
# Remove notes about bundled sqlite C source from man page and README
Patch1: DBD-SQLite-1.62-Remove-bundled-source-extentions.patch
@@ -37,7 +38,7 @@ BuildRequires: perl(:VERSION) >= 5.6
BuildRequires: perl(base)
BuildRequires: perl(Config)
BuildRequires: perl(constant)
-# Prevent bug #443495
+# Prevent from bug #443495
BuildRequires: perl(DBI) >= 1.607
BuildRequires: perl(DBI::DBD)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
@@ -76,11 +77,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%{?perl_default_filter}
%description
-SQLite is a public domain RDBMS database engine that you can find at
-http://www.hwaci.com/sw/sqlite/.
-
-This module provides a SQLite RDBMS module that uses the system SQLite
-libraries.
+SQLite is a public domain, file-based, relational database engine that you can
+find at . This package provides a Perl DBI driver for
+SQLite.
%prep
%setup -q -n DBD-SQLite-%{version}
@@ -118,6 +117,7 @@ make test
* Tue Sep 08 2020 Petr Pisar - 1.66-2
- Update DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch
- Do not build-require unused Test::FailWarnings
+- Update the description
* Mon Aug 31 2020 Jitka Plesnikova - 1.66-1
- 1.66 bump