Browse Source

Speclint police, add trailing slash to directory path and remove whitespace before shell redirection

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
96ff562c86
  1. 6
      cvs/cvs.spec

6
cvs/cvs.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [CORE]
Group: SCM
License: GPL
Version: %{V_cvs}
Release: 20030328
Release: 20030408
# optional support for applying the RSE patches
%option with_rse_patches no
@ -93,7 +93,7 @@ AutoReqProv: no
# patch the patches to run on Solaris
case "%{l_target}" in
*-solaris* )
%{l_patch} -p0 < %{SOURCE cvs.patches.msvb}
%{l_patch} -p0 <%{SOURCE cvs.patches.msvb}
;;
esac
)
@ -149,7 +149,7 @@ AutoReqProv: no
-e 's;@l_susr@;%{l_susr};g' \
-e 's;@l_musr@;%{l_musr};g' \
-e 's;@l_mgrp@;%{l_mgrp};g' \
%{SOURCE rc.cvs} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
%{SOURCE rc.cvs} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
%endif
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \

Loading…
Cancel
Save