mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
mkspec.sh: Add condition around REQUIRES_DEVEL
This commit is contained in:
parent
bea0796914
commit
37d22798e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue