Commit 6a4a8554 authored by Kevin Deldycke's avatar Kevin Deldycke

Remove leading and trailing space


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5131 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1ea580d7
......@@ -75,8 +75,7 @@ while test $# -gt 0; do
TODAY=`env LC_TIME=en date +"%a %b %d %Y"`
# Generate the spec file
echo "
%define product $NAME
echo "%define product $NAME
%define version $VERSION
# If we get the code from the CVS, the release will be always the first
%define release 1
......@@ -136,8 +135,7 @@ fi
* $TODAY $PACKAGER <$EMAIL> $VERSION-1mdk
- $LOG_MSG
$CHANGELOG
" >> $TMP_SPEC
$CHANGELOG" >> $TMP_SPEC
# now we can replace the spec file
rm -f $RPM_PATH/SPECS/$NAME.spec
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment