]> git.pld-linux.org Git - packages/evolution-ews.git/blobdiff - evolution-ews.spec
Merge branch 'master' of git://git.pld-linux.org/packages/evolution-ews
[packages/evolution-ews.git] / evolution-ews.spec
index 2578810626bdaff62e6dc9e95c3a813eb7ad9dbb..c72806f18d665e95880e378d7979b004103029f2 100644 (file)
@@ -1,30 +1,33 @@
 Summary:       Evolution extension for Exchange Web Services
 Summary:       Evolution extension for Exchange Web Services
+Summary(pl.UTF-8):     Rozszerzenie Evolution dla Exchange Web Services
 Name:          evolution-ews
 Name:          evolution-ews
-Version:       3.4.2
+Version:       3.12.4
 Release:       1
 License:       LGPL v2+
 Release:       1
 License:       LGPL v2+
-Group:         Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.4/%{name}-%{version}.tar.xz
-# Source0-md5: 1555a86aea0a722ddece4264a1eb5ed4
+Group:         X11/Applications/Mail
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.12/%{name}-%{version}.tar.xz
+# Source0-md5: e90cc910675f7ece4a62264c4793fc2c
 URL:           http://projects.gnome.org/evolution/
 URL:           http://projects.gnome.org/evolution/
-BuildRequires: GConf2-devel
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake >= 1:1.9
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake >= 1:1.9
-BuildRequires: evolution-data-server-devel >= 3.4.1
-BuildRequires: evolution-devel >= 3.4.1
-BuildRequires: gettext-devel
-BuildRequires: glib2-devel >= 1:2.26.0
+BuildRequires: evolution-data-server-devel >= %{version}
+BuildRequires: evolution-devel >= %{version}
+BuildRequires: gettext-tools
+BuildRequires: glib2-devel >= 1:2.32.0
+BuildRequires: gtk+3-devel >= 3.0.0
 BuildRequires: gtk-doc >= 1.9
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libical-devel
 BuildRequires: gtk-doc >= 1.9
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libical-devel
-BuildRequires: libsoup-devel >= 2.30.0
+BuildRequires: libmspack-devel >= 0.4
+BuildRequires: libsoup-devel >= 2.42.0
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: sqlite3-devel
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: sqlite3-devel
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
-Requires:      evolution >= 3.4.1
-Requires:      evolution-data-server >= 3.4.1
+Requires:      evolution >= %{version}
+Requires:      evolution-data-server >= %{version}
+Requires:      libsoup >= 2.42.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,15 +35,23 @@ This package allows Evolution to interact with Microsoft Exchange
 servers, versions 2007 and later, through its Exchange Web Services
 (EWS) interface.
 
 servers, versions 2007 and later, through its Exchange Web Services
 (EWS) interface.
 
+%description -l pl.UTF-8
+Ten pakiet pozwala programowi Evolution współpracować z serwerami
+Microsoft Exchange w wersji 2007 lub nowszej poprzez interfejs EWS
+(Exchange Web Services).
+
 %package devel
 %package devel
-Summary:       Development files for ews library
-Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
-Requires:      evolution-data-server-devel >= 3.4.1
-Requires:      libsoup-devel >= 2.30.0
+Summary:       Development files for EWS libraries
+Summary(pl.UTF-8):     Pliki programistyczne bibliotek EWS
+Group:         X11/Development/Libraries
+Requires:      evolution-data-server-devel >= %{version}
+Requires:      libsoup-devel >= 2.42.0
 
 %description devel
 
 %description devel
-This package provides development files for ews library.
+This package provides development files for EWS library.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki programistyczne bibliotek EWS.
 
 %prep
 %setup -q
 
 %prep
 %setup -q
@@ -48,7 +59,7 @@ This package provides development files for ews library.
 %build
 %{__intltoolize}
 %{__libtoolize}
 %build
 %{__intltoolize}
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -62,35 +73,29 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*.la
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/*/plugins/*.la
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/*/modules/*.la
 
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
-
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/liblzx.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/liblzx.so.0
-%attr(755,root,root) %{_libdir}/evolution-data-server-3.4/libeews-1.2.so*
-%attr(755,root,root) %{_libdir}/evolution-data-server-3.4/libewsutils.so*
+%attr(755,root,root) %{_libdir}/evolution-data-server/libeews-1.2.so*
+%attr(755,root,root) %{_libdir}/evolution-data-server/libewsutils.so*
 %attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
 %attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
 %attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
 %attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
 %attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.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
 %{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
-%attr(755,root,root) %{_libdir}/evolution/3.4/plugins/liborg-gnome-exchange-ews.so
-%{_libdir}/evolution/3.4/plugins/org-gnome-exchange-ews.eplug
+%attr(755,root,root) %{_libdir}/evolution/3.12/modules/module-ews-configuration.so
+%{_datadir}/evolution/3.12/errors/module-ews-configuration.error
+%{_datadir}/evolution-data-server/ews
 
 %files devel
 %defattr(644,root,root,755)
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/liblzx.so
-%{_includedir}/evolution-data-server-3.4
-%{_pkgconfigdir}/libeews-1.2.pc
+%{_includedir}/evolution-data-server/ews
This page took 0.082245 seconds and 4 git commands to generate.