rebuilt with new ocamlx deps [release 0.17.1-3mamba;Thu Apr 22 2021]
This commit is contained in:
parent
1ebd3b3bdd
commit
ebc9932fa4
@ -3,7 +3,7 @@
|
||||
|
||||
Name: ocaml-ctypes
|
||||
Version: 0.17.1
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Combinators for binding to C libraries without writing any C
|
||||
Group: System/Libraries/OCaml
|
||||
Vendor: openmamba
|
||||
@ -14,8 +14,8 @@ Source: https://github.com/ocamllabs/ocaml-ctypes.git/%{version}/ocaml-ct
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-integers
|
||||
BuildRequires: ocaml-runtime
|
||||
## AUTOBUILDREQ-END
|
||||
@ -25,7 +25,6 @@ BuildRequires: ocaml-findlib
|
||||
BuildRequires: ocaml-integers >= 0.4.0
|
||||
BuildRequires: ocaml >= 4.11.1
|
||||
Requires: ocaml-runtime
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Combinators for binding to C libraries without writing any C.
|
||||
@ -65,8 +64,6 @@ make install
|
||||
%{_libdir}/ocaml/%{ocamlpck}/META
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cma
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmi
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmt
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmti
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmxs
|
||||
%{_libdir}/ocaml/stublibs/*.so*
|
||||
#%doc COPYING
|
||||
@ -76,12 +73,17 @@ make install
|
||||
%{_libdir}/ocaml/%{ocamlpck}/CHANGES.md
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.a
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.h
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmt
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmti
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmx
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.cmxa
|
||||
%{_libdir}/ocaml/%{ocamlpck}/*.mli
|
||||
# %doc CHANGES README
|
||||
|
||||
%changelog
|
||||
* Thu Apr 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.1-3mamba
|
||||
- rebuilt with new ocamlx deps
|
||||
|
||||
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.17.1-2mamba
|
||||
- rebuilt with ocaml 4.11.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user