]> git.pld-linux.org Git - packages/mozldap.git/commitdiff
- updated configure options and deps for shared svrcore (>= 4.0.3)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 20 Dec 2006 09:41:28 +0000 (09:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    mozldap.spec -> 1.18

mozldap.spec

index 7770cc1c163c584de92856e15f2bf6bce5e9a387..629054e7223ad117c3f58d727d0702774a8b1abc 100644 (file)
@@ -2,12 +2,12 @@
 %define        nspr_evr        1:%{nspr_version}
 %define        nss_version     3.11
 %define        nss_evr         1:%{nss_version}
-%define        svrcore_version 4.0.2
+%define        svrcore_version 4.0.3
 Summary:       Mozilla LDAP C SDK
 Summary(pl):   Biblioteki Mozilla LDAP C SDK
 Name:          mozldap
 Version:       6.0.0
-Release:       1
+Release:       2
 License:       MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group:         Libraries
 Source0:       ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v%{version}/src/mozldap6-%{version}.tar.gz
@@ -74,6 +74,7 @@ Summary:      Tools for the Mozilla LDAP C SDK
 Summary(pl):   Narzêdzia dla bibliotek Mozilla LDAP C SDK
 Group:         Applications/System
 Requires:      %{name} = %{version}-%{release}
+Requires:      svrcore >= %{svrcore_version}
 
 %description tools
 The mozldap-tools package provides the ldapsearch, ldapmodify, and
@@ -98,11 +99,9 @@ cd mozilla/directory/c-sdk
        --enable-clu \
        --enable-optimize \
        --with-sasl \
-       --with-svrcore \
-       --with-svrcore-inc=%{_includedir}/svrcore \
        --with-system-nspr \
-       --with-system-nss
-#      --with-system-svrcore  doesn't work (disables svrcore-inc)
+       --with-system-nss \
+       --with-system-svrcore
 
 %ifarch %{x8664} ppc64 ia64 s390x
 USE_64=1
This page took 0.074953 seconds and 4 git commands to generate.