rebuilt with ocamlbuild 0.14.2 [release 1.6.9-3mamba;Sun Jul 16 2023]
This commit is contained in:
parent
68c621f35e
commit
8a80f6ec12
@ -1,6 +1,6 @@
|
|||||||
Name: ocaml-cppo
|
Name: ocaml-cppo
|
||||||
Version: 1.6.9
|
Version: 1.6.9
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: C-style preprocessor for OCaml
|
Summary: C-style preprocessor for OCaml
|
||||||
Group: System/Libraries/OCaml
|
Group: System/Libraries/OCaml
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,9 +12,11 @@ License: MIT
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
BuildRequires: ocamlbuild
|
BuildRequires: ocamlbuild
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: ocamlbuild >= 0.14.1
|
BuildRequires: ocamlbuild >= 0.14.2-2mamba
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,13 +28,13 @@ C-style preprocessor for OCaml.
|
|||||||
%setup -q -n cppo-%{version}
|
%setup -q -n cppo-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make all
|
dune build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
DESTDIR=%{buildroot} dune install --prefix "%{_prefix}" --libdir "%{_libdir}/ocaml"
|
||||||
|
|
||||||
rm -rf %{buildroot}%{_prefix}/doc
|
rm -rf %{buildroot}/usr/doc
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -47,6 +49,12 @@ rm -rf %{buildroot}%{_prefix}/doc
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 16 2023 Sdk Build System <sdk@mambasoft.it> 1.6.9-3mamba
|
||||||
|
- rebuilt with ocamlbuild 0.14.2
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 1.6.9-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Tue May 31 2022 Automatic Build System <autodist@mambasoft.it> 1.6.9-1mamba
|
* Tue May 31 2022 Automatic Build System <autodist@mambasoft.it> 1.6.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user