SPECS: openvcpd.spec - with gnutls and ipv6 support

baggins baggins at pld-linux.org
Sat Sep 22 02:48:14 CEST 2007


Author: baggins                      Date: Sat Sep 22 00:48:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- with gnutls and ipv6 support

---- Files affected:
SPECS:
   openvcpd.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/openvcpd.spec
diff -u SPECS/openvcpd.spec:1.2 SPECS/openvcpd.spec:1.3
--- SPECS/openvcpd.spec:1.2	Sat Sep 22 02:35:42 2007
+++ SPECS/openvcpd.spec	Sat Sep 22 02:48:09 2007
@@ -15,11 +15,12 @@
 BuildRequires:	rpmbuild(macros) >= 1.228
 Requires(post,preun):	/sbin/chkconfig
 BuildRequires:	autoconf
-BuildRequires:	util-vserver-devel
-BuildRequires:	sqlite3-devel
-BuildRequires:	libxml2-devel
-BuildRequires:	libpcap-devel
+BuildRequires:	gnutls-devel
 BuildRequires:	iptables-devel >= 1.3.8-1.2
+BuildRequires:	libpcap-devel
+BuildRequires:	libxml2-devel
+BuildRequires:	sqlite3-devel
+BuildRequires:	util-vserver-devel
 #Requires:	-
 #Provides:	group(foo)
 #Provides:	user(foo)
@@ -35,7 +36,10 @@
 
 %build
 %{__autoconf}
-%configure
+%configure \
+	--with-gnutls \
+	--with-ipv6
+
 %{__make}
 
 %install
@@ -75,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/09/22 00:48:09  baggins
+- with gnutls and ipv6 support
+
 Revision 1.2  2007/09/22 00:35:42  baggins
 - BR proper iptables-devel
 - small cleanups
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openvcpd.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list