$(TOPDIR), make, scripts: Merged changes of V_1_1_5-2 -> V_1_1_5-2F3

This commit is contained in:
Jan Lindemann 2004-09-04 19:46:32 +00:00 committed by Jan Lindemann
commit aa4bc767d9
6 changed files with 39 additions and 7 deletions

View file

@ -65,7 +65,7 @@ if [ -z "$NAME" ]; then
fi
if [ -n "$REQUIRES" ]; then
REQUIRES_RUN=`echo $REQUIRES | sed -e 's/\([a-zA-Z-]\+\) *\([<>=]*\) *\([0-9\.-]*\)/\1-run \2 \3,/g; s/,$//'`
REQUIRES_RUN=`echo $REQUIRES | sed -e 's/\([a-zA-Z-]\+\) *\([<>=]*\) *\([a-zA-Z0-9\.-]*\)/\1-run \2 \3,/g; s/,$//'`
REQUIRES_DEVEL="$REQUIRES_RUN, $NAME-run = $VERSION-$RELEASE, `echo $REQUIRES_RUN | sed -e 's/-run/-devel/g'`"
fi
@ -80,5 +80,5 @@ export \
VERSION RELEASE V \
INSTALL_LOG
exec $MKSPEC_SH
sh $MKSPEC_SH