From 8b0880f9292004fe6407e2c6e0aa58e4f2c855d3 Mon Sep 17 00:00:00 2001 From: starlet_dx <15929766099@163.com> Date: Fri, 29 Mar 2024 06:57:17 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!6=20:?= =?UTF-8?q?=20Add=20BuildRequires=20make'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ocaml-ounit.spec | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index 3debb67..ed616f0 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -1,13 +1,12 @@ Name: ocaml-ounit Version: 2.0.8 -Release: 7 +Release: 5 Summary: OUnit is a unit test framework for OCaml License: MIT URL: http://ounit.forge.ocamlcore.org/ -Source0: https://github.com/gildor478/ounit/archive/2.0.8/ounit-%{version}.tar.gz +Source0: http://forge.ocamlcore.org/frs/download.php/1749/ounit-%{version}.tar.gz BuildRequires: ocaml >= 3.10.0 ocaml-findlib-devel ocaml-ocamldoc ocaml-ocamlbuild -BuildRequires: make %description OUnit is a unit test framework for OCaml. It allows one to easily create unit-tests for OCaml code. @@ -52,12 +51,6 @@ rm -rf $RPM_BUILD_ROOT/usr/local/share/doc %changelog -* Tue Dec 20 2022 xu_ping - 2.0.8-7 -- Add buildrequires make - -* Mon Nov 21 2022 xu_ping - 2.0.8-6 -- Modify invalid source - * Tue Feb 25 2020 duyeyu - 2.0.8-5 - Package init