File kstart.spec of Package kstart
#
# spec file for package kstart
#
# Copyright (c) 2015 joschibrauchle@gmx.de
#
# 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 http://bugs.opensuse.org/
#
Name: kstart
Version: 4.3
Release: 2
Summary: Kerberos kinit supporting AFS and ticket refreshing
Group: System/Daemons
License: MIT
URL: http://www.eyrie.org/~eagle/software/kstart/
Source: http://archives.eyrie.org/software/kerberos/%{name}-%{version}.tar.xz
BuildRequires: krb5-devel
Recommends: openafs-krb5-mit
%description
k5start can be used instead of kinit to obtain Kerberos tickets. krenew
can be used instead of kinit -R to renew renewable tickets. They are
intended primarily for use with automated or long-running processes and
support some additional features useful for that purpose, such as running
as a daemon and refreshing the ticket periodically, checking to see if an
existing ticket has expired, or obtaining an AFS token along with the
ticket by running an external program automatically.
%prep
%setup -q
%build
%configure --enable-reduced-depends --enable-setpag --without-libkafs --with-aklog=/usr/bin/aklog
%make_build
%install
%makeinstall
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%files
%defattr(-,root,root)
/usr/bin/k5start
/usr/bin/krenew
%doc %_mandir/man1/k5start.1.gz
%doc %_mandir/man1/krenew.1.gz
%doc README TODO