]> 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 4d049536e492dce869966308428226b6569f39bf..c2e765cfc3640d738556a193eaba58e6004b6187 100644 (file)
@@ -12,7 +12,7 @@ Summary:      Evolution data server
 Summary(pl.UTF-8):     Serwer danych Evolution
 Name:          evolution-data-server
 Version:       2.22.3
-Release:       1
+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
@@ -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.052287 seconds and 4 git commands to generate.