aboutsummaryrefslogtreecommitdiff
path: root/krb5-auth-dialog.spec.in
diff options
context:
space:
mode:
authorjrb <jrb@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2004-08-16 19:40:41 +0000
committerjrb <jrb@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2004-08-16 19:40:41 +0000
commit4cba24e54be07a23351657e68d529e4115e0d74e (patch)
tree7599997ab9921995cf80c8ed7df5fbc482d2e839 /krb5-auth-dialog.spec.in
parentc4424b68b4ef41ea816eb5727c15647325b3cad3 (diff)
add a spec file
git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@9 517b70f8-ed25-0410-8bf6-f5db08f7b76e
Diffstat (limited to 'krb5-auth-dialog.spec.in')
-rw-r--r--krb5-auth-dialog.spec.in41
1 files changed, 41 insertions, 0 deletions
diff --git a/krb5-auth-dialog.spec.in b/krb5-auth-dialog.spec.in
new file mode 100644
index 0000000..345b9ad
--- /dev/null
+++ b/krb5-auth-dialog.spec.in
@@ -0,0 +1,41 @@
+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
+
+%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
+%defattr(-,root,root,-)
+%doc
+%{_bindir}/krb5-auth-dialog
+%{_datadir}/krb5-auth-dialog/
+
+
+%changelog
+* Mon Aug 16 2004 GNOME <jrb@redhat.com> - auth-dialog
+- Initial build.
+