From 5a216fc473998b1ac751ee04f31330c1551bcfd7 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 14 Jan 2013 13:04:33 +0100 Subject: [PATCH] Add --add-missing to automake call and remove legacy imap module --- evolution.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evolution.spec b/evolution.spec index 6a9ce56..66abd5b 100644 --- a/evolution.spec +++ b/evolution.spec @@ -227,7 +227,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -I%{_includedir}/et -Wno-sign-com # Regenerate configure to pick up configure.ac changes aclocal -I m4 autoheader -automake +automake --add-missing libtoolize intltoolize --force autoconf @@ -379,7 +379,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_base_version}/modules/module-cal-config-webcal.so %{_libdir}/evolution/%{evo_base_version}/modules/module-calendar.so %{_libdir}/evolution/%{evo_base_version}/modules/module-composer-autosave.so -%{_libdir}/evolution/%{evo_base_version}/modules/module-imap-features.so %{_libdir}/evolution/%{evo_base_version}/modules/module-itip-formatter.so %{_libdir}/evolution/%{evo_base_version}/modules/module-mail-config.so %{_libdir}/evolution/%{evo_base_version}/modules/module-mail.so @@ -517,6 +516,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Jan 14 2013 Milan Crha - 3.7.4-1 - Update to 3.7.4 +- Add --add-missing to automake call * Tue Jan 01 2013 Matthew Barnes - 3.7.3.2-3 - Re-enable translation size reduction (RH bug #628073 is long fixed).