- Store account passwords in GNOME Keyring.

This commit is contained in:
Matthew Barnes 2007-05-21 15:05:44 +00:00
parent 8edc3aba21
commit 84c245ebea

View File

@ -13,7 +13,7 @@
%define eds_api_version 1.2 %define eds_api_version 1.2
%define use_gtk_doc 0 %define use_gtk_doc 0
%define use_gnome_keyring 1
%define support_imap4_provider 0 %define support_imap4_provider 0
%define camel_provider_dir %{_libdir}/evolution-data-server-%{eds_api_version}/camel-providers %define camel_provider_dir %{_libdir}/evolution-data-server-%{eds_api_version}/camel-providers
@ -26,7 +26,7 @@
Name: evolution-data-server Name: evolution-data-server
Version: 1.11.2 Version: 1.11.2
Release: 1%{?dist} Release: 2%{?dist}
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: Backend data server for Evolution Summary: Backend data server for Evolution
@ -213,6 +213,12 @@ if ! pkg-config --exists nss; then
fi fi
%endif %endif
%if %{use_gnome_keyring}
%define keyring_flags --enable-gnome-keyring
%else
%define keyring flags --disable-gnome-keyring
%endif
%if %{support_imap4_provider} %if %{support_imap4_provider}
%define imap4_flags --enable-imap4=yes %define imap4_flags --enable-imap4=yes
%else %else
@ -259,7 +265,8 @@ CFLAGS="$CFLAGS \
--with-libdb=/usr \ --with-libdb=/usr \
--enable-file-locking=fcntl \ --enable-file-locking=fcntl \
--enable-dot-locking=no \ --enable-dot-locking=no \
%ldap_flags %krb5_flags %nntp_flags %ssl_flags %imap4_flags %ldap_flags %krb5_flags %nntp_flags %ssl_flags %imap4_flags \
%keyring_flags
export tagname=CC export tagname=CC
make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
@ -380,6 +387,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
%changelog %changelog
* Mon May 21 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-2.fc7
- Store account passwords in GNOME Keyring.
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-1.fc7 * Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.2-1.fc7
- Update to 1.11.2 - Update to 1.11.2
- Bump eds_base_version to 1.12. - Bump eds_base_version to 1.12.