]> git.pld-linux.org Git - packages/evolution-data-server.git/blobdiff - evolution-data-server.spec
- release 2
[packages/evolution-data-server.git] / evolution-data-server.spec
index ea5887d30bdc48a0ff1d397f3a99b41c05ec2989..c2e765cfc3640d738556a193eaba58e6004b6187 100644 (file)
 Summary:       Evolution data server
 Summary(pl.UTF-8):     Serwer danych Evolution
 Name:          evolution-data-server
-Version:       2.22.2
+Version:       2.22.3
 Release:       2
 License:       LGPL v2+
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/2.22/%{name}-%{version}.tar.bz2
-# Source0-md5: 4f00c92faf5fa85f3a141ebca401fc52
+# Source0-md5: 7552919fa10a04a09130e29540482fdf
 Patch0:                %{name}-ntlm-ldap.patch
 URL:           http://www.gnome.org/projects/evolution/
 BuildRequires: GConf2-devel >= 2.22.0
@@ -144,6 +144,9 @@ Dokumentacja API e-d-s.
 sed -i -e 's#sr@Latn#sr@latin#' po/LINGUAS
 mv po/sr@{Latn,latin}.po
 
+# kill -L$withval/lib
+sed -i -e 's/DB_LIBS="-L[^ "]* /DB_LIBS="/;s/ICONV_LIBS="[^ "]*/ICONV_LIBS="/' configure.in
+
 %build
 %{__gtkdocize}
 %{__glib_gettextize}
@@ -172,7 +175,7 @@ fi
 export LIBS
 
 %configure \
-       %{?with_kerberos5:--with-krb5=%{_prefix}} \
+       %{?with_kerberos5:--with-krb5=%{_prefix} --with-krb5-libs=%{_libdir}} \
        %{!?with_kerberos5:--with-krb5=no} \
        %{?with_ldap:--with-openldap=%{_libdir}/evolution-openldap} \
        %{?with_ldap:--with-static-ldap=yes} \
This page took 0.023666 seconds and 4 git commands to generate.