Browse Source

Speclint police, remove superfluous trailing slash

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
12130455b1
  1. 2
      sasl/sasl.spec
  2. 4
      sudo/sudo.spec
  3. 4
      tin/tin.spec
  4. 6
      x11/x11.spec
  5. 8
      xboard/xboard.spec

2
sasl/sasl.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Cryptography
License: BSD
Version: 2.1.12
Release: 20030407
Release: 20030408
# package options
%option with_pam no

4
sudo/sudo.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: System
License: BSD
Version: 1.6.7p3
Release: 20030407
Release: 20030408
# package options
%option with_pam no
@ -91,7 +91,7 @@ AutoReqProv: no
%install
rm -rf $RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/var/sudo/log/
$RPM_BUILD_ROOT%{l_prefix}/var/sudo/log
%{l_shtool} subst \
-e "s;-m 4111;-m 4511;" \
-e "s;-m 0111;-m 0511;" \

4
tin/tin.spec

@ -76,8 +76,8 @@ AutoReqProv: no
%install
rm -rf $RPM_BUILD_ROOT
%{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}/man/man1/
%{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}/man/man1
%{l_shtool} install -c -s -m 755 src/tin $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c -m 644 doc/tin.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}

6
x11/x11.spec

@ -32,8 +32,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [BASE]
Group: Meta
License: PD
Version: 20030305
Release: 20030305
Version: 20030408
Release: 20030408
# list of sources
Source0: rc.x11
@ -172,7 +172,7 @@ Provides: X11
# install rc file
%{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 \
-e 's;@l_prefix@;%{l_prefix};g' \
-e "s;@x11_bindir@;${x11_bindir};g" \

8
xboard/xboard.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Games
License: GPL
Version: 4.2.6
Release: 20030406
Release: 20030408
# list of sources
Source0: ftp://ftp.gnu.org/gnu/xboard/xboard-%{version}.tar.gz
@ -89,9 +89,9 @@ AutoReqProv: no
%install
rm -rf $RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/bin/ \
$RPM_BUILD_ROOT%{l_prefix}/info/ \
$RPM_BUILD_ROOT%{l_prefix}/man/man6/ \
$RPM_BUILD_ROOT%{l_prefix}/bin \
$RPM_BUILD_ROOT%{l_prefix}/info \
$RPM_BUILD_ROOT%{l_prefix}/man/man6 \
$RPM_BUILD_ROOT%{l_prefix}/var/%{name}
%{l_shtool} install -c -s -m 755 \
xboard zic2xpm $RPM_BUILD_ROOT%{l_prefix}/bin/

Loading…
Cancel
Save