From c2030a652daa690b1916b755e13014b17dfff5c9 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 3 May 2009 16:06:49 +0200 Subject: Imported Upstream version 0.9.1 --- krb5-auth-dialog.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 krb5-auth-dialog.spec (limited to 'krb5-auth-dialog.spec') diff --git a/krb5-auth-dialog.spec b/krb5-auth-dialog.spec new file mode 100644 index 0000000..587b876 --- /dev/null +++ b/krb5-auth-dialog.spec @@ -0,0 +1,45 @@ +Summary: Kerberos 5 authentication dialog +Name: krb5-auth-dialog +Version: 0.9.1 +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 - auth-dialog +- Initial build. + -- cgit