## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Bump # OCaml packages not built on i686 since OCaml 5 / Fedora 39. ExcludeArch: %{ix86} # Break a circular dependency on ocaml-ppx-jane %bcond test 0 Name: ocaml-ppx-expect Version: 0.17.2 Release: %autorelease Summary: Framework for writing tests in OCaml License: MIT URL: https://github.com/janestreet/ppx_expect VCS: git:%{url}.git Source: %{url}/archive/v%{version}/ppx_expect-%{version}.tar.gz BuildRequires: ocaml >= 5.1.0 BuildRequires: ocaml-base-devel >= 0.17 BuildRequires: ocaml-dune >= 3.11.0 BuildRequires: ocaml-ppx-here-devel >= 0.17 BuildRequires: ocaml-ppx-inline-test-devel >= 0.17 BuildRequires: ocaml-ppxlib-devel >= 0.28.0 BuildRequires: ocaml-stdio-devel >= 0.17 %if %{with test} BuildRequires: ocaml-ppx-jane-devel %endif %description Ppx_expect is a framework for writing tests in OCaml, similar to Cram (https://bitheap.org/cram/). Ppx_expect mimics the existing inline tests framework with the `let%%expect_test` construct. The body of an expect-test can contain output-generating code, interleaved with `%%expect` extension expressions to denote the expected output. When run, these tests will pass iff the output matches what was expected. If a test fails, a corrected file with the suffix ".corrected" will be produced with the actual output, and the `inline_tests_runner` will output a diff. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: ocaml-base-devel%{?_isa} Requires: ocaml-ppx-here-devel%{?_isa} Requires: ocaml-ppx-inline-test-devel%{?_isa} Requires: ocaml-ppxlib-devel%{?_isa} Requires: ocaml-stdio-devel%{?_isa} %description devel The %{name}-devel package contains libraries and signature files for developing applications that use %{name}. %prep %autosetup -n ppx_expect-%{version} %build %dune_build %install %dune_install %if %{with test} %check %dune_check %endif %files -f .ofiles %doc CHANGES.md README.mdx %license LICENSE.md %files devel -f .ofiles-devel %changelog ## START: Generated by rpmautospec * Thu Dec 26 2024 Jerry James - 0.17.2-2 - Uncommitted changes * Wed Oct 16 2024 Jerry James - 0.17.2-1 - Version 0.17.2 * Fri Oct 11 2024 Jerry James - 0.17.1-1 - Version 0.17.1 * Mon Aug 05 2024 Jerry James - 0.17.0-3 - Rebuild for ocaml-ppxlib 0.33.0 * Thu Jul 18 2024 Fedora Release Engineering - 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 03 2024 Jerry James - 0.17.0-1 - Version 0.17.0 * Wed Jun 19 2024 Richard W.M. Jones - 0.16.0-11 - OCaml 5.2.0 ppc64le fix * Wed May 29 2024 Richard W.M. Jones - 0.16.0-10 - OCaml 5.2.0 for Fedora 41 * Fri Feb 2 2024 Jerry James - 0.16.0-9 - Rebuild for changed ocamlx(Location) hash * Thu Jan 25 2024 Fedora Release Engineering - 0.16.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 0.16.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Richard W.M. Jones - 0.16.0-6 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones - 0.16.0-5 - OCaml 5.1.1 rebuild for Fedora 40 * Thu Oct 05 2023 Richard W.M. Jones - 0.16.0-4 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 20 2023 Fedora Release Engineering - 0.16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Richard W.M. Jones - 0.16.0-2 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James - 0.16.0-1 - Version 0.16.0 * Tue Jan 24 2023 Richard W.M. Jones - 0.15.1-3 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering - 0.15.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 1 2022 Jerry James - 0.15.1-1 - Version 0.15.1 * Thu Aug 18 2022 Jerry James - 0.15.0-7 - Rebuild for ocaml-ppxlib 0.27.0 * Fri Jul 22 2022 Fedora Release Engineering - 0.15.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James - 0.15.0-5 - Use new OCaml macros * Sun Jun 19 2022 Richard W.M. Jones - 0.15.0-5 - OCaml 4.14.0 rebuild * Mon Feb 28 2022 Jerry James - 0.15.0-4 - Version 0.15.0 rerelease * Fri Feb 04 2022 Richard W.M. Jones - 0.15.0-3 - OCaml 4.13.1 rebuild to remove package notes * Thu Feb 3 2022 Jerry James - 0.15.0-3 - Conditionally build docs to avoid circular dependency on odoc * Thu Jan 20 2022 Fedora Release Engineering - 0.15.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 31 2021 Jerry James - 0.15.0-1 - Initial RPM ## END: Generated by rpmautospec