Author: zbyniu Date: Fri Nov 3 22:33:19 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - bcond krb (merge from HEAD)
---- Files affected: SPECS: neon.spec (1.51 -> 1.51.2.1) ---- Diffs: ================================================================ Index: SPECS/neon.spec diff -u SPECS/neon.spec:1.51 SPECS/neon.spec:1.51.2.1 --- SPECS/neon.spec:1.51 Sat Jan 21 22:45:02 2006 +++ SPECS/neon.spec Fri Nov 3 23:33:14 2006 @@ -2,6 +2,7 @@ # # Conditional build: %bcond_without static_libs # don't build static libraries +%bcond_without krb # don't build krb support # Summary: An HTTP and WebDAV client library Summary(pl): Biblioteka kliencka HTTP i WebDAV @@ -15,7 +16,7 @@ URL: http://www.webdav.org/neon/ BuildRequires: autoconf >= 2.53 BuildRequires: automake -BuildRequires: heimdal-devel >= 0.7 +%{?with_krb:BuildRequires: heimdal-devel >= 0.7} BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: openssl-devel >= 0.9.7d @@ -60,7 +61,7 @@ Summary(pl): Pliki nagłówkowe neon Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: heimdal-devel >= 0.6-5 +%{?with_krb:Requires: heimdal-devel >= 0.6-5} Requires: libxml2-devel Requires: openssl-devel >= 0.9.7c @@ -93,6 +94,7 @@ --with-ssl \ --enable-shared \ %{!?with_static_libs:--enable-static=no} \ + %{!?with_krb:--without-gssapi} \ --with-libxml2 %{__make} @@ -139,6 +141,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51.2.1 2006/11/03 22:33:14 zbyniu +- bcond krb (merge from HEAD) + Revision 1.51 2006/01/21 21:45:02 arekm - up to 0.25.5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/neon.spec?r1=1.51&r2=1.51.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
