SPECS: openldap.spec - libicu is not really needed (just detected, ...

baggins baggins at pld-linux.org
Fri Nov 2 21:18:09 CET 2007


Author: baggins                      Date: Fri Nov  2 20:18:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- libicu is not really needed (just detected, no linking), so no need for BR
- drop gmp BR, use long long for multiprecision numbers

---- Files affected:
SPECS:
   openldap.spec (1.264 -> 1.265) 

---- Diffs:

================================================================
Index: SPECS/openldap.spec
diff -u SPECS/openldap.spec:1.264 SPECS/openldap.spec:1.265
--- SPECS/openldap.spec:1.264	Fri Nov  2 20:59:02 2007
+++ SPECS/openldap.spec	Fri Nov  2 21:18:04 2007
@@ -64,8 +64,6 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 %{?with_sasl:BuildRequires:	cyrus-sasl-devel >= 2.1.15}
-BuildRequires:	gmp-devel
-BuildRequires:	libicu-devel
 BuildRequires:	libltdl-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 1:1.4.2-9
@@ -889,7 +887,7 @@
 	--with-threads \
 	--with-tls \
 	--with-yielding-select \
-	--with-mp=gmp
+	--with-mp=longlong
 
 %{__make} -j1 depend
 %{__make}
@@ -956,7 +954,7 @@
 	--with-threads \
 	--with-tls \
 	--with-yielding-select \
-	--with-mp=gmp
+	--with-mp=longlong
 
 %{__make} -j1 depend
 %{__make}
@@ -1524,6 +1522,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.265  2007/11/02 20:18:04  baggins
+- libicu is not really needed (just detected, no linking), so no need for BR
+- drop gmp BR, use long long for multiprecision numbers
+
 Revision 1.264  2007/11/02 19:59:02  baggins
 - added -pie and -gethostbyXXXX_r patches from FC
 - BR: libicu-devel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openldap.spec?r1=1.264&r2=1.265&f=u



More information about the pld-cvs-commit mailing list