2020-08-19 20:42:09 +00:00
|
|
|
%ifnarch %{ocaml_native_compiler}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%global srcname ppx-base
|
|
|
|
%global upname ppx_base
|
|
|
|
|
|
|
|
Name: ocaml-%{srcname}
|
|
|
|
Version: 0.14.0
|
2021-03-02 10:13:38 +00:00
|
|
|
Release: 6%{?dist}
|
2020-08-19 20:42:09 +00:00
|
|
|
Summary: Base set of OCaml ppx rewriters
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: https://github.com/janestreet/%{upname}
|
|
|
|
Source0: %{url}/archive/v%{version}/%{upname}-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: ocaml >= 4.04.2
|
|
|
|
BuildRequires: ocaml-dune >= 2.0.0
|
2020-08-21 15:13:55 +00:00
|
|
|
BuildRequires: ocaml-ppx-cold-devel >= 0.14
|
|
|
|
BuildRequires: ocaml-ppx-compare-devel >= 0.14
|
|
|
|
BuildRequires: ocaml-ppx-enumerate-devel >= 0.14
|
|
|
|
BuildRequires: ocaml-ppx-hash-devel >= 0.14
|
|
|
|
BuildRequires: ocaml-ppx-js-style-devel >= 0.14
|
|
|
|
BuildRequires: ocaml-ppx-sexp-conv-devel >= 0.14
|
2020-08-19 20:42:09 +00:00
|
|
|
BuildRequires: ocaml-ppxlib-devel >= 0.11.0
|
|
|
|
BuildRequires: ocaml-odoc
|
|
|
|
|
|
|
|
%description
|
|
|
|
Ppx_base is the set of ppx rewriters used for Base. Note that Base
|
|
|
|
doesn't need ppx to build; it is only used as a verification tool.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: ocaml-ppx-cold-devel%{?_isa}
|
|
|
|
Requires: ocaml-ppx-compare-devel%{?_isa}
|
|
|
|
Requires: ocaml-ppx-enumerate-devel%{?_isa}
|
|
|
|
Requires: ocaml-ppx-hash-devel%{?_isa}
|
|
|
|
Requires: ocaml-ppx-js-style-devel%{?_isa}
|
|
|
|
Requires: ocaml-ppx-sexp-conv-devel%{?_isa}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and signature
|
|
|
|
files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{upname}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
dune build %{?_smp_mflags} --display=verbose
|
|
|
|
dune build %{?_smp_mflags} @doc
|
|
|
|
|
|
|
|
%install
|
|
|
|
dune install --destdir=%{buildroot}
|
|
|
|
|
|
|
|
# We do not want the dune markers
|
|
|
|
find _build/default/_doc/_html -name .dune-keep -delete
|
|
|
|
|
|
|
|
# We do not want the ml files
|
|
|
|
find %{buildroot}%{_libdir}/ocaml -name \*.ml -delete
|
|
|
|
|
|
|
|
# We install the documentation with the doc macro
|
|
|
|
rm -fr %{buildroot}%{_prefix}/doc
|
|
|
|
|
|
|
|
%ifarch %{ocaml_native_compiler}
|
|
|
|
# Add missing executable bits
|
|
|
|
find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%check
|
|
|
|
dune runtest
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE.md
|
|
|
|
%dir %{_libdir}/ocaml/%{upname}/
|
|
|
|
%{_bindir}/ppx-base
|
|
|
|
%{_libdir}/ocaml/%{upname}/META
|
|
|
|
%{_libdir}/ocaml/%{upname}/ppx.exe
|
|
|
|
%{_libdir}/ocaml/%{upname}/*.cma
|
|
|
|
%{_libdir}/ocaml/%{upname}/*.cmi
|
|
|
|
%ifarch %{ocaml_native_compiler}
|
|
|
|
%{_libdir}/ocaml/%{upname}/*.cmxs
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc _build/default/_doc/_html/*
|
|
|
|
%{_libdir}/ocaml/%{upname}/dune-package
|
|
|
|
%{_libdir}/ocaml/%{upname}/opam
|
|
|
|
%ifarch %{ocaml_native_compiler}
|
|
|
|
%{_libdir}/ocaml/%{upname}/*.a
|
|
|
|
%{_libdir}/ocaml/%{upname}/*.cmx
|
|
|
|
%{_libdir}/ocaml/%{upname}/*.cmxa
|
|
|
|
%endif
|
|
|
|
%{_libdir}/ocaml/%{upname}/*.cmt
|
|
|
|
|
|
|
|
%changelog
|
2021-03-02 10:13:38 +00:00
|
|
|
* Tue Mar 2 10:13:37 GMT 2021 Richard W.M. Jones <rjones@redhat.com> - 0.14.0-6
|
|
|
|
- OCaml 4.12.0 build
|
|
|
|
|
2021-02-21 16:09:06 +00:00
|
|
|
* Sat Feb 20 2021 Jerry James <loganjerry@gmail.com> - 0.14.0-5
|
|
|
|
- Rebuild for ocaml-base 0.14.1
|
|
|
|
|
2021-01-26 22:04:07 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-09-01 23:24:41 +00:00
|
|
|
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 0.14.0-3
|
|
|
|
- OCaml 4.11.1 rebuild
|
|
|
|
|
2020-08-21 19:25:42 +00:00
|
|
|
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 0.14.0-2
|
|
|
|
- OCaml 4.11.0 rebuild
|
|
|
|
|
2020-08-19 20:42:09 +00:00
|
|
|
* Sat Jun 20 2020 Jerry James <loganjerry@gmail.com> - 0.14.0-1
|
|
|
|
- Initial RPM
|