Update to 3.19.1
This commit is contained in:
parent
5aa884c5ed
commit
0ccdb66f06
1
.gitignore
vendored
1
.gitignore
vendored
@ -92,3 +92,4 @@ evolution-data-server-2.31.5.tar.bz2
|
||||
/evolution-data-server-3.17.92.tar.xz
|
||||
/evolution-data-server-3.18.0.tar.xz
|
||||
/evolution-data-server-3.18.1.tar.xz
|
||||
/evolution-data-server-3.19.1.tar.xz
|
||||
|
@ -19,9 +19,10 @@
|
||||
%define libical_version 0.46
|
||||
%define libsoup_version 2.42
|
||||
%define sqlite_version 3.5
|
||||
%define nss_version 3.14
|
||||
%define webkitgtk_version 2.4.9
|
||||
%define json_glib_version 1.0.4
|
||||
|
||||
%define eds_base_version 3.18
|
||||
%define eds_base_version 3.20
|
||||
|
||||
%define credential_modules_dir %{_libdir}/evolution-data-server/credential-modules
|
||||
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
|
||||
@ -32,14 +33,14 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.18.1
|
||||
Version: 3.19.1
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
Source: http://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz
|
||||
|
||||
Provides: evolution-webcal = %{version}
|
||||
Obsoletes: evolution-webcal < 2.24.0
|
||||
@ -86,18 +87,19 @@ BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(nspr)
|
||||
BuildRequires: pkgconfig(nss) >= %{nss_version}
|
||||
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
|
||||
BuildRequires: pkgconfig(webkitgtk-3.0) >= %{webkitgtk_version}
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
||||
|
||||
%if %{ldap_support}
|
||||
%if %{static_ldap}
|
||||
BuildRequires: openldap-devel%{?_isa}
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
%else
|
||||
BuildRequires: openldap-devel >= 2.0.11
|
||||
BuildRequires: openldap-devel >= 2.0.11
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %{krb5_support}
|
||||
%if %{krb5_support}
|
||||
BuildRequires: krb5-devel >= 1.11
|
||||
%endif
|
||||
|
||||
@ -120,6 +122,8 @@ Requires: pkgconfig(libical) >= %{libical_version}
|
||||
Requires: pkgconfig(libsecret-unstable) >= %{libsecret_version}
|
||||
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
||||
Requires: pkgconfig(sqlite3) >= %{sqlite_version}
|
||||
Requires: pkgconfig(webkitgtk-3.0) >= %{webkitgtk_version}
|
||||
Requires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
||||
|
||||
%description devel
|
||||
Development files needed for building things which link against %{name}.
|
||||
@ -204,7 +208,7 @@ fi
|
||||
%define gtkdoc_flags --disable-gtk-doc
|
||||
%endif
|
||||
|
||||
if ! pkg-config --exists nss; then
|
||||
if ! pkg-config --exists nss; then
|
||||
echo "Unable to find suitable version of nss to use!"
|
||||
exit 1
|
||||
fi
|
||||
@ -253,7 +257,7 @@ rm -f $RPM_BUILD_ROOT/%{ebook_backends_dir}/*.a
|
||||
rm -f $RPM_BUILD_ROOT/%{ecal_backends_dir}/*.a
|
||||
rm -f $RPM_BUILD_ROOT/%{modules_dir}/*.a
|
||||
|
||||
# give the libraries some executable bits
|
||||
# give the libraries some executable bits
|
||||
find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
||||
|
||||
%find_lang %{name}-%{eds_base_version}
|
||||
@ -411,6 +415,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Oct 26 2015 Milan Crha <mcrha@redhat.com> - 3.19.1-1
|
||||
- Update to 3.19.1
|
||||
|
||||
* Mon Oct 12 2015 Milan Crha <mcrha@redhat.com> - 3.18.1-1
|
||||
- Update to 3.18.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user