rebuilt with ocaml 4.14.1 [release 0.3.0-2mamba;Thu Jul 06 2023]
This commit is contained in:
parent
a0ef68a067
commit
d4d4217f3a
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ocaml-stdlib-shims
|
||||
Version: 0.3.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Shim to substitute 'Pervasives' with 'Stdlib' before 4.08
|
||||
Group: System/Libraries/OCaml
|
||||
Vendor: openmamba
|
||||
@ -14,7 +14,7 @@ License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml >= 4.14.1
|
||||
BuildRequires: ocaml-camlp4-devel
|
||||
BuildRequires: ocaml-findlib
|
||||
BuildRequires: dune
|
||||
@ -41,7 +41,7 @@ dune build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_lib}/ocaml"
|
||||
DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_libdir}/ocaml"
|
||||
|
||||
rm -rf %{buildroot}/usr/doc
|
||||
|
||||
@ -52,21 +52,17 @@ rm -rf %{buildroot}/usr/doc
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/ocaml/%{ocamlpck}
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*
|
||||
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.a
|
||||
#%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
||||
%exclude %{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
||||
#%exclude %{_libdir}/ocaml/%{ocamlpck}/*.mli
|
||||
#%{_libdir}/ocaml/stublibs/*.so*
|
||||
%doc LICENSE
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.a
|
||||
#%{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
||||
#%{_libdir}/ocaml/%{ocamlpck}/*.mli
|
||||
%doc CHANGES.md README.md
|
||||
|
||||
%changelog
|
||||
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.3.0-2mamba
|
||||
- rebuilt with ocaml 4.14.1
|
||||
|
||||
* Sun Jan 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user