Browse Source

upgrading package: jabberd 2.2.10 -> 2.2.11

master
parent
commit
fd70e3a06d
  1. 7
      jabberd/jabberd.spec

7
jabberd/jabberd.spec

@ -23,7 +23,7 @@
# package version
%define V_major 2.2
%define V_minor 10
%define V_minor 11
# package information
Name: jabberd
@ -36,7 +36,7 @@ Class: PLUS
Group: InstantMessaging
License: JOSL/GPL
Version: %{V_major}.%{V_minor}
Release: 20100612
Release: 20100808
# package options
%option with_sqlite no
@ -94,6 +94,8 @@ PreReq: PAM
%build
# configure program
( echo "ac_cv_func_kqueue=no"
) >config.cache
export CC="%{l_cc}"
export CFLAGS="%{l_cflags -O}"
export CPPFLAGS="%{l_cppflags libidn}"
@ -113,6 +115,7 @@ PreReq: PAM
CPPFLAGS="$CPPFLAGS %{l_cppflags postgresql}"
%endif
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/jabberd \
--mandir=%{l_prefix}/man \

Loading…
Cancel
Save