%define libgnomeui_version 2.9.1 %define krb5_version 1.4 %define libnm_version 0.5 %define dbus_version 0.90 Summary: Kerberos 5 authentication dialog Name: krb5-auth-dialog Version: 0.7 Release: 3 License: GPLv2+ Group: User Interface/X URL: http://www.redhat.com/ Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libgnomeui-devel >= %{libgnomeui_version} BuildRequires: krb5-devel >= %{krb5_version} BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: perl-XML-Parser, gettext %ifnarch s390 s390x BuildRequires: NetworkManager-glib-devel >= %{libnm_version} %endif Requires: libgnomeui >= %{libgnomeui_version} Requires: krb5-libs >= %{krb5_version} %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 %{_datadir}/krb5-auth-dialog/ %{_mandir}/man1/* %{_sysconfdir}/xdg/autostart/krb5-auth-dialog.desktop %changelog * Mon Aug 13 2007 Christopher Aillon 0.7-3 - Update the license tag * Thu Mar 15 2007 Karsten Hopp 0.7-2 - rebuild with current gtk2 to add png support (#232013) * Mon Jul 24 2006 Christopher Aillon - 0.7-1 - Update to 0.7 - Don't peg the network and CPU when the KDC is unavailable * Wed Jul 19 2006 John (J5) Palmieri - 0.6.cvs20060212-4 - rebuild for dbus * Wed Jul 12 2006 Jesse Keating - 0.6.cvs20060212-3.1 - rebuild * Sat Jun 24 2006 Jesse Keating - 0.6.cvs20060212-3 - Add missing BRs perl-XML-Parser, gettext - Work around no network manager stuff on z900s * Sun Feb 12 2006 Christopher Aillon - 0.6.cvs20060212-1 - Update to latest CVS to get some of Nalin's fixes * Tue Feb 7 2006 Jesse Keating - 0.6-1.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Tue Jan 31 2006 Christopher Aillon 0.6-1 - Update to 0.6, adding an autostart file * Fri Dec 9 2005 Jesse Keating - 0.5-2.1 - rebuilt * Thu Dec 1 2005 John (J5) Palmieri - 0.5-2 - rebuild for new dbus * Tue Nov 8 2005 Christopher Aillon 0.5-1 - Update to 0.5 * Tue Nov 1 2005 Christopher Aillon 0.4-1 - Update to 0.4 * Mon Oct 31 2005 Christopher Aillon 0.3-1 - Update to 0.3, working with newer versions of krb5 and NetworkManager * Tue Aug 16 2005 David Zeuthen - Rebuilt * Tue Mar 22 2005 Nalin Dahyabhai 0.2-5 - Change Requires: krb5 to krb5-libs, repeat $ -> % fix for build requirements. * Tue Mar 22 2005 Dan Williams 0.2-4 - Fix $ -> % for Requires: krb5 >= ... * Mon Mar 21 2005 David Zeuthen 0.2-3 - Fix up BuildRequires and Requires (#134704) * Fri Mar 4 2005 David Zeuthen 0.2-2 - Rebuild * Mon Aug 16 2004 GNOME - auth-dialog - Initial build.