]> 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 df49a9b25439aa1757aa29caaa7b69c67240f9c0..c2e765cfc3640d738556a193eaba58e6004b6187 100644 (file)
 Summary:       Evolution data server
 Summary(pl.UTF-8):     Serwer danych Evolution
 Name:          evolution-data-server
-Version:       2.22.1.1
+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: 53517ab651ba2a6fe57e00ef438c2ccb
+# Source0-md5: 7552919fa10a04a09130e29540482fdf
 Patch0:                %{name}-ntlm-ldap.patch
-Patch1:                %{name}-passwords.patch
 URL:           http://www.gnome.org/projects/evolution/
 BuildRequires: GConf2-devel >= 2.22.0
 BuildRequires: ORBit2-devel >= 1:2.14.8
@@ -141,11 +140,13 @@ Dokumentacja API e-d-s.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
 
 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}
@@ -174,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.094034 seconds and 4 git commands to generate.