diff --git a/.cvsignore b/.cvsignore index ea70006..6881470 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -krb5-auth-dialog-0.15.tar.bz2 +krb5-auth-dialog-0.16.tar.bz2 diff --git a/krb5-auth-dialog.spec b/krb5-auth-dialog.spec index 9f74871..7735d07 100644 --- a/krb5-auth-dialog.spec +++ b/krb5-auth-dialog.spec @@ -5,7 +5,7 @@ Summary: Kerberos 5 authentication dialog Name: krb5-auth-dialog -Version: 0.15 +Version: 0.16 Release: 1%{?dist} License: GPLv2+ Group: User Interface/X @@ -44,6 +44,9 @@ make rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/krb5-auth-dialog/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/krb5-auth-dialog/*.a + %find_lang %{name} --with-gnome %clean @@ -61,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/* %{_mandir}/man1/* %{_sysconfdir}/xdg/autostart/krb5-auth-dialog.desktop +%{_libdir}/krb5-auth-dialog %post @@ -83,6 +87,9 @@ if [ "$1" -eq 0 ]; then fi %changelog +* Wed Jul 14 2010 Christopher Aillon - 0.16-1 +- Update to 0.16 + * Thu Apr 08 2010 Matěj Cepl - 0.15-1 - Upgrade to the latest upstream version - Add BR for scrollkeeper. diff --git a/sources b/sources index 5eb552d..355d636 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fedbc72996da6958e5acba318c84524b krb5-auth-dialog-0.15.tar.bz2 +01427fbe2ff5d62522eafec5219163d0 krb5-auth-dialog-0.16.tar.bz2