diff --git a/.cvsignore b/.cvsignore index 042c029..8a40871 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ mlton-20070826-1.src.tgz +mlton-20090525-1.arm-linux.tgz diff --git a/mlton.spec b/mlton.spec index 3a924df..ecde45b 100644 --- a/mlton.spec +++ b/mlton.spec @@ -1,8 +1,8 @@ -%define mlton_bootstrap 0 +%define mlton_bootstrap 1 Name: mlton Version: 20070826 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Optimizing compiler for Standard ML Group: Development/Languages @@ -10,10 +10,11 @@ License: MIT URL: http://mlton.org/ Source0: http://mlton.org/pages/Download/attachments/%{name}-%{version}-1.src.tgz -#Source1: mlton-20061107-1.ppc-linux.tgz +Source1: mlton-20090525-1.arm-linux.tgz Patch0: mlton-20070826-debuginfo.patch Patch1: mlton-20070826-no-execmem.patch +Patch2: mlton-20070826-arm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +47,9 @@ multiprecision library, and lots of useful libraries. # no execmem %patch1 -p1 -b .no-execmem +# ARM +%patch2 -p1 -b .arm + %if %{mlton_bootstrap} %setup -T -D -q -a 1 sed -i 's/\(^lib=\).*$/\1\$MLTON_BOOTSTRAP_DIR\/lib\/mlton/g' \ @@ -101,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 26 2009 Adam Goode - 20070826-15 +- Bootstrap ARM + * Wed Feb 25 2009 Fedora Release Engineering - 20070826-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index baa3b1c..f7872c4 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 08356566e20f47c1bcc8002fde72c2ec mlton-20070826-1.src.tgz +ceb06554a004c4ab49dde48c5e3fc105 mlton-20090525-1.arm-linux.tgz