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

            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
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 16:07 [rpms/ocaml-lambda-term] 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