Use noun phrase for descriptions

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/oatpp-sqlite?expand=0&rev=2
This commit is contained in:
2023-10-05 13:19:35 +00:00
committed by Git OBS Bridge
parent 4f633d81b8
commit c9989b4478

View File

@@ -30,24 +30,24 @@ BuildRequires: oatpp-devel
BuildRequires: sqlite3-devel
%description
Provides the SQLite adapter for the Oat++ ORM
This package provides the SQLite adapter for the Oat++ ORM.
%package -n lib%{name}
Summary: SQLite adapter for Oat++ ORM
Group: System/Libraries
%description -n lib%{name}
Provides the SQLite adapter for the Oat++ ORM
This package provides the SQLite adapter for the Oat++ ORM.
%package devel
Summary: SQLite adapter for Oat++ ORM
Summary: Header files for the Oat++ SQLite adapter
Group: Development/Libraries/C and C++
Requires: libstdc++-devel
Requires: oatpp-devel
Requires: lib%{name} = %{version}-%{release}
%description devel
Development files for the SQLite module
Development files for the oatpp SQLite module.
%prep
%autosetup
@@ -68,4 +68,3 @@ Development files for the SQLite module
%{_libdir}/cmake/%{name}-%{version}
%changelog