cairomm, glibmm, gsl, gtkmm, libsigc++, pangomm packages.
[fedora-mingw.git] / build-everything-in-mock.sh
index f43fbb4..e8bdec3 100755 (executable)
@@ -10,7 +10,7 @@ export DIST SKIP_BUILT_SRPMS LOCALREPO ARCHES
 
 specs=`perl show-build-order.pl |
        grep -v '^#' |
-       grep -Eo '[^[:space:]]+/mingw-[^[:space:]]+\.spec'`
+       grep -Eo '[^[:space:]]+/mingw32-[^[:space:]]+\.spec'`
 
 rm -f buildall.log
 echo -e "Specfiles in build order:\n$specs\n\n" >> buildall.log
@@ -36,7 +36,6 @@ do
            fi
        done
     fi
-    echo result of skip = $skip
 
     if [ $skip ]; then
        echo "skipping $srcrpm"