set a more gnomeisch invisible-char
[jelmer/krb5-auth-dialog.git] / krb5-auth-dialog.spec.in
1 Summary: Kerberos 5 authentication dialog
2 Name: krb5-auth-dialog
3 Version: @VERSION@
4 Release: 1
5 License: GPL
6 Group: User Interface/X
7 URL: http://www.redhat.com/
8 Source0: %{name}-%{version}.tar.gz
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
10 BuildRequires: krb5-devel
11 BuildRequires: libgnomeui-devel
12
13 %description
14 This package contains a dialog that warns the user when their Kerberos
15 tickets are about to expire and lets them renew them.
16
17 %prep
18 %setup -q
19
20 %build
21 %configure
22 make
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 %makeinstall
27 %find_lang %name
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32
33 %files -f %name.lang
34 %defattr(-,root,root,-)
35 %doc
36 %{_bindir}/krb5-auth-dialog
37 %{_mandir}/man?/krb5-auth-dialog.1*
38 %{_datadir}/krb5-auth-dialog/
39 %{_sysconfdir}/xdg/autostart/krb5-auth-dialog.dekstop
40
41
42 %changelog
43 * Mon Aug 16 2004 GNOME <jrb@redhat.com> - auth-dialog
44 - Initial build.
45