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

improve tests

parent 8153eb67
...@@ -26,7 +26,7 @@ Requires: /usr/bin/xvt ...@@ -26,7 +26,7 @@ Requires: /usr/bin/xvt
%endif %endif
Requires: libstdc++ Requires: libstdc++
BuildPreReq: rpm-build-compat gcc4.1 gcc BuildPreReq: rpm-build-compat gcc4.1 gcc
BuildRequires: imake, xorg-cf-files gccmakedep BuildRequires: imake, xorg-cf-files libxml2-devel gccmakedep
%def_with krb %def_with krb
......
...@@ -25,7 +25,7 @@ check() ...@@ -25,7 +25,7 @@ check()
LISTBUILDDEP=`print_buildreq $SPECNAME` 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 - echo -
LISTREQDEP=`print_pkgreq $SPECNAME` LISTREQDEP=`print_pkgreq $SPECNAME`
......
...@@ -178,6 +178,22 @@ print_pkgrepl_list ...@@ -178,6 +178,22 @@ print_pkgrepl_list
check_repl libportaudio2-devel "portaudio19-dev" 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 ########################## ############################# Astralinux ##########################
BUILDNAME=wine BUILDNAME=wine
...@@ -192,7 +208,7 @@ echo ...@@ -192,7 +208,7 @@ echo
echo "Replacement files for $PKGVENDOR/$DISTRVERSION (target $PKGFORMAT):" echo "Replacement files for $PKGVENDOR/$DISTRVERSION (target $PKGFORMAT):"
print_pkgrepl_list print_pkgrepl_list
check_repl pkg-config "pkg-config" check_repl pkg-config "pkgconfig"
############################# ROSA ########################## ############################# ROSA ##########################
BUILDNAME=wine 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