aboutsummaryrefslogtreecommitdiff
path: root/krb5-auth-dialog.spec.in
blob: b617decfd7e70a0c3af452503caa571ef9c32edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Summary: Kerberos 5 authentication dialog
Name: krb5-auth-dialog
Version: @VERSION@
Release: 1
License: GPL
Group: User Interface/X
URL: http://www.redhat.com/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: krb5-devel
BuildRequires: libgnomeui-devel

%description
This package contains a dialog that warns the user when their Kerberos
tickets are about to expire and lets them renew them.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %name.lang
%defattr(-,root,root,-)
%doc
%{_bindir}/krb5-auth-dialog
%{_mandir}/man?/krb5-auth-dialog.1*
%{_datadir}/krb5-auth-dialog/
%{_sysconfdir}/xdg/autostart/krb5-auth-dialog.dekstop


%changelog
* Mon Aug 16 2004 GNOME <jrb@redhat.com> - auth-dialog
- Initial build.