jabberd/jabberd.spec

changeset 693
165d980aa5f1
parent 541
869d6847b13e
child 704
0a3af3462343
     1.1 --- a/jabberd/jabberd.spec	Mon Sep 17 19:13:34 2012 +0200
     1.2 +++ b/jabberd/jabberd.spec	Mon Sep 17 19:16:02 2012 +0200
     1.3 @@ -40,7 +40,7 @@
     1.4  Release:      20120800
     1.5  
     1.6  #   package options
     1.7 -%option       with_sqlite no
     1.8 +%option       with_sqlite yes
     1.9  %option       with_mysql  no
    1.10  %option       with_pgsql  no
    1.11  %option       with_pam    no
    1.12 @@ -100,6 +100,7 @@
    1.13  %prep
    1.14      %setup -q -n jabberd-%{version}
    1.15      %setup -q -D -T -a 1
    1.16 +    %{l_sed} <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
    1.17      %{l_shtool} subst \
    1.18          -e 's;exec perl;exec %{l_prefix}/bin/perl;' \
    1.19          tools/jabberd.in

mercurial