From 824551836c95cd3f9d04a7884447b09b067b5fa9 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 8 Apr 2021 14:47:35 -0700 Subject: ocaml-atd: remove superfluous patch Removing the atds source and .opam is enough, no need to undefine it in dune-project Signed-off-by: Michel Alexandre Salim --- ocaml/ocaml-atd.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ocaml/ocaml-atd.spec b/ocaml/ocaml-atd.spec index e47ad56..e8fe141 100644 --- a/ocaml/ocaml-atd.spec +++ b/ocaml/ocaml-atd.spec @@ -11,8 +11,6 @@ Summary: Static Types for Json APIs License: BSD URL: %{forgeurl} Source0: %{url}/archive/%{version}/%{project_name}-%{version}.tar.gz -# No Scala compiler in Fedora -Patch0: %{project_name}-2.2.1-no-atds.patch BuildRequires: ocaml BuildRequires: ocaml-dune @@ -50,6 +48,7 @@ developing applications that use %{name}. %prep %autosetup -p1 -n %{project_name}-%{version} +# No Scala compiler in Fedora rm atds.opam rm -rf atds -- cgit