Add --add-missing to automake call and remove legacy imap camel provider
This commit is contained in:
parent
5dc06a102f
commit
2c82e733f9
@ -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@redhat.com> - 3.7.4-1
|
||||
- Update to 3.7.4
|
||||
- Add --add-missing to automake call
|
||||
|
||||
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-2
|
||||
- Rebuilt for libgweather 3.7.3 soname bump
|
||||
|
Loading…
Reference in New Issue
Block a user