From 2c82e733f9294976a29afd3314fc780f19b69803 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 14 Jan 2013 13:02:34 +0100 Subject: [PATCH] Add --add-missing to automake call and remove legacy imap camel provider --- evolution-data-server.spec | 6 ++---- 1 file 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 - 3.7.4-1 - Update to 3.7.4 +- Add --add-missing to automake call * Thu Dec 20 2012 Kalev Lember - 3.7.3-2 - Rebuilt for libgweather 3.7.3 soname bump