153 # install run-command script |
153 # install run-command script |
154 %{l_shtool} install -c -m 755 %{l_value -s -a} \ |
154 %{l_shtool} install -c -m 755 %{l_value -s -a} \ |
155 %{SOURCE rc.mailman} ${RPM_BUILD_ROOT}%{l_prefix}/etc/rc.d/ |
155 %{SOURCE rc.mailman} ${RPM_BUILD_ROOT}%{l_prefix}/etc/rc.d/ |
156 |
156 |
157 # avoid root permissions on log file creation |
157 # avoid root permissions on log file creation |
158 touch %{l_prefix}/var/mailman/logs/error |
158 touch ${RPM_BUILD_ROOT}%{l_prefix}/var/mailman/logs/error |
159 |
159 |
160 # determine installation files |
160 # determine installation files |
161 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ |
161 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ |
162 %{l_files_std} \ |
162 %{l_files_std} \ |
163 '%dir %attr(2700,%{l_nusr},%{l_mgrp}) %{l_prefix}/libexec/mailman/mail/mailman-sendmail' \ |
163 '%dir %attr(2700,%{l_nusr},%{l_mgrp}) %{l_prefix}/libexec/mailman/mail/mailman-sendmail' \ |