SHA256
8
0
forked from pool/SQLiteCpp

neutrality of descriptions

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/SQLiteCpp?expand=0&rev=2
This commit is contained in:
2024-01-08 13:17:29 +00:00
committed by Git OBS Bridge
parent e304c9aec4
commit 260301203d

View File

@@ -20,7 +20,7 @@
Name: SQLiteCpp
Version: 3.3.1
Release: 0
Summary: A smart and easy to use C++ SQLite3 wrapper
Summary: A C++ SQLite3 wrapper
License: MIT
URL: https://srombauts.github.io/SQLiteCpp
Source: https://github.com/SRombauts/SQLiteCpp/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -31,7 +31,7 @@ BuildRequires: pkgconfig
BuildRequires: pkgconfig(sqlite3)
%description
SQLiteC++ (SQLiteCpp) is a lean and easy to use C++ SQLite3 wrapper. It offers
SQLiteC++ (SQLiteCpp) is a C++ SQLite3 wrapper. It offers
an encapsulation around the native C APIs of SQLite, with a few intuitive and
well documented C++ classes.