git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d78e8a
)
Fixes to build in mock.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 14 Nov 2008 11:18:09 +0000
(11:18 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 14 Nov 2008 11:18:09 +0000
(11:18 +0000)
flexdll/mingw32-flexdll.spec
patch
|
blob
|
history
diff --git
a/flexdll/mingw32-flexdll.spec
b/flexdll/mingw32-flexdll.spec
index
c828c9d
..
c30ba18
100644
(file)
--- a/
flexdll/mingw32-flexdll.spec
+++ b/
flexdll/mingw32-flexdll.spec
@@
-6,6
+6,9
@@
%define debug_package %{nil}
+# Running the tests requires Wine.
+%define run_tests 0
+
Name: mingw32-flexdll
Version: 0.11
Release: 1%{?dist}
@@
-27,6
+30,7
@@
BuildRequires: mingw32-filesystem >= 35
BuildRequires: mingw32-gcc
BuildRequires: mingw32-binutils
BuildRequires: ocaml
+BuildRequires: dos2unix
%description
@@
-82,7
+86,9
@@
strip flexlink.exe
%check
+%if %{run_tests}
make -C test CC=%{_mingw32_cc} O=o CHAIN=mingw
+%endif
%install