Use ounit2.
This commit is contained in:
parent
91d04f1a2d
commit
5453c499db
30
ocaml-fileutils-0.5.2-ounit2.patch
Normal file
30
ocaml-fileutils-0.5.2-ounit2.patch
Normal file
@ -0,0 +1,30 @@
|
||||
diff -ur ocaml-fileutils-0.5.2.old/setup.ml ocaml-fileutils-0.5.2.new/setup.ml
|
||||
--- ocaml-fileutils-0.5.2.old/setup.ml 2017-05-23 21:12:33.000000000 +0100
|
||||
+++ ocaml-fileutils-0.5.2.new/setup.ml 2020-02-27 08:52:42.964618292 +0000
|
||||
@@ -7621,7 +7621,7 @@
|
||||
InternalLibrary "fileutils";
|
||||
InternalLibrary "fileutils-str";
|
||||
FindlibPackage
|
||||
- ("oUnit",
|
||||
+ ("ounit2",
|
||||
Some (OASISVersion.VGreaterEqual "2.0.0"))
|
||||
];
|
||||
bs_build_tools = [ExternalTool "ocamlbuild"];
|
||||
diff -ur ocaml-fileutils-0.5.2.old/_tags ocaml-fileutils-0.5.2.new/_tags
|
||||
--- ocaml-fileutils-0.5.2.old/_tags 2017-05-23 21:12:33.000000000 +0100
|
||||
+++ ocaml-fileutils-0.5.2.new/_tags 2020-02-27 08:52:38.020680545 +0000
|
||||
@@ -25,12 +25,12 @@
|
||||
<test/BenchFind.{native,byte}>: pkg_unix
|
||||
<test/BenchFind.{native,byte}>: use_fileutils
|
||||
# Executable test
|
||||
-"test/test.byte": pkg_oUnit
|
||||
+"test/test.byte": pkg_ounit2
|
||||
"test/test.byte": pkg_str
|
||||
"test/test.byte": pkg_unix
|
||||
"test/test.byte": use_fileutils
|
||||
"test/test.byte": use_fileutils-str
|
||||
-<test/*.ml{,i,y}>: pkg_oUnit
|
||||
+<test/*.ml{,i,y}>: pkg_ounit2
|
||||
<test/*.ml{,i,y}>: pkg_str
|
||||
<test/*.ml{,i,y}>: pkg_unix
|
||||
<test/*.ml{,i,y}>: use_fileutils
|
@ -8,6 +8,8 @@ URL: https://forge.ocamlcore.org/projects/ocaml-fileutils/
|
||||
Source0: http://forge.ocamlcore.org/frs/download.php/1695/ocaml-fileutils-0.5.2.tar.gz
|
||||
|
||||
Patch1: fileutils-0.5.2-fix-bytes.patch
|
||||
# Use ounit2.
|
||||
Patch2: ocaml-fileutils-0.5.2-ounit2.patch
|
||||
|
||||
BuildRequires: ocaml >= 4.00.1
|
||||
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
|
||||
|
Loading…
Reference in New Issue
Block a user