rebuilt with ocaml 4.14.1 [release 0.3.1-2mamba;Fri Jul 07 2023]
This commit is contained in:
parent
ee02591706
commit
305476cf98
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ocaml-gstreamer
|
Name: ocaml-gstreamer
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An OCaml interface for the GStreamer Multimedia framework
|
Summary: An OCaml interface for the GStreamer Multimedia framework
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -17,11 +17,12 @@ BuildRequires: libglib-devel
|
|||||||
BuildRequires: libgst-plugins-base-devel
|
BuildRequires: libgst-plugins-base-devel
|
||||||
BuildRequires: libgstreamer-devel
|
BuildRequires: libgstreamer-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildRequires: dune
|
BuildRequires: dune
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: ocaml
|
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,7 +46,7 @@ dune build --profile release
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
rm -rf %{buildroot}/usr/doc
|
||||||
|
|
||||||
@ -73,6 +74,9 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc CHANGES README.md
|
%doc CHANGES README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 07 2023 Sdk Build System <sdk@mambasoft.it> 0.3.1-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Fri Feb 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-1mamba
|
* Fri Feb 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-1mamba
|
||||||
- update to 0.3.1
|
- update to 0.3.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user