diff --git a/mlton.spec b/mlton.spec index caec638..ae44d59 100644 --- a/mlton.spec +++ b/mlton.spec @@ -5,7 +5,7 @@ Name: mlton Version: 20070826 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Optimizing compiler for Standard ML Group: Development/Languages @@ -47,7 +47,7 @@ multiprecision library, and lots of useful libraries. %patch -P 0 -p1 -b .debuginfo %if %{mlton_bootstrap} -%setup -T -D -q -a 1 +#%setup -T -D -q -a 1 sed -i 's/\(^lib=\).*$/\1\$MLTON_BOOTSTRAP_DIR\/lib\/mlton/g' \ usr/bin/mlton %endif @@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 26 2007 Adam Goode - 20070826-6 +- Work around strange SRPM problem in conditionals + * Wed Sep 26 2007 Adam Goode - 20070826-5 - Build on ppc now that #247407 is fixed