packages: neon/neon.spec - add libproxy bcond
mmazur
mmazur at pld-linux.org
Mon Nov 16 18:11:16 CET 2009
Author: mmazur Date: Mon Nov 16 17:11:16 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- add libproxy bcond
---- Files affected:
packages/neon:
neon.spec (1.85 -> 1.86)
---- Diffs:
================================================================
Index: packages/neon/neon.spec
diff -u packages/neon/neon.spec:1.85 packages/neon/neon.spec:1.86
--- packages/neon/neon.spec:1.85 Sun Oct 25 23:12:25 2009
+++ packages/neon/neon.spec Mon Nov 16 18:11:10 2009
@@ -3,6 +3,7 @@
# Conditional build:
%bcond_without static_libs # don't build static libraries
%bcond_without kerberos5 # don't build Kerberos V support
+%bcond_without libproxy # don't build libproxy support
#
Summary: An HTTP and WebDAV client library
Summary(pl.UTF-8): Biblioteka kliencka HTTP i WebDAV
@@ -17,7 +18,7 @@
BuildRequires: autoconf >= 2.58
BuildRequires: automake
%{?with_kerberos5:BuildRequires: heimdal-devel}
-BuildRequires: libproxy-devel
+%{?with_libproxy:BuildRequires: libproxy-devel}
BuildRequires: libtool >= 2:2.2
BuildRequires: libxml2-devel
BuildRequires: openssl-devel >= 0.9.7d
@@ -98,6 +99,7 @@
--enable-shared \
%{!?with_static_libs:--enable-static=no} \
%{!?with_kerberos5:--without-gssapi} \
+ %{!?with_libproxy:--without-libproxy} \
--with-libxml2
%{__make}
@@ -149,6 +151,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.86 2009/11/16 17:11:10 mmazur
+- add libproxy bcond
+
Revision 1.85 2009/10/25 22:12:25 draenog
- s/libproxy/libproxy-devel/
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/neon/neon.spec?r1=1.85&r2=1.86&f=u
More information about the pld-cvs-commit
mailing list