#!/bin/sh -x# It will run with two args: buildroot specBUILDROOT="$1"SPEC="$2"# Fix macro in file listsubst 's|%_h32bit|%%_h32bit|g'$SPEC# Remove unmetssubst '1i%filter_from_requires /\\(SUNWut\\|LIBJPEG_6.2\\|kdelibs\\|killproc\\|start_daemon\\)/d'$SPEC