X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=evolution-ews.spec;h=36c01a39d3c99e50887b3da2c3e44b3db5bf7a6d;hb=3f129088830fb19b9bb6859d66fa58dee3b22899;hp=3885250a2db4631f664678c92d70b5773f3f4cc8;hpb=74255a46c71511d0254835e8074027f6302c74a6;p=packages%2Fevolution-ews.git diff --git a/evolution-ews.spec b/evolution-ews.spec index 3885250..36c01a3 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -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.28.0 +Version: 3.38.1 Release: 1 License: LGPL v2+ Group: X11/Applications/Mail -Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.28/%{name}-%{version}.tar.xz -# Source0-md5: 4feb30e9034cb6c6739451d7b184af0f -URL: http://projects.gnome.org/evolution/ +Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.38/%{name}-%{version}.tar.xz +# Source0-md5: e013928861edc6b46a933fd528157878 +URL: https://wiki.gnome.org/Apps/Evolution BuildRequires: cmake >= 3.1 BuildRequires: evolution-data-server-devel >= %{version} BuildRequires: evolution-devel >= %{version} @@ -16,9 +16,10 @@ 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: json-glib-devel >= 1.0.4 +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 +28,9 @@ BuildRequires: xz Requires: evolution >= %{version} Requires: evolution-data-server >= %{version} Requires: glib2 >= 1:2.46.0 -Requires: libsoup >= 2.42.0 +Requires: json-glib >= 1.0.4 +Requires: libical-glib >= 3.0.5 +Requires: libsoup >= 2.58 Obsoletes: evolution-ews-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -45,8 +48,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 +59,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} @@ -66,14 +71,21 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %dir %{_libdir}/evolution-ews -%attr(755,root,root) %{_libdir}/evolution-ews/libcamelews-priv.so -%attr(755,root,root) %{_libdir}/evolution-ews/libevolution-ews.so +%attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so +%attr(755,root,root) %{_libdir}/evolution/modules/module-microsoft365-configuration.so %attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so +%attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendmicrosoft365.so %attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so +%attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendmicrosoft365.so %attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so -%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so %{_libdir}/evolution-data-server/camel-providers/libcamelews.urls -%attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so +%attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelmicrosoft365.so +%{_libdir}/evolution-data-server/camel-providers/libcamelmicrosoft365.urls +%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so +%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-microsoft365-backend.so +%attr(755,root,root) %{_libdir}/evolution-ews/libcamelews-priv.so +%attr(755,root,root) %{_libdir}/evolution-ews/libevolution-ews.so +%attr(755,root,root) %{_libdir}/evolution-ews/libevolution-microsoft365.so %{_datadir}/evolution/errors/module-ews-configuration.error %{_datadir}/evolution-data-server/ews %{_datadir}/metainfo/org.gnome.Evolution-ews.metainfo.xml