diff --git a/wtmpdb.changes b/wtmpdb.changes index 002beb4..353bae8 100644 --- a/wtmpdb.changes +++ b/wtmpdb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 1 23:43:32 UTC 2023 - Jan Engelhardt + +- https://en.opensuse.org/SourceUrls +- Use noun phrase for Summary. +- Wrap descriptions at 70 (for yast2 textmode). + ------------------------------------------------------------------- Thu Jun 29 12:09:19 UTC 2023 - Thorsten Kukuk diff --git a/wtmpdb.spec b/wtmpdb.spec index 9faeaf8..a17414c 100644 --- a/wtmpdb.spec +++ b/wtmpdb.spec @@ -20,10 +20,10 @@ Name: wtmpdb Version: 0.7.1 Release: 0 -Summary: Reports last logged in users and system reboots +Summary: Database for recording the last logged in users and system reboots License: BSD-2-Clause URL: https://github.com/thkukuk/wtmpdb -Source: %{name}-%{version}.tar.xz +Source: https://github.com/thkukuk/wtmpdb/releases/download/v0.7.1/%{name}-%{version}.tar.xz BuildRequires: docbook5-xsl-stylesheets BuildRequires: meson BuildRequires: pkgconfig @@ -36,24 +36,29 @@ Requires(postun):pam-config Provides: util-linux:/usr/bin/last %description -pam_wtmpdb and wtmpdb are Y2038 safe versions of wtmp and the last utility. pam_wtmpdb collects all data in a sqlite3 database and wtmpdb creates boot and shutdown entries or formats and prints the contents of the wtmp database. +pam_wtmpdb and wtmpdb are Y2038-safe versions of wtmp and the last +utility. pam_wtmpdb collects all data in a sqlite3 database and the +wtmpdb utility creates boot and shutdown entries or formats and +prints the contents of the wtmp database. %package -n %{lname} Summary: PAM module to store login and logout of users %description -n %{lname} -The libwtmpdb provides various interfaces to read, write or modify the wtmpdb database. +The libwtmpdb provides various interfaces to read, write or modify +the wtmpdb database. %package devel Summary: Development files for libwtmpdb Requires: %{lname} = %{version} %description devel -This package contains all necessary include files and libraries needed -to develop applications that needs to read, write or modify the wtmpdb database. +This package contains all necessary include files and libraries +needed to develop applications that needs to read, write or modify +the wtmpdb database. %prep -%setup -q +%autosetup %build %meson -Dman=true -Dcompat-symlink=true