diff --git a/scripts/create-mkspec.sh b/scripts/create-mkspec.sh index 7dc26875..98835387 100644 --- a/scripts/create-mkspec.sh +++ b/scripts/create-mkspec.sh @@ -14,6 +14,11 @@ cfg_value() ini_value "$inifile" $@ } +cfg_escape() +{ + sed 's/\$/\\$/g' +} + _cat() { sed 's/^ *|//' @@ -30,7 +35,7 @@ _cat << EOT |echo "License: $LICENSE" |echo "Group: System/Libraries" |[ -n "\$SOURCE" ] && echo "Source: \$SOURCE" - |echo "Vendor: Jannet IT Services" + |echo "Vendor: janware GmbH" |echo "URL: http://janware.com" |echo "BuildRoot: /var/tmp/%{name}-buildroot" |echo ""