[evolution-data-server] Add --add-missing to automake call and remove legacy imap camel provider

Milan Crha mcrha at fedoraproject.org
Mon Jan 14 12:03:05 UTC 2013


commit 2c82e733f9294976a29afd3314fc780f19b69803
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Jan 14 13:02:34 2013 +0100

    Add --add-missing to automake call and remove legacy imap camel provider

 evolution-data-server.spec |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index a66b342..887ed1f 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -181,7 +181,7 @@ export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et"
 # Regenerate configure to pick up configure.in and acinclude.m4 changes..
 aclocal -I m4
 autoheader
-automake
+automake --add-missing
 libtoolize
 intltoolize --force
 autoconf
@@ -284,9 +284,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %dir %{modules_dir}
 
 # Camel providers:
-%{camel_provider_dir}/libcamelimap.so
-%{camel_provider_dir}/libcamelimap.urls
-
 %{camel_provider_dir}/libcamelimapx.so
 %{camel_provider_dir}/libcamelimapx.urls
 
@@ -360,6 +357,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %changelog
 * Mon Jan 14 2013 Milan Crha <mcrha at redhat.com> - 3.7.4-1
 - Update to 3.7.4
+- Add --add-missing to automake call
 
 * Thu Dec 20 2012 Kalev Lember <kalevlember at gmail.com> - 3.7.3-2
 - Rebuilt for libgweather 3.7.3 soname bump


More information about the scm-commits mailing list