mirror of
https://abf.rosa.ru/djam/evolution-data-server.git
synced 2025-02-23 23:32:48 +00:00
new version 3.6.1
This commit is contained in:
parent
12b61136c4
commit
3d837bde6b
1 changed files with 10 additions and 7 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
Name: evolution-data-server
|
||||
Summary: Evolution Data Server
|
||||
Version: 3.6.0
|
||||
Version: 3.6.1
|
||||
Release: 1
|
||||
License: LGPLv2+
|
||||
Group: System/Libraries
|
||||
|
@ -238,11 +238,16 @@ GObject Introspection interface description for %{name}.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
%configure2_5x \
|
||||
--with-krb5=%{_prefix} \
|
||||
--with-krb5-libs=%{_libdir} \
|
||||
--with-libdb=%{_prefix} \
|
||||
--disable-static \
|
||||
--with-openldap=yes \
|
||||
--with-static-ldap=no \
|
||||
--enable-gtk-doc=yes
|
||||
# --enable-gnome-keyring=yes
|
||||
|
||||
%configure2_5x --with-krb5=%{_prefix} --with-krb5-libs=%{_libdir} \
|
||||
--with-libdb=%{_prefix} --disable-static \
|
||||
--with-openldap=yes --with-static-ldap=no --enable-gtk-doc=yes
|
||||
#--enable-gnome-keyring=yes
|
||||
%make
|
||||
|
||||
%install
|
||||
|
@ -366,8 +371,6 @@ find %{buildroot} -name '*.so.*' -exec chmod +x {} \;
|
|||
#{_libdir}/libedataserverui-%{api}.so
|
||||
%{_libdir}/libedataserverui-*.so
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 28 2012 Arkady L. Shane <ashejn@rosalab.ru> 3.6.0-1
|
||||
- update to 3.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue