]> git.pld-linux.org Git - packages/evolution-ews.git/blobdiff - evolution-ews.spec
- updated to 3.36.4
[packages/evolution-ews.git] / evolution-ews.spec
index fb57c0ab2971c9279626b651f15246e616fc54b8..16bbfc52342055d741fc545a406afae67b5ee15f 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Evolution extension for Exchange Web Services
 Summary(pl.UTF-8):     Rozszerzenie Evolution dla Exchange Web Services
 Name:          evolution-ews
-Version:       3.26.0
+Version:       3.36.4
 Release:       1
 License:       LGPL v2+
 Group:         X11/Applications/Mail
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.26/%{name}-%{version}.tar.xz
-# Source0-md5: e09e1aea2f89ecd3a1dc74d121d2bc39
-URL:           http://projects.gnome.org/evolution/
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.36/%{name}-%{version}.tar.xz
+# Source0-md5: f625d82434a68c6f4ddfb0ee50dfad97
+URL:           https://wiki.gnome.org/Apps/Evolution
 BuildRequires: cmake >= 3.1
 BuildRequires: evolution-data-server-devel >= %{version}
 BuildRequires: evolution-devel >= %{version}
@@ -16,9 +16,9 @@ BuildRequires:        glib2-devel >= 1:2.46.0
 BuildRequires: gtk+3-devel >= 3.10.0
 BuildRequires: gtk-doc >= 1.9
 BuildRequires: intltool >= 0.40.0
-BuildRequires: libical-devel
+BuildRequires: libical-glib-devel >= 3.0.5
 BuildRequires: libmspack-devel >= 0.4
-BuildRequires: libsoup-devel >= 2.42.0
+BuildRequires: libsoup-devel >= 2.58
 BuildRequires: libtool >= 2:2.2
 BuildRequires: pkgconfig
 BuildRequires: sqlite3-devel
@@ -27,7 +27,8 @@ BuildRequires:        xz
 Requires:      evolution >= %{version}
 Requires:      evolution-data-server >= %{version}
 Requires:      glib2 >= 1:2.46.0
-Requires:      libsoup >= 2.42.0
+Requires:      libical-glib >= 3.0.5
+Requires:      libsoup >= 2.58
 Obsoletes:     evolution-ews-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -45,8 +46,10 @@ Microsoft Exchange w wersji 2007 lub nowszej poprzez interfejs EWS
 %setup -q
 
 %build
-%cmake \
-       -DLIBEXEC_INSTALL_DIR=%{_libdir} \
+install -d build
+cd build
+%cmake .. \
+       -DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
        -DENABLE_SCHEMAS_COMPILE=OFF
 
 %{__make}
@@ -54,7 +57,7 @@ Microsoft Exchange w wersji 2007 lub nowszej poprzez interfejs EWS
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
@@ -76,4 +79,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so
 %{_datadir}/evolution/errors/module-ews-configuration.error
 %{_datadir}/evolution-data-server/ews
-%{_datadir}/appdata/evolution-ews.metainfo.xml
+%{_datadir}/metainfo/org.gnome.Evolution-ews.metainfo.xml
This page took 0.075713 seconds and 4 git commands to generate.