mkspec.sh: Add condition around REQUIRES_DEVEL

This commit is contained in:
Jan Lindemann 2003-08-14 12:12:08 +00:00 committed by Jan Lindemann
commit 37d22798e6

View file

@ -35,7 +35,7 @@ echo ""
echo "%package -n $NAME-devel"
echo "Summary: The development library package."
echo "Group: System Environment/Libraries"
echo "Requires: $REQUIRES_DEVEL"
if [ -n "$REQUIRES_DEVEL" ]; then echo "Requires: $REQUIRES_DEVEL"; fi
echo "%description -n $NAME-devel"
echo "development library package of the ytools library"
echo ""