The MinGW spec file was never included in the git repository to begin with. Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> --- prepare-release.sh | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/prepare-release.sh b/prepare-release.sh index c176fea..1fee11f 100755 --- a/prepare-release.sh +++ b/prepare-release.sh @@ -46,26 +46,3 @@ if [ -f /usr/bin/rpmbuild ]; then fi exit 0 -if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then - make distclean - - PKG_CONFIG_PATH="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig" \ - CC="i686-pc-mingw32-gcc" \ - ../configure \ - --build=$(uname -m)-pc-linux \ - --host=i686-pc-mingw32 \ - --prefix="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw" - - make - make install - - #set -o pipefail - #make check 2>&1 | tee "$RESULTS" - - if [ -f /usr/bin/rpmbuild ]; then - rpmbuild --nodeps \ - --define "extra_release $EXTRA_RELEASE" \ - --define "_sourcedir `pwd`" \ - -ba --clean mingw32-libvirt-sandbox.spec - fi -fi -- 2.17.0 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list