mailman/mailman.spec

changeset 185
a629c9ffef9d
parent 56
70d79f7a1825
child 186
79d9e4114aab
     1.1 --- a/mailman/mailman.spec	Tue Apr 21 13:27:53 2009 +0200
     1.2 +++ b/mailman/mailman.spec	Tue Apr 21 13:54:08 2009 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        Mail
     1.5  License:      GPL
     1.6  Version:      2.1.11
     1.7 -Release:      20090106
     1.8 +Release:      20090420
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://switch.dl.sourceforge.net/mailman/mailman-%{version}.tgz
    1.12 @@ -45,7 +45,7 @@
    1.13  #   build information
    1.14  Prefix:       %{l_prefix}
    1.15  BuildRoot:    %{l_buildroot}
    1.16 -BuildPreReq:  OpenPKG, openpkg >= 20060823, python
    1.17 +BuildPreReq:  OpenPKG, openpkg >= 20060823, python, make
    1.18  PreReq:       OpenPKG, openpkg >= 20060823, python, MTA
    1.19  AutoReq:      no
    1.20  AutoReqProv:  no
    1.21 @@ -83,9 +83,9 @@
    1.22          --sysconfdir=%{l_prefix}/etc/mailman \
    1.23          --with-var-prefix=%{l_prefix}/var/mailman \
    1.24          --with-username=%{l_nusr} \
    1.25 -        --with-groupname=%{l_mgrp} \
    1.26 +        --with-groupname=%{l_ngrp} \
    1.27          --with-cgi-gid=%{l_ngrp} \
    1.28 -        --with-mail-gid=%{l_mgrp} \
    1.29 +        --with-mail-gid=%{l_ngrp} \
    1.30          --with-cgi-ext="" \
    1.31          --with-urlhost="localhost" \
    1.32          --with-mailhost="localhost" \
    1.33 @@ -93,7 +93,7 @@
    1.34          --enable-static
    1.35  
    1.36      #   build package
    1.37 -    %{l_make} %{l_mflags}
    1.38 +    %{l_make} %{l_mflags -o}
    1.39  
    1.40  %install
    1.41      #   install package

mercurial