Remove libdb dependency
It was needed for migration from older versions of evolution-data-server, where local addressbooks used it as its storage. They begun to use SQLite long time ago, in time of 3.8 (which is year 2012).
This commit is contained in:
parent
c264936fcb
commit
d5766b0384
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 3.36.1
|
Version: 3.36.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Backend data server for Evolution
|
Summary: Backend data server for Evolution
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Apps/Evolution
|
URL: https://wiki.gnome.org/Apps/Evolution
|
||||||
@ -70,7 +70,6 @@ BuildRequires: gperf
|
|||||||
BuildRequires: gtk-doc >= %{gtk_doc_version}
|
BuildRequires: gtk-doc >= %{gtk_doc_version}
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: intltool >= %{intltool_version}
|
BuildRequires: intltool >= %{intltool_version}
|
||||||
BuildRequires: libdb-devel
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
@ -231,12 +230,9 @@ fi
|
|||||||
export CPPFLAGS="-I%{_includedir}/et"
|
export CPPFLAGS="-I%{_includedir}/et"
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-deprecated-declarations"
|
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fPIC -I%{_includedir}/et -Wno-deprecated-declarations"
|
||||||
|
|
||||||
# See Ross Burton's blog entry for why we want --with-libdb.
|
|
||||||
# http://www.burtonini.com/blog//computers/eds-libdb-2006-07-18-10-40
|
|
||||||
|
|
||||||
%cmake -G "Unix Makefiles" \
|
%cmake -G "Unix Makefiles" \
|
||||||
-DENABLE_MAINTAINER_MODE=OFF \
|
-DENABLE_MAINTAINER_MODE=OFF \
|
||||||
-DWITH_LIBDB=/usr \
|
-DWITH_LIBDB=OFF \
|
||||||
-DENABLE_FILE_LOCKING=fcntl \
|
-DENABLE_FILE_LOCKING=fcntl \
|
||||||
-DENABLE_DOT_LOCKING=OFF \
|
-DENABLE_DOT_LOCKING=OFF \
|
||||||
-DENABLE_INTROSPECTION=ON \
|
-DENABLE_INTROSPECTION=ON \
|
||||||
@ -464,6 +460,9 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2020 Milan Crha <mcrha@redhat.com> - 3.36.1-2
|
||||||
|
- Remove libdb dependency
|
||||||
|
|
||||||
* Fri Mar 27 2020 Milan Crha <mcrha@redhat.com> - 3.36.1-1
|
* Fri Mar 27 2020 Milan Crha <mcrha@redhat.com> - 3.36.1-1
|
||||||
- Update to 3.36.1
|
- Update to 3.36.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user