[packages/wtmpdb] - pl, updated dependencies

qboosh qboosh at pld-linux.org
Wed Apr 3 20:07:39 CEST 2024


commit aa50ca33fd91a1f9fc0b09a528f076b8d84249a4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Apr 3 19:49:32 2024 +0200

    - pl, updated dependencies

 wtmpdb.spec | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)
---
diff --git a/wtmpdb.spec b/wtmpdb.spec
index d92d57f..387d238 100644
--- a/wtmpdb.spec
+++ b/wtmpdb.spec
@@ -1,49 +1,61 @@
 Summary:	Y2038 safe version of wtmp
+Summary(pl.UTF-8):	Wersja wtmp odporna na Y2038
 Name:		wtmpdb
 Version:	0.10.0
 Release:	1
 License:	BSD
 Group:		Libraries
+#Source0Download: https://github.com/thkukuk/wtmpdb/releases
 Source0:	https://github.com/thkukuk/wtmpdb/releases/download/v%{version}/%{name}-%{version}.tar.xz
 # Source0-md5:	e745d4fa82fc66978a4c152e89bb2db4
 Patch0:		split-usr.patch
 URL:		https://github.com/thkukuk/wtmpdb
 BuildRequires:	audit-libs-devel
+# _TIME_BITS=64
+BuildRequires:	glibc-devel >= 6:2.34
 BuildRequires:	libxslt-progs
-BuildRequires:	meson >= 0.50.0
+BuildRequires:	meson >= 0.61.0
 BuildRequires:	ninja >= 1.5
 BuildRequires:	pam-devel
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.736
-BuildRequires:	sqlite3-devel
+BuildRequires:	sqlite3-devel >= 3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The main features of wtmpdb are:
-
 - It's using sqlite3 as database backend.
-
 - Data is mainly collected via a PAM module, so that every tool can
   make use of it, without modifying existing packages. For cases where
   this is not possible, there is a library libwtmpdb.
-
 - The wtmpdb last output is as compatible as possible with the old
   last implementation, but not all options are yet supported. For
   compatibility reasons, a symlink last pointing to wtmpdb can be
   created.
 
-IMPORTANT To be Y2038 safe on 32bit architectures, the binaries needs
-to be build with a 64bit time_t. This should be the standard on 64bit
-architectures.
+%description -l pl.UTF-8
+Główne cechy wtmpdb to:
+- wykorzystanie sqlite3 jako backendu bazy danych
+- zbieranie danych głównie poprzez moduł PAM, dzięki czemu każde
+  narzędzie może z niego korzystać bez dodatkowych modyfikacji; w
+  przypadkach, gdy nie jest to możliwe, istnieje biblioteka libwtmpdb
+- wyjście last z wtmpdb jest zgodne ze starą implementacją last na ile
+  to możliwe, ale nie wszystkie opcje są już obsługiwane; ze względu
+  na zgodność, można wykonać dowiązanie do programu last wskazujące na
+  wersję wtmpdb.
 
 %package -n pam-pam_wtmpdb
 Summary:	PAM module to record login and logout times of users
+Summary(pl.UTF-8):	Moduł PAM do zapisu czasów zalogowania i wylogowania użytkowników
 Group:		Base
 Requires:	%{name} = %{version}-%{release}
 
 %description -n pam-pam_wtmpdb
 PAM module to record login and logout times of users.
 
+%description -n pam-pam_wtmpdb -l pl.UTF-8
+Moduł PAM do zapisu czasów zalogowania i wylogowania użytkowników.
+
 %package devel
 Summary:	Header files for wtmpdb library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki wtmpdb
@@ -88,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc NEWS README.md
+%doc LICENSE NEWS README.md
 %attr(755,root,root) %{_bindir}/wtmpdb
 %attr(755,root,root) %{_libdir}/libwtmpdb.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libwtmpdb.so.0
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wtmpdb.git/commitdiff/aa50ca33fd91a1f9fc0b09a528f076b8d84249a4



More information about the pld-cvs-commit mailing list