|
@@ -23,7 +23,7 @@
|
|
|
|
|
|
|
|
# package version
|
|
# package version
|
|
|
%define V_major 2.2
|
|
%define V_major 2.2
|
|
|
-%define V_minor 2
|
|
|
|
|
|
|
+%define V_minor 3
|
|
|
|
|
|
|
|
# package information
|
|
# package information
|
|
|
Name: jabberd
|
|
Name: jabberd
|
|
@@ -36,7 +36,7 @@ Class: PLUS
|
|
|
Group: InstantMessaging
|
|
Group: InstantMessaging
|
|
|
License: JOSL/GPL
|
|
License: JOSL/GPL
|
|
|
Version: %{V_major}.%{V_minor}
|
|
Version: %{V_major}.%{V_minor}
|
|
|
-Release: 20080729
|
|
|
|
|
|
|
+Release: 20080810
|
|
|
|
|
|
|
|
# package options
|
|
# package options
|
|
|
%option with_sqlite no
|
|
%option with_sqlite no
|
|
@@ -124,6 +124,7 @@ AutoReqProv: no
|
|
|
--enable-fs \
|
|
--enable-fs \
|
|
|
--enable-pipe \
|
|
--enable-pipe \
|
|
|
--enable-ssl \
|
|
--enable-ssl \
|
|
|
|
|
+ --with-sasl=gsasl \
|
|
|
%if "%{with_sqlite}" == "yes"
|
|
%if "%{with_sqlite}" == "yes"
|
|
|
--enable-sqlite \
|
|
--enable-sqlite \
|
|
|
%else
|
|
%else
|