aboutsummaryrefslogtreecommitdiff
path: root/krb5-auth-dialog.spec
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-05-03 16:06:49 +0200
committerGuido Günther <agx@sigxcpu.org>2009-05-03 16:06:49 +0200
commitc2030a652daa690b1916b755e13014b17dfff5c9 (patch)
tree67f28dc61d8a00d73f9b1a568a8a123836f3b28d /krb5-auth-dialog.spec
parentImported Upstream version 0.9+0gitec60300 (diff)
downloadkrb5-auth-dialog-c2030a652daa690b1916b755e13014b17dfff5c9.tar.gz
krb5-auth-dialog-c2030a652daa690b1916b755e13014b17dfff5c9.tar.bz2
krb5-auth-dialog-c2030a652daa690b1916b755e13014b17dfff5c9.zip
Imported Upstream version 0.9.1
Diffstat (limited to 'krb5-auth-dialog.spec')
-rw-r--r--krb5-auth-dialog.spec45
1 files changed, 45 insertions, 0 deletions
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 <jrb@redhat.com> - auth-dialog
+- Initial build.
+
bgstack15