Update to 3.9.3; Add dependency on libmspack 0.4+
This commit is contained in:
parent
fd26962e22
commit
f60e4e6937
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
||||
/evolution-ews-3.8.0.tar.xz
|
||||
/evolution-ews-3.9.1.tar.xz
|
||||
/evolution-ews-3.9.2.tar.xz
|
||||
/evolution-ews-3.9.3.tar.xz
|
||||
|
@ -1,7 +1,8 @@
|
||||
%global evo_base_version 3.10
|
||||
%global libmspack_version 0.4
|
||||
|
||||
Name: evolution-ews
|
||||
Version: 3.9.2
|
||||
Version: 3.9.3
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Productivity
|
||||
Summary: Evolution extension for Exchange Web Services
|
||||
@ -13,10 +14,12 @@ Source: http://download.gnome.org/sources/%{name}/3.9/%{name}-%{version}.tar.xz
|
||||
|
||||
Requires: evolution >= %{version}
|
||||
Requires: evolution-data-server >= %{version}
|
||||
Requires: libmspack >= %{libmspack_version}
|
||||
|
||||
BuildRequires: evolution-devel >= %{version}
|
||||
BuildRequires: evolution-data-server-devel >= %{version}
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libmspack-devel >= %{libmspack_version}
|
||||
|
||||
%description
|
||||
This package allows Evolution to interact with Microsoft Exchange servers,
|
||||
@ -61,6 +64,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/evolution/%{evo_base_version}/modules/*.la
|
||||
%{_datadir}/evolution/%{evo_base_version}/errors/module-ews-configuration.error
|
||||
|
||||
%changelog
|
||||
* Mon Jun 17 2013 Milan Crha <mcrha@redhat.com> - 3.9.3-1
|
||||
- Update to 3.9.3
|
||||
- Add dependency on libmspack 0.4+
|
||||
|
||||
* Mon May 27 2013 Milan Crha <mcrha@redhat.com> - 3.9.2-1
|
||||
- Update to 3.9.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user