Initial import.

This commit is contained in:
Jerry James 2020-08-17 08:35:52 -06:00
parent 91addd4afb
commit da9cef8b60
3 changed files with 110 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/ppx_assert-*.tar.gz

108
ocaml-ppx-assert.spec Normal file
View File

@ -0,0 +1,108 @@
%ifnarch %{ocaml_native_compiler}
%global debug_package %{nil}
%endif
%global srcname ppx-assert
%global upname ppx_assert
Name: ocaml-%{srcname}
Version: 0.14.0
Release: 1%{?dist}
Summary: Assert-like extension nodes that raise useful errors on failure
License: MIT
URL: https://github.com/janestreet/%{upname}
Source0: %{url}/archive/v%{version}/%{upname}-%{version}.tar.gz
BuildRequires: ocaml >= 4.04.2
BuildRequires: (ocaml-base-devel >= 0.14 with ocaml-base-devel < 0.15)
BuildRequires: ocaml-dune >= 2.0.0
BuildRequires: ocaml-odoc
BuildRequires: (ocaml-ppx-cold-devel >= 0.14 with ocaml-ppx-cold-devel < 0.15)
BuildRequires: (ocaml-ppx-compare-devel >= 0.14 with ocaml-ppx-compare-devel < 0.15)
BuildRequires: (ocaml-ppx-here-devel >= 0.14 with ocaml-ppx-here-devel < 0.15)
BuildRequires: (ocaml-ppx-sexp-conv-devel >= 0.14 with ocaml-ppx-sexp-conv-devel < 0.15)
BuildRequires: ocaml-ppxlib-devel >= 0.11.0
%description
Ppx_assert is a ppx rewriter that defines assert-like extension nodes
that raise useful errors on failure.
%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-here-devel%{?_isa}
Requires: ocaml-ppx-sexp-conv-devel%{?_isa}
Requires: ocaml-ppxlib-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
%doc CHANGES.md README.md
%license LICENSE.md
%dir %{_libdir}/ocaml/%{upname}/
%dir %{_libdir}/ocaml/%{upname}/runtime-lib/
%{_libdir}/ocaml/%{upname}/META
%{_libdir}/ocaml/%{upname}/ppx.exe
%{_libdir}/ocaml/%{upname}/*.cma
%{_libdir}/ocaml/%{upname}/*.cmi
%{_libdir}/ocaml/%{upname}/*/*.cma
%{_libdir}/ocaml/%{upname}/*/*.cmi
%ifarch %{ocaml_native_compiler}
%{_libdir}/ocaml/%{upname}/*.cmxs
%{_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
%{_libdir}/ocaml/%{upname}/*/*.a
%{_libdir}/ocaml/%{upname}/*/*.cmx
%{_libdir}/ocaml/%{upname}/*/*.cmxa
%endif
%{_libdir}/ocaml/%{upname}/*.cmt
%{_libdir}/ocaml/%{upname}/*.cmti
%{_libdir}/ocaml/%{upname}/*.mli
%{_libdir}/ocaml/%{upname}/*/*.cmt
%{_libdir}/ocaml/%{upname}/*/*.cmti
%{_libdir}/ocaml/%{upname}/*/*.mli
%changelog
* Fri Jun 19 2020 Jerry James <loganjerry@gmail.com> - 0.14.0-1
- Initial RPM

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (ppx_assert-0.14.0.tar.gz) = b8ae4a1f08e9110f0809f98d1e0126d50101db7c5b87aa166294aed29df420a079fd2c0797c2888718acd8cd4f2aaaa98f0c445e5fb1423325cc89801e7d52b1