ソースを参照

Speclint police, remove superfluous trailing slash

Michael Schloh von Bennewitz 23 年 前
コミット
6b13419c70
4 ファイル変更9 行追加9 行削除
  1. 2 2
      iburg/iburg.spec
  2. 2 2
      inn/inn.spec
  3. 3 3
      pam/pam.spec
  4. 2 2
      poweradmin/poweradmin.spec

+ 2 - 2
iburg/iburg.spec

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

+ 2 - 2
inn/inn.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [BASE]
 Group:        News
 License:      ISC
 Version:      %{V_inn}
-Release:      20030321
+Release:      20030408
 
 #   list of sources
 Source0:      ftp://ftp.isc.org/isc/inn/inn-%{V_inn}.tar.gz
@@ -135,7 +135,7 @@ AutoReqProv:  no
       %{l_make} %{l_mflags} install
 
       #   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 \
           archive innmail innconfval ctlinnd inews rnews nntpsend; do
           ln $RPM_BUILD_ROOT%{l_prefix}/libexec/inn/$bin \

+ 3 - 3
pam/pam.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:      pamtool
@@ -149,7 +149,7 @@ Provides:     PAM
 
     #   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;@pam_cfgloc@;${pam_cfgloc};g" \

+ 2 - 2
poweradmin/poweradmin.spec

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