mailman/mailman.spec

changeset 371
3d7d8c68b2fc
parent 188
78de2aaa27e2
child 392
886f36c75532
     1.1 --- a/mailman/mailman.spec	Tue Sep 20 15:24:08 2011 +0200
     1.2 +++ b/mailman/mailman.spec	Tue Sep 20 17:37:48 2011 +0200
     1.3 @@ -31,8 +31,8 @@
     1.4  Class:        EVAL
     1.5  Group:        Mail
     1.6  License:      GPL
     1.7 -Version:      2.1.11
     1.8 -Release:      20090420
     1.9 +Version:      2.1.14
    1.10 +Release:      20110915
    1.11  
    1.12  #   list of sources
    1.13  Source0:      http://switch.dl.sourceforge.net/mailman/mailman-%{version}.tgz
    1.14 @@ -70,6 +70,9 @@
    1.15      %setup -q
    1.16      %setup -q -D -T -a 1
    1.17      %patch -p0
    1.18 +    %{l_shtool} subst \
    1.19 +        -e 's;\(OWNERS_CAN_DELETE_THEIR_OWN_LISTS\) = No.*;\1 = Yes;' \
    1.20 +        Mailman/Defaults.py*
    1.21  
    1.22  %build
    1.23      #   configure package
    1.24 @@ -156,6 +159,7 @@
    1.25  
    1.26      #   avoid root permissions on log file creation
    1.27      touch ${RPM_BUILD_ROOT}%{l_prefix}/var/mailman/logs/error
    1.28 +    touch ${RPM_BUILD_ROOT}%{l_prefix}/var/mailman/logs/fromusenet
    1.29  
    1.30      #   determine installation files
    1.31      %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \

mercurial