File pamtester.spec of Package pamtester
#
# spec file for package pamtester
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: pamtester
Version: 0.1.2+git20250815.d4f80a4
Release: 0
Summary: Test pluggable authentication modules (PAM) facility
License: BSD-3-Clause
URL: https://github.com/thkukuk/pamtester
Source: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: pam-devel
%description
pamtester is a tiny program to test the pluggable authentication modules (PAM) facility, which is a defacto mechanism for authentication management in many unices and similar OSes including Solaris, HP-UX, *BSD, MacOSX and Linux.
%prep
%autosetup
%build
./autogen.sh
%configure
%install
%make_install
%files
%license LICENSE
%{_bindir}/pamtester
%{_mandir}/man1/pamtester.1*
%changelog