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-lambda-term] rawhide: OCaml 5.5.0 rebuild
Date: Fri, 10 Jul 2026 16:07:17 GMT	[thread overview]
Message-ID: <178369963732.1.15462822502292473215.rpms-ocaml-lambda-term-ea66cc92a312@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ocaml-lambda-term
            Branch : rawhide
            Commit : ea66cc92a312a85b28665087fbb6cbda1c806e5f
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-10T10:07:00-06:00
            Stats  : +7/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-lambda-term/c/ea66cc92a312a85b28665087fbb6cbda1c806e5f?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocaml-lambda-term.spec b/ocaml-lambda-term.spec
index c4680bb..61a18ec 100644
--- a/ocaml-lambda-term.spec
+++ b/ocaml-lambda-term.spec
@@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
 
 Name:           ocaml-lambda-term
 Version:        3.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Terminal manipulation library for OCaml
 
 License:        BSD-3-Clause
@@ -11,6 +11,7 @@ URL:            https://github.com/ocaml-community/lambda-term
 VCS:            git:%{url}.git
 Source0:        %{url}/archive/%{version}/lambda-term-%{version}.tar.gz
 
+BuildSystem:    dune
 BuildRequires:  ocaml >= 4.08.0
 BuildRequires:  ocaml-dune >= 3.0
 BuildRequires:  ocaml-logs-devel
@@ -49,21 +50,13 @@ developing applications that use %{name}.
 %prep
 %autosetup -n lambda-term-%{version}
 
-%build
-%dune_build
-
-%install
-%dune_install
-
+%install -a
 mkdir -p %{buildroot}%{_datadir}/lambda-term
 mv %{buildroot}%{_datadir}/lambda-term{rc,-inputrc} %{buildroot}%{_datadir}/lambda-term
 sed -e 's,%{_datadir}/lambda-termrc,%{_datadir}/lambda-term,' \
     -e '\,%{_datadir}/lambda-term-inputrc,d' \
     -i .ofiles
 
-%check
-%dune_check
-
 %files -f .ofiles
 %license LICENSE
 %doc CHANGES.md README.md
@@ -72,6 +65,10 @@ sed -e 's,%{_datadir}/lambda-termrc,%{_datadir}/lambda-term,' \
 %license LICENSE
 
 %changelog
+* Fri Jul 10 2026 Jerry James <loganjerry@gmail.com> - 3.4.0-2
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
 * Thu Apr 16 2026 Jerry James <loganjerry@gmail.com> - 3.4.0-1
 - Version 3.4.0
 

                 reply	other threads:[~2026-07-10 16:07 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=178369963732.1.15462822502292473215.rpms-ocaml-lambda-term-ea66cc92a312@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