diff --git a/.cvsignore b/.cvsignore index e69de29..752a3ae 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +krb5-auth-dialog-0.2.tar.gz diff --git a/krb5-auth-dialog.spec b/krb5-auth-dialog.spec new file mode 100644 index 0000000..c1477a4 --- /dev/null +++ b/krb5-auth-dialog.spec @@ -0,0 +1,41 @@ +Summary: Kerberos 5 authentication dialog +Name: krb5-auth-dialog +Version: 0.2 +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 - auth-dialog +- Initial build. + diff --git a/sources b/sources index e69de29..778493f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d330ec1b66ef378ad5a26bbeb291c033 krb5-auth-dialog-0.2.tar.gz