From 4cba24e54be07a23351657e68d529e4115e0d74e Mon Sep 17 00:00:00 2001 From: jrb Date: Mon, 16 Aug 2004 19:40:41 +0000 Subject: [PATCH] add a spec file git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@9 517b70f8-ed25-0410-8bf6-f5db08f7b76e --- .cvsignore | 1 + configure.ac | 1 + krb5-auth-dialog.spec.in | 41 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 krb5-auth-dialog.spec.in diff --git a/.cvsignore b/.cvsignore index 894eb4e..cdaf337 100644 --- a/.cvsignore +++ b/.cvsignore @@ -10,3 +10,4 @@ intltool* libtool* mkinstalldirs stamp* +krb5-auth-dialog.spec diff --git a/configure.ac b/configure.ac index f274406..bb23e85 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ CFLAGS="$GNOME_CFLAGS $KRB5_CFLAGS $CFLAGS" AC_OUTPUT([ Makefile +krb5-auth-dialog.spec src/Makefile po/Makefile.in ]) 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 - auth-dialog +- Initial build. + -- 2.34.1