Add Requires: $REQUIRES_DEVEL

This commit is contained in:
Jan Lindemann 2003-01-25 08:24:11 +00:00 committed by Jan Lindemann
commit 650d45e12a

View file

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