- Add manual pages
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/lastlog2?expand=0&rev=14
This commit is contained in:
parent
57be595538
commit
d713699d47
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d0fd20c4c41defc834cdb8a92f3ab0817dca0074e73a1c55393073d4169d2e5
|
||||
size 10356
|
||||
oid sha256:13682438c8bf1125d1ee587fb93bb55e814de6ae8fdf51743d3d83c1bca59301
|
||||
size 13132
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 13:33:38 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Add manual pages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 14:48:44 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -24,6 +24,7 @@ Summary: Reports most recent login of users
|
||||
License: BSD-2-Clause
|
||||
URL: https://github.com/thkukuk/lastlog2
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: docbook5-xsl-stylesheets
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(pam)
|
||||
@ -51,7 +52,7 @@ to develop applications that needs to read, write or modify the lastlog2 databas
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson -Dman=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -78,6 +79,8 @@ fi
|
||||
%{_tmpfilesdir}/lastlog2.conf
|
||||
%{_pam_moduledir}/pam_lastlog2.so
|
||||
%ghost %{_localstatedir}/lib/lastlog
|
||||
%{_mandir}/man8/lastlog2.8%{?ext_man}
|
||||
%{_mandir}/man8/pam_lastlog2.8%{?ext_man}
|
||||
|
||||
%files -n %{lname}
|
||||
%license LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user