summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Moskal2004-09-28 12:26:11 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit653fd5008afc5d40782fdbc64732e73ca7d4ae63 (patch)
tree9925938483f59b612eb7a09c70318215df24ee9c
parentc4d72ea90a35b6107dc66c9e0d5c739889acdfd3 (diff)
downloadnemerle-653fd5008afc5d40782fdbc64732e73ca7d4ae63.zip
nemerle-653fd5008afc5d40782fdbc64732e73ca7d4ae63.tar.gz
- add disable-aot patch, that should fix ppc and sparc build
- run the testsuite - release 2 Changed files: nemerle.spec -> 1.18
-rw-r--r--nemerle.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/nemerle.spec b/nemerle.spec
index 31d5e08..8d92371 100644
--- a/nemerle.spec
+++ b/nemerle.spec
@@ -2,13 +2,14 @@ Summary: Nemerle compiler
Summary(pl): Kompilator języka Nemerle
Name: nemerle
Version: 0.2.1
-Release: 1
+Release: 2
Epoch: 0
License: BSD
Group: Development/Languages
Vendor: Nemerle Development Team <feedback@nemerle.org>
Source0: http://nemerle.org/download/%{name}-%{version}.tar.bz2
# Source0-md5: 6108697ad6a8ba434f5a98f34b8eb02e
+Patch0: %{name}-disable-aot.patch
URL: http://nemerle.org/
BuildRequires: mono-devel >= 1.0
BuildRequires: pkgconfig
@@ -47,6 +48,7 @@ Biblioteki niezbędne do uruchamiania programów napisanych w Nemerle.
%prep
%setup -q
+%patch0 -p1
%build
./configure \
@@ -54,9 +56,12 @@ Biblioteki niezbędne do uruchamiania programów napisanych w Nemerle.
--bindir=%{_bindir} \
--libdir=%{_libdir} \
--mandir=%{_mandir}/man1 \
+%ifnarch %{ix86}
+ --disable-aot \
+%endif
--net-engine=mono
-
%{__make}
+%{__make} check
%install
rm -rf $RPM_BUILD_ROOT