From 96ff562c86603c5438ce4c3843993aa077a21b61 Mon Sep 17 00:00:00 2001 From: Michael Schloh von Bennewitz Date: Tue, 8 Apr 2003 14:00:21 +0000 Subject: [PATCH] Speclint police, add trailing slash to directory path and remove whitespace before shell redirection --- cvs/cvs.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cvs/cvs.spec b/cvs/cvs.spec index 0c90338c75..bee3326c58 100644 --- a/cvs/cvs.spec +++ b/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} \