Add --add-missing to automake call and remove legacy imap module
This commit is contained in:
parent
873ba1e2a0
commit
5a216fc473
@ -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 <mcrha@redhat.com> - 3.7.4-1
|
||||
- Update to 3.7.4
|
||||
- Add --add-missing to automake call
|
||||
|
||||
* Tue Jan 01 2013 Matthew Barnes <mbarnes@redhat.com> - 3.7.3.2-3
|
||||
- Re-enable translation size reduction (RH bug #628073 is long fixed).
|
||||
|
Loading…
Reference in New Issue
Block a user