new version 3.6.1

This commit is contained in:
mdawkins 2012-10-15 18:19:05 +00:00
parent 12b61136c4
commit 3d837bde6b

View file

@ -45,7 +45,7 @@
Name: evolution-data-server Name: evolution-data-server
Summary: Evolution Data Server Summary: Evolution Data Server
Version: 3.6.0 Version: 3.6.1
Release: 1 Release: 1
License: LGPLv2+ License: LGPLv2+
Group: System/Libraries Group: System/Libraries
@ -238,11 +238,16 @@ GObject Introspection interface description for %{name}.
%setup -q %setup -q
%build %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 %make
%install %install
@ -366,8 +371,6 @@ find %{buildroot} -name '*.so.*' -exec chmod +x {} \;
#{_libdir}/libedataserverui-%{api}.so #{_libdir}/libedataserverui-%{api}.so
%{_libdir}/libedataserverui-*.so %{_libdir}/libedataserverui-*.so
%changelog %changelog
* Fri Sep 28 2012 Arkady L. Shane <ashejn@rosalab.ru> 3.6.0-1 * Fri Sep 28 2012 Arkady L. Shane <ashejn@rosalab.ru> 3.6.0-1
- update to 3.6.0 - update to 3.6.0