Commit 4c91ff2b authored by Etersoft builder's avatar Etersoft builder

improve tests

parent 8153eb67
......@@ -26,7 +26,7 @@ Requires: /usr/bin/xvt
%endif
Requires: libstdc++
BuildPreReq: rpm-build-compat gcc4.1 gcc
BuildRequires: imake, xorg-cf-files gccmakedep
BuildRequires: imake, xorg-cf-files libxml2-devel gccmakedep
%def_with krb
......
......@@ -25,7 +25,7 @@ check()
LISTBUILDDEP=`print_buildreq $SPECNAME`
check "BuildDep" "imake xorg-cf-files gccmakedep rpm-build-compat gcc4.1 gcc" "$LISTBUILDDEP"
check "BuildDep" "imake xorg-cf-files libxml2-devel gccmakedep rpm-build-compat gcc4.1 gcc" "$LISTBUILDDEP"
echo -
LISTREQDEP=`print_pkgreq $SPECNAME`
......
......@@ -178,6 +178,22 @@ print_pkgrepl_list
check_repl libportaudio2-devel "portaudio19-dev"
############################# Debian ##########################
BUILDNAME=wine
DISTRNAME=Debian
PKGVENDOR=debian
DISTRVERSION=9
#BUILDARCH=x86_64
BUILDARCH=i586
PKGFORMAT=deb
echo
echo "Replacement files for $PKGVENDOR/$DISTRVERSION (target $PKGFORMAT):"
print_pkgrepl_list
check_repl libxml2-devel "libxml2-dev"
############################# Astralinux ##########################
BUILDNAME=wine
......@@ -192,7 +208,7 @@ echo
echo "Replacement files for $PKGVENDOR/$DISTRVERSION (target $PKGFORMAT):"
print_pkgrepl_list
check_repl pkg-config "pkg-config"
check_repl pkg-config "pkgconfig"
############################# ROSA ##########################
BUILDNAME=wine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment