mirror of
https://abf.rosa.ru/djam/evolution-data-server.git
synced 2025-02-23 23:32:48 +00:00
Update to 3.24.5
This commit is contained in:
parent
d8d25aec34
commit
361f332ef4
2 changed files with 22 additions and 22 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
evolution-data-server-3.22.5.tar.xz: bd26eee1676ef6a4f285ae7f0fc2b338ad5a8055
|
evolution-data-server-3.24.5.tar.xz: 0a66c8f595b766a9ce193e32ec045d535ebf56f6
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
%define api 1.2
|
%define api 1.2
|
||||||
%define base_version 3.0
|
%define base_version 3.0
|
||||||
%define dir_version 3.22
|
%define dir_version 3.24
|
||||||
|
|
||||||
%define camelmajor 59
|
%define camelmajor 60
|
||||||
%define libcamel %mklibname camel %{api} %{camelmajor}
|
%define libcamel %mklibname camel %{api} %{camelmajor}
|
||||||
%define devcamel %mklibname camel -d
|
%define devcamel %mklibname camel -d
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
%define libebackend %mklibname ebackend %{api} %{ebackendmajor}
|
%define libebackend %mklibname ebackend %{api} %{ebackendmajor}
|
||||||
%define devebackend %mklibname ebackend -d
|
%define devebackend %mklibname ebackend -d
|
||||||
|
|
||||||
%define ebookmajor 16
|
%define ebookmajor 19
|
||||||
%define libebook %mklibname ebook %{api} %{ebookmajor}
|
%define libebook %mklibname ebook %{api} %{ebookmajor}
|
||||||
%define devebook %mklibname ebook -d
|
%define devebook %mklibname ebook -d
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Summary: Evolution Data Server
|
Summary: Evolution Data Server
|
||||||
Version: 3.22.5
|
Version: 3.24.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
@ -58,6 +58,7 @@ BuildRequires: intltool
|
||||||
BuildRequires: vala-tools
|
BuildRequires: vala-tools
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
BuildRequires: openldap-devel
|
BuildRequires: openldap-devel
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: pkgconfig(gconf-2.0)
|
BuildRequires: pkgconfig(gconf-2.0)
|
||||||
BuildRequires: pkgconfig(gcr-base-3)
|
BuildRequires: pkgconfig(gcr-base-3)
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
|
@ -74,9 +75,11 @@ BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(nspr)
|
BuildRequires: pkgconfig(nspr)
|
||||||
BuildRequires: pkgconfig(nss)
|
BuildRequires: pkgconfig(nss)
|
||||||
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(oauth)
|
BuildRequires: pkgconfig(oauth)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(vapigen)
|
BuildRequires: pkgconfig(vapigen)
|
||||||
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||||
|
|
||||||
# workaround for libedbus-private library
|
# workaround for libedbus-private library
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
|
@ -91,7 +94,6 @@ and calendar in the gnome desktop.
|
||||||
|
|
||||||
%files -f %{name}-%{dir_version}.lang
|
%files -f %{name}-%{dir_version}.lang
|
||||||
%doc COPYING NEWS
|
%doc COPYING NEWS
|
||||||
%doc %{_datadir}/gtk-doc/html/eds/*
|
|
||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
%{_libexecdir}/camel-gpg-photo-saver
|
%{_libexecdir}/camel-gpg-photo-saver
|
||||||
%{_libexecdir}/camel-index-control-%{api}
|
%{_libexecdir}/camel-index-control-%{api}
|
||||||
|
@ -258,7 +260,6 @@ Evolution Data Server provides a central location for your addressbook
|
||||||
and calendar in the gnome desktop.
|
and calendar in the gnome desktop.
|
||||||
|
|
||||||
%files -n %{devcamel}
|
%files -n %{devcamel}
|
||||||
%doc %{_datadir}/gtk-doc/html/camel/*
|
|
||||||
%{_includedir}/%{name}/camel
|
%{_includedir}/%{name}/camel
|
||||||
%{_libdir}/pkgconfig/camel-%{api}.pc
|
%{_libdir}/pkgconfig/camel-%{api}.pc
|
||||||
%{_libdir}/libcamel-%{api}.so
|
%{_libdir}/libcamel-%{api}.so
|
||||||
|
@ -390,9 +391,11 @@ and calendar in the gnome desktop.
|
||||||
%{_libdir}/libedataserver-%{api}.so
|
%{_libdir}/libedataserver-%{api}.so
|
||||||
%{_libdir}/libedataserverui-%{api}.so
|
%{_libdir}/libedataserverui-%{api}.so
|
||||||
%{_datadir}/gir-1.0/EDataServer-%{girmajor}.gir
|
%{_datadir}/gir-1.0/EDataServer-%{girmajor}.gir
|
||||||
|
%{_datadir}/gir-1.0/EDataServerUI-%{girmajor}.gir
|
||||||
%{_datadir}/vala/vapi/libedataserver-%{api}.deps
|
%{_datadir}/vala/vapi/libedataserver-%{api}.deps
|
||||||
%{_datadir}/vala/vapi/libedataserver-%{api}.vapi
|
%{_datadir}/vala/vapi/libedataserver-%{api}.vapi
|
||||||
|
%{_datadir}/vala/vapi/libedataserverui-%{api}.deps
|
||||||
|
%{_datadir}/vala/vapi/libedataserverui-%{api}.vapi
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
%package -n %{girname}
|
%package -n %{girname}
|
||||||
|
@ -403,7 +406,9 @@ Group: System/Libraries
|
||||||
GObject Introspection interface description for %{name}.
|
GObject Introspection interface description for %{name}.
|
||||||
|
|
||||||
%files -n %{girname}
|
%files -n %{girname}
|
||||||
|
%{_libdir}/girepository-1.0/Camel-%{girmajor}.typelib
|
||||||
%{_libdir}/girepository-1.0/EDataServer-%{girmajor}.typelib
|
%{_libdir}/girepository-1.0/EDataServer-%{girmajor}.typelib
|
||||||
|
%{_libdir}/girepository-1.0/EDataServerUI-%{girmajor}.typelib
|
||||||
%{_libdir}/girepository-1.0/EBook-%{girmajor}.typelib
|
%{_libdir}/girepository-1.0/EBook-%{girmajor}.typelib
|
||||||
%{_libdir}/girepository-1.0/EBookContacts-%{girmajor}.typelib
|
%{_libdir}/girepository-1.0/EBookContacts-%{girmajor}.typelib
|
||||||
|
|
||||||
|
@ -411,25 +416,20 @@ GObject Introspection interface description for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%apply_patches
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure2_5x \
|
%cmake \
|
||||||
--with-krb5=%{_prefix} \
|
-DENABLE_UOA=OFF \
|
||||||
--with-krb5-libs=%{_libdir} \
|
-DENABLE_VALA_BINDINGS=ON \
|
||||||
--with-libdb=%{_prefix} \
|
-DENABLE_INTROSPECTION=ON \
|
||||||
--disable-static \
|
-DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
|
||||||
--disable-google-auth \
|
-DSHARE_INSTALL_PREFIX=%{_datadir} \
|
||||||
--with-openldap=yes \
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
--with-static-ldap=no \
|
-DLIB_INSTALL_DIR=%{_libdir}
|
||||||
--enable-gtk-doc=yes \
|
|
||||||
--disable-uoa \
|
|
||||||
--enable-vala-bindings
|
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall_std
|
%makeinstall_std -C build
|
||||||
|
|
||||||
# give the libraries some executable bits
|
# give the libraries some executable bits
|
||||||
find %{buildroot} -name '*.so.*' -exec chmod +x {} \;
|
find %{buildroot} -name '*.so.*' -exec chmod +x {} \;
|
||||||
|
|
Loading…
Add table
Reference in a new issue