rpms/evolution-data-server/devel evolution-data-server.spec, 1.165, 1.166

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon May 21 15:06:19 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-data-server/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15013

Modified Files:
	evolution-data-server.spec 
Log Message:

* Mon May 21 2007 Matthew Barnes <mbarnes at redhat.com> - 1.11.2-2.fc7
- Store account passwords in GNOME Keyring.



Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- evolution-data-server.spec	18 May 2007 17:39:14 -0000	1.165
+++ evolution-data-server.spec	21 May 2007 15:05:44 -0000	1.166
@@ -13,7 +13,7 @@
 %define eds_api_version 1.2
 
 %define use_gtk_doc 0
-
+%define use_gnome_keyring 1
 %define support_imap4_provider 0
 
 %define camel_provider_dir %{_libdir}/evolution-data-server-%{eds_api_version}/camel-providers
@@ -26,7 +26,7 @@
 
 Name: evolution-data-server
 Version: 1.11.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -213,6 +213,12 @@
 fi
 %endif
 
+%if %{use_gnome_keyring}
+%define keyring_flags --enable-gnome-keyring
+%else
+%define keyring flags --disable-gnome-keyring
+%endif
+
 %if %{support_imap4_provider}
 %define imap4_flags --enable-imap4=yes
 %else
@@ -259,7 +265,8 @@
 	--with-libdb=/usr \
 	--enable-file-locking=fcntl \
 	--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
 make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
 
@@ -380,6 +387,9 @@
 %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
 
 %changelog
+* Mon May 21 2007 Matthew Barnes <mbarnes at redhat.com> - 1.11.2-2.fc7
+- Store account passwords in GNOME Keyring.
+
 * Fri May 18 2007 Matthew Barnes <mbarnes at redhat.com> - 1.11.2-1.fc7
 - Update to 1.11.2
 - Bump eds_base_version to 1.12.




More information about the fedora-extras-commits mailing list