public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-ppx-expect] rawhide: OCaml 5.5.0 rebuild
@ 2026-07-10 14:43 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-10 14:43 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ocaml-ppx-expect
            Branch : rawhide
            Commit : a0a7546c242506cb19359a2db08974d4f17b6a1c
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-10T08:42:50-06:00
            Stats  : +5/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-ppx-expect/c/a0a7546c242506cb19359a2db08974d4f17b6a1c?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocaml-ppx-expect.spec b/ocaml-ppx-expect.spec
index b9eafbe..0a790f1 100644
--- a/ocaml-ppx-expect.spec
+++ b/ocaml-ppx-expect.spec
@@ -1,6 +1,3 @@
-# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
-ExcludeArch: %{ix86}
-
 # Break a circular dependency on ocaml-ppx-jane
 %bcond test 0
 
@@ -14,6 +11,10 @@ URL:            https://github.com/janestreet/ppx_expect
 VCS:            git:%{url}.git
 Source:         %{url}/archive/v%{version}/ppx_expect-%{version}.tar.gz
 
+# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
+ExcludeArch: %{ix86}
+
+BuildSystem: dune
 BuildRequires:  ocaml >= 5.1.0
 BuildRequires:  ocaml-base-devel >= 0.17
 BuildRequires:  ocaml-dune >= 3.11.0
@@ -53,14 +54,8 @@ developing applications that use %{name}.
 %prep
 %autosetup -n ppx_expect-%{version}
 
-%build
-%dune_build
-
-%install
-%dune_install
-
-%if %{with test}
 %check
+%if %{with test}
 %dune_check
 %endif
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-10 14:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 14:43 [rpms/ocaml-ppx-expect] rawhide: OCaml 5.5.0 rebuild Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox