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

            A new commit has been pushed.

            Repo   : rpms/ocamlmod
            Branch : rawhide
            Commit : 874820cb399e7f115c44c1dac2879d9735370635
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T17:38:53-06:00
            Stats  : +9/-12 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocamlmod/c/874820cb399e7f115c44c1dac2879d9735370635?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocamlmod.spec b/ocamlmod.spec
index d9dda74..7e347e7 100644
--- a/ocamlmod.spec
+++ b/ocamlmod.spec
@@ -7,7 +7,7 @@ ExcludeArch: %{ix86}
 
 Name:           ocamlmod
 Version:        0.1.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Generate OCaml modules from source files
 
 License:        LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
@@ -15,6 +15,9 @@ URL:            https://github.com/gildor478/ocamlmod
 VCS:            git:%{url}.git
 Source:         %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 
+BuildSystem:    dune
+BuildOption(install): -n
+
 BuildRequires:  help2man
 BuildRequires:  ocaml >= 4.14.1
 BuildRequires:  ocaml-dune >= 3.17
@@ -29,13 +32,7 @@ ocamlmod allows to create OCaml modules from source files.
 %autosetup -p1
 
 
-%build
-%dune_build
-
-
-%install
-%dune_install -n
-
+%install -a
 # We don't need the OCaml module files
 rm -rf %{buildroot}%{_libdir}
 
@@ -48,10 +45,6 @@ help2man $RPM_BUILD_ROOT%{_bindir}/ocamlmod \
     --no-info
 
 
-%check
-%dune_check
-
-
 %files
 %doc CHANGES.md README.md
 %license COPYING.txt
@@ -60,6 +53,10 @@ help2man $RPM_BUILD_ROOT%{_bindir}/ocamlmod \
 
 
 %changelog
+* Wed Jul 08 2026 Jerry James <loganjerry@gmail.com> - 0.1.1-5
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
 * Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 0.1.1-4
 - OCaml 5.4.1 rebuild
 

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

only message in thread, other threads:[~2026-07-09 23:39 UTC | newest]

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