public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ocaml-sexplib] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 20:24:58 GMT	[thread overview]
Message-ID: <178362869879.1.2873612376958704957.rpms-ocaml-sexplib-0fde48615e4d@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ocaml-sexplib
            Branch : rawhide
            Commit : 0fde48615e4d059d933a0284c3387b16a8703406
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T14:24:43-06:00
            Stats  : +6/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-sexplib/c/0fde48615e4d059d933a0284c3387b16a8703406?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocaml-sexplib.spec b/ocaml-sexplib.spec
index 5202837..9a96300 100644
--- a/ocaml-sexplib.spec
+++ b/ocaml-sexplib.spec
@@ -1,6 +1,3 @@
-# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
-ExcludeArch: %{ix86}
-
 %ifnarch %{ocaml_native_compiler}
 %global debug_package %{nil}
 %endif
@@ -20,6 +17,10 @@ URL:            https://github.com/janestreet/sexplib
 VCS:            git:%{url}.git
 Source:         %{url}/archive/v%{version}/sexplib-%{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-dune >= 3.11.0
 BuildRequires:  ocaml-num-devel
@@ -61,18 +62,13 @@ This package contains a vim syntax file for Sexplib.
 %prep
 %autosetup -n sexplib-%{version}
 
-%build
-%dune_build
-
-%install
-%dune_install
-
+%install -a
 # Install the vim support
 mkdir -p %{buildroot}%{vimfiles_root}/syntax
 cp -p vim/syntax/sexplib.vim %{buildroot}%{vimfiles_root}/syntax
 
-%if %{with test}
 %check
+%if %{with test}
 %dune_check
 %endif
 

                 reply	other threads:[~2026-07-09 20:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178362869879.1.2873612376958704957.rpms-ocaml-sexplib-0fde48615e4d@fedoraproject.org \
    --to=loganjerry@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox