summaryrefslogtreecommitdiff
path: root/spim.spec
diff options
context:
space:
mode:
authorzergin2008-01-10 16:34:53 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb5699dfd69a086c0fe9f73ecff444ee4d98dc2d7 (patch)
tree520eb4eb5d2f26cfd43073b45fec117aba4fa78c /spim.spec
parentacc28468767579726756e32e572777b9aad4b8f6 (diff)
downloadspim-b5699dfd69a086c0fe9f73ecff444ee4d98dc2d7.zip
spim-b5699dfd69a086c0fe9f73ecff444ee4d98dc2d7.tar.gz
- more BRs
- builds 4 me ;-) Changed files: spim.spec -> 1.28
Diffstat (limited to 'spim.spec')
-rw-r--r--spim.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/spim.spec b/spim.spec
index 04f5b9c..e286882 100644
--- a/spim.spec
+++ b/spim.spec
@@ -1,4 +1,4 @@
-#a $Revision: 1.27 $, $Date: 2008-01-10 16:08:53 $
+#a $Revision: 1.28 $, $Date: 2008-01-10 16:34:53 $
Summary: MIPS simulator
Summary(pl.UTF-8): symulator MIPS-a
Name: spim
@@ -12,6 +12,8 @@ Patch0: %{name}-dirs.patch
URL: http://www.cs.wisc.edu/~larus/spim.html
BuildRequires: bison
BuildRequires: flex
+BuildRequires: xorg-cf-files
+BuildRequires: xorg-lib-libXaw-devel
BuildRequires: xorg-util-imake
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -55,7 +57,7 @@ cat << EOF > spim/configuration
EOF
%{__make} -C spim spim \
- CC="%{__cc} %{rpmcflags}" \
+ CC="%{__cc} %{rpmcflags} -lm" \
LDFLAGS="%{rpmldflags} -lm"
cd xspim