2012-04-29 11:49:27 +00:00
|
|
|
%global evo_base_version 3.6
|
2011-11-07 17:57:55 +00:00
|
|
|
|
|
|
|
Name: evolution-ews
|
2012-06-25 14:28:48 +00:00
|
|
|
Version: 3.5.3
|
2012-01-16 18:21:47 +00:00
|
|
|
Release: 1%{?dist}
|
2011-11-07 17:57:55 +00:00
|
|
|
Group: Applications/Productivity
|
|
|
|
Summary: Evolution extension for Exchange Web Services
|
|
|
|
License: LGPLv2
|
|
|
|
URL: http://projects.gnome.org/evolution
|
2012-06-04 09:17:50 +00:00
|
|
|
Source: http://download.gnome.org/sources/%{name}/3.5/%{name}-%{version}.tar.xz
|
2011-11-07 17:57:55 +00:00
|
|
|
|
2012-06-25 12:08:24 +00:00
|
|
|
Requires: evolution >= %{version}
|
|
|
|
Requires: evolution-data-server >= %{version}
|
|
|
|
|
2011-11-07 17:57:55 +00:00
|
|
|
BuildRequires: evolution-devel >= %{version}
|
|
|
|
BuildRequires: evolution-data-server-devel >= %{version}
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package allows Evolution to interact with Microsoft Exchange servers,
|
|
|
|
versions 2007 and later, through its Exchange Web Services (EWS) interface.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
# Remove files we don't want packaged (no devel subpackage).
|
|
|
|
rm -r $RPM_BUILD_ROOT%{_includedir}/evolution-data-server-%{evo_base_version}/
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-%{evo_base_version}/*.la
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-%{evo_base_version}/*.so
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/evolution/%{evo_base_version}/plugins/*.la
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/liblzx.la
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/liblzx.so
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc COPYING NEWS README
|
|
|
|
%{_libdir}/evolution-data-server-%{evo_base_version}/libeews-1.2.so.*
|
|
|
|
%{_libdir}/evolution-data-server-%{evo_base_version}/libewsutils.so.*
|
|
|
|
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
|
|
|
|
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
|
|
|
|
%{_libdir}/evolution-data-server/camel-providers/libcamelews.so
|
|
|
|
%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
|
|
|
|
%{_libdir}/evolution/%{evo_base_version}/plugins/liborg-gnome-exchange-ews.so
|
|
|
|
%{_libdir}/evolution/%{evo_base_version}/plugins/org-gnome-exchange-ews.eplug
|
|
|
|
|
|
|
|
# XXX For now this is a private library even though it lives
|
|
|
|
# directly in LIBDIR. Nothing else should be using it.
|
|
|
|
%{_libdir}/liblzx.so.*
|
|
|
|
|
|
|
|
%changelog
|
2012-06-25 14:28:48 +00:00
|
|
|
* Mon Jun 25 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.3-1
|
|
|
|
- Update to 3.5.3
|
|
|
|
|
2012-06-04 09:17:50 +00:00
|
|
|
* Mon Jun 04 2012 Milan Crha <mcrha@redhat.com> - 3.5.2-1
|
|
|
|
- Update to 3.5.2
|
|
|
|
|
2012-04-29 11:49:27 +00:00
|
|
|
* Sun Apr 29 2012 Matthew Barnes <mbarnes@redhat.com> - 3.5.1-1
|
|
|
|
- Update to 3.5.1
|
|
|
|
|
2012-03-26 09:01:08 +00:00
|
|
|
* Mon Mar 26 2012 Milan Crha <mcrha@redhat.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2012-03-19 09:45:40 +00:00
|
|
|
* Mon Mar 19 2012 Milan Crha <mcrha@redhat.com> - 3.3.92-1
|
|
|
|
- Update to 3.3.92
|
|
|
|
|
2012-03-06 07:13:56 +00:00
|
|
|
* Tue Mar 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.91-1
|
|
|
|
- Update to 3.3.91
|
|
|
|
|
2012-02-20 12:31:22 +00:00
|
|
|
* Mon Feb 20 2012 Milan Crha <mcrha@redhat.com> - 3.3.90-1
|
|
|
|
- Update to 3.3.90
|
|
|
|
|
2012-02-06 10:29:45 +00:00
|
|
|
* Mon Feb 06 2012 Milan Crha <mcrha@redhat.com> - 3.3.5-1
|
|
|
|
- Update to 3.3.5
|
|
|
|
|
2012-01-16 18:21:47 +00:00
|
|
|
* Mon Jan 16 2012 Milan Crha <mcrha@redhat.com> - 3.3.4-1
|
|
|
|
- Update to 3.3.4
|
|
|
|
|
2012-01-13 02:06:05 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-19 15:59:32 +00:00
|
|
|
* Mon Dec 19 2011 Milan Crha <mcrha@redhat.com> - 3.3.3-1
|
|
|
|
- Update to 3.3.3
|
|
|
|
- Removed the last patch (fixed upstream)
|
|
|
|
|
2011-11-21 08:22:33 +00:00
|
|
|
* Mon Nov 21 2011 Milan Crha <mcrha@redhat.com> - 3.3.2-1
|
|
|
|
- Update to 3.3.2
|
|
|
|
- Removed obsolete patches (fixed upstream)
|
|
|
|
|
2011-11-07 18:00:22 +00:00
|
|
|
* Wed Nov 07 2011 Matthew Barnes <mbarnes@redhat.com> - 3.3.1-1
|
|
|
|
- Initial packaging for Fedora 17.
|