]> git.pld-linux.org Git - packages/evolution-data-server.git/blobdiff - evolution-data-server.spec
- libphonenumber support
[packages/evolution-data-server.git] / evolution-data-server.spec
index e54e8272f27c46715ecd83647c1516ba80d9a806..937760094224c8126e8ce71326daa52be794069a 100644 (file)
@@ -1,23 +1,25 @@
+# TODO: libphonenumber
 #
 # Conditional build:
 %bcond_without apidocs         # API documentation
 %bcond_without kerberos5       # Kerberos5 support
 %bcond_without ldap            # LDAP support
 %bcond_without goa             # Gnome Online Accounts support
+%bcond_without phonenumber     # libphonenumber support for address books
 %bcond_without vala            # Vala API
 
-%define                basever         3.34
+%define                basever         3.36
 %define                apiver          1.2
 %define                cal_apiver      2.0
 Summary:       Evolution data server
 Summary(pl.UTF-8):     Serwer danych Evolution
 Name:          evolution-data-server
-Version:       3.34.3
+Version:       3.36.2
 Release:       1
 License:       LGPL v2+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/3.34/%{name}-%{version}.tar.xz
-# Source0-md5: 687d6d7242d60a8a3a3322eee6a45dca
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/3.36/%{name}-%{version}.tar.xz
+# Source0-md5: 0d09eb9bdc50930d7057c8d8a34bbe7a
 Patch0:                %{name}-gtkdoc.patch
 URL:           https://wiki.gnome.org/Apps/Evolution
 BuildRequires: cmake >= 3.1
@@ -37,10 +39,12 @@ BuildRequires:      gtk-webkit4-devel >= 2.12.0
 BuildRequires: intltool >= 0.40.0
 BuildRequires: json-glib-devel >= 1.0.4
 BuildRequires: libcanberra-gtk3-devel >= 0.25
+%{?with_kerberos5:BuildRequires:       libcom_err-devel}
 BuildRequires: libgdata-devel >= 0.15.1
 BuildRequires: libgweather-devel >= 3.10
-BuildRequires: libical-glib-devel >= 3.0.5
+BuildRequires: libical-glib-devel >= 3.0.7
 BuildRequires: libicu-devel
+%{?with_phonenumber:BuildRequires:     libphonenumber-devel}
 BuildRequires: libsecret-devel >= 0.5
 BuildRequires: libsoup-devel >= 2.42.0
 BuildRequires: libstdc++-devel >= 6:5.0
@@ -54,7 +58,7 @@ BuildRequires:        rpmbuild(macros) >= 1.742
 BuildRequires: sqlite3-devel >= 3.7.17
 BuildRequires: tar >= 1:1.22
 %{?with_vala:BuildRequires:    vala >= 2:0.22.0}
-BuildRequires: vala-libical-glib >= 3.0.5
+BuildRequires: vala-libical-glib >= 3.0.7
 BuildRequires: xz
 BuildRequires: zlib-devel
 Requires(post,postun): glib2 >= 1:2.46.0
@@ -112,7 +116,7 @@ Requires:   gcr-ui >= 3.4.0
 Requires:      glib2 >= 1:2.46.0
 Requires:      gtk-webkit4 >= 2.12.0
 Requires:      json-glib >= 1.0.4
-Requires:      libical-glib >= 3.0.5
+Requires:      libical-glib >= 3.0.7
 Requires:      libsecret >= 0.5
 Requires:      libsoup >= 2.42.0
 Requires:      libxml2 >= 1:2.6.31
@@ -135,7 +139,7 @@ Requires:   gcr-ui-devel >= 3.4.0
 Requires:      glib2-devel >= 1:2.46.0
 %{?with_kerberos5:Requires:    heimdal-devel}
 Requires:      libgdata-devel >= 0.15.1
-Requires:      libical-glib-devel >= 3.0.5
+Requires:      libical-glib-devel >= 3.0.7
 Requires:      libsecret-devel >= 0.5
 Requires:      libsoup-devel >= 2.42.0
 Requires:      libxml2-devel >= 1:2.6.31
@@ -210,7 +214,8 @@ cd build
        %{cmake_on_off vala ENABLE_VALA_BINDINGS} \
        %{cmake_on_off goa ENABLE_GOA} \
        -DENABLE_SCHEMAS_COMPILE=OFF \
-       -DENABLE_INTROSPECTION=ON
+       -DENABLE_INTROSPECTION=ON \
+       %{?with_phonenumber:-DWITH_PHONENUMBER=ON}
 
 %{__make}
 
This page took 0.046713 seconds and 4 git commands to generate.