Browse Source

Speclint police, remove superfluous trailing slash

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
6b13419c70
  1. 4
      iburg/iburg.spec
  2. 4
      inn/inn.spec
  3. 6
      pam/pam.spec
  4. 4
      poweradmin/poweradmin.spec

4
iburg/iburg.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Compiler Group: Compiler
License: Open Source License: Open Source
Version: 19970812 Version: 19970812
Release: 20020823 Release: 20030408
# list of sources # list of sources
Source0: ftp://ftp.cs.princeton.edu/pub/packages/iburg.tar.gz Source0: ftp://ftp.cs.princeton.edu/pub/packages/iburg.tar.gz
@ -65,7 +65,7 @@ AutoReqProv: no
%{l_shtool} mkdir -f -p -m 755 \ %{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/bin \ $RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/man/man1 \ $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
$RPM_BUILD_ROOT%{l_prefix}/share/iburg/ $RPM_BUILD_ROOT%{l_prefix}/share/iburg
%{l_shtool} install -c -s -m 755 \ %{l_shtool} install -c -s -m 755 \
iburg $RPM_BUILD_ROOT%{l_prefix}/bin/ iburg $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c -m 644 \ %{l_shtool} install -c -m 644 \

4
inn/inn.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [BASE]
Group: News Group: News
License: ISC License: ISC
Version: %{V_inn} Version: %{V_inn}
Release: 20030321 Release: 20030408
# list of sources # list of sources
Source0: ftp://ftp.isc.org/isc/inn/inn-%{V_inn}.tar.gz Source0: ftp://ftp.isc.org/isc/inn/inn-%{V_inn}.tar.gz
@ -135,7 +135,7 @@ AutoReqProv: no
%{l_make} %{l_mflags} install %{l_make} %{l_mflags} install
# make some programs manually accessible # make some programs manually accessible
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin/ %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin
for bin in controlbatch controlchan news2mail startinnfeed overchan \ for bin in controlbatch controlchan news2mail startinnfeed overchan \
archive innmail innconfval ctlinnd inews rnews nntpsend; do archive innmail innconfval ctlinnd inews rnews nntpsend; do
ln $RPM_BUILD_ROOT%{l_prefix}/libexec/inn/$bin \ ln $RPM_BUILD_ROOT%{l_prefix}/libexec/inn/$bin \

6
pam/pam.spec

@ -32,8 +32,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [BASE] Distribution: OpenPKG [BASE]
Group: Meta Group: Meta
License: PD License: PD
Version: 20030305 Version: 20030408
Release: 20030305 Release: 20030408
# list of sources # list of sources
Source0: pamtool Source0: pamtool
@ -149,7 +149,7 @@ Provides: PAM
# install rc file # install rc file
%{l_shtool} mkdir -f -p -m 755 \ %{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/ $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
%{l_shtool} install -c -m 755 \ %{l_shtool} install -c -m 755 \
-e 's;@l_prefix@;%{l_prefix};g' \ -e 's;@l_prefix@;%{l_prefix};g' \
-e "s;@pam_cfgloc@;${pam_cfgloc};g" \ -e "s;@pam_cfgloc@;${pam_cfgloc};g" \

4
poweradmin/poweradmin.spec

@ -35,7 +35,7 @@ Distribution: OpenPKG [JUNK]
Group: Network Group: Network
License: QPL License: QPL
Version: 1.2.4 Version: 1.2.4
Release: 20030324 Release: 20030408
# list of sources # list of sources
Source0: http://osdn.dl.sourceforge.net/poweradmin/poweradmin-%{version}.tar.bz2 Source0: http://osdn.dl.sourceforge.net/poweradmin/poweradmin-%{version}.tar.bz2
@ -73,7 +73,7 @@ AutoReqProv: no
%{l_shtool} mkdir -p -m 755 \ %{l_shtool} mkdir -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/poweradmin \ $RPM_BUILD_ROOT%{l_prefix}/etc/poweradmin \
$dir/bin/ \ $dir/bin \
$dir/htdocs/inc \ $dir/htdocs/inc \
$dir/htdocs/images \ $dir/htdocs/images \
$dir/htdocs/style \ $dir/htdocs/style \

Loading…
Cancel
Save