Browse Source

add remaining missing substitutions of variables in installation of run-command scripts

master
parent
commit
70b295ab0b
  1. 3
      amd/amd.spec
  2. 4
      ircd/ircd.spec
  3. 4
      nagios/nagios.spec
  4. 2
      petidomo/petidomo.spec
  5. 4
      portfwd/portfwd.spec
  6. 4
      rt/rt.spec
  7. 3
      spegla/spegla.spec
  8. 2
      tftp/rc.tftp
  9. 6
      tftp/tftp.spec

3
amd/amd.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: System
License: BSD
Version: 6.0.9
Release: 20030710
Release: 20030713
# list of sources
Source0: ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
@ -120,6 +120,7 @@ AutoReqProv: no
-e 's;@l_prefix@;%{l_prefix};g' \
-e 's;@l_susr@;%{l_susr};g' \
-e 's;@l_musr@;%{l_musr};g' \
-e 's;@l_mgrp@;%{l_mgrp};g' \
%{SOURCE rc.amd} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/var/amd

4
ircd/ircd.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Network
License: BSD
Version: 2.10.3p3
Release: 20030710
Release: 20030713
# package options
%option with_fsl yes
@ -135,6 +135,8 @@ AutoReqProv: no
%{l_shtool} install -c -m 755 \
-e 's;@l_prefix@;%{l_prefix};g' \
-e 's;@l_susr@;%{l_susr};g' \
-e 's;@l_rusr@;%{l_rusr};g' \
-e 's;@l_rgrp@;%{l_rgrp};g' \
%{SOURCE rc.ircd} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
# install OSSP fsl configuration

4
nagios/nagios.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Network
License: GNU
Version: 1.1
Release: 20030710
Release: 20030713
# package options
%option with_fsl yes
@ -177,6 +177,8 @@ AutoReqProv: no
%{l_shtool} install -c -m 755 \
-e 's;@l_prefix@;%{l_prefix};g' \
-e 's;@l_susr@;%{l_susr};g' \
-e 's;@l_rusr@;%{l_rusr};g' \
-e 's;@l_rgrp@;%{l_rgrp};g' \
%{SOURCE rc.nagios} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
# install OSSP fsl configuration

2
petidomo/petidomo.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Mail
License: GPL
Version: 4.0b1
Release: 20030710
Release: 20030713
# package options
%option with_fsl yes

4
portfwd/portfwd.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Network
License: GPL
Version: 0.26rc6
Release: 20030710
Release: 20030713
# package options
%option with_fsl yes
@ -122,6 +122,8 @@ AutoReqProv: no
%{l_shtool} install -c -m 644 \
-e 's;@l_prefix@;%{l_prefix};g' \
-e 's;@l_susr@;%{l_susr};g' \
-e 's;@l_rusr@;%{l_rusr};g' \
-e 's;@l_rgrp@;%{l_rgrp};g' \
%{SOURCE rc.portfwd} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
# install OSSP fsl configuration

4
rt/rt.spec

@ -49,7 +49,7 @@ Distribution: OpenPKG [EVAL]
Group: Database
License: GPL
Version: %{V_here}
Release: 20030710
Release: 20030713
# package options
%option with_color_primary 336699
@ -321,6 +321,8 @@ AutoReqProv: no
-e 's;@l_prefix@;%{l_prefix};g' \
-e 's;@l_rusr@;%{l_rusr};g' \
-e 's;@l_rgrp@;%{l_rgrp};g' \
-e 's;@l_musr@;%{l_musr};g' \
-e 's;@l_mgrp@;%{l_mgrp};g' \
%{SOURCE rc.rt} \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/

3
spegla/spegla.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Network
License: BSD
Version: 1.1p4
Release: 20030710
Release: 20030713
# package options
%option with_ipv6 no
@ -108,6 +108,7 @@ AutoReqProv: no
spegla.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
%{l_shtool} install -c -m 644 \
-e 's;@l_prefix@;%{l_prefix};g' \
-e 's;@l_susr@;%{l_susr};g' \
%{SOURCE rc.spegla} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}

2
tftp/rc.tftp

@ -38,7 +38,7 @@
# rotate logfile
shtool rotate -f \
-n${tftp_log_numfiles} -s${tftp_log_minsize} -d \
-z${tftp_log_complevel} -o@l_rusr@ -g@l_rgrp@ -m644 \
-z${tftp_log_complevel} -o@l_nusr@ -g@l_ngrp@ -m644 \
-P "${tftp_log_prolog}" \
-E "${tftp_log_epilog}" \
@l_prefix@/var/tftp/tftp.log

6
tftp/tftp.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Networtk
License: GPL
Version: 0.34
Release: 20030710
Release: 20030713
# package options
%option with_fsl yes
@ -102,8 +102,8 @@ AutoReqProv: no
%{l_shtool} install -c -m 755 \
-e 's;@l_prefix@;%{l_prefix};g' \
-e 's;@l_susr@;%{l_susr};g' \
-e 's;@l_rusr@;%{l_rusr};g' \
-e 's;@l_rgrp@;%{l_rgrp};g' \
-e 's;@l_nusr@;%{l_nusr};g' \
-e 's;@l_ngrp@;%{l_ngrp};g' \
%{SOURCE rc.tftp} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
# install OSSP fsl configuration

Loading…
Cancel
Save