automatic version update by autodist [release 1.1.8-1mamba;Sat Jul 08 2023]
This commit is contained in:
parent
6d7452dd88
commit
916703dd6f
@ -2,7 +2,7 @@
|
|||||||
%define gittag %(eho %version | cut -d. -f5)
|
%define gittag %(eho %version | cut -d. -f5)
|
||||||
|
|
||||||
Name: ocaml-ffmpeg
|
Name: ocaml-ffmpeg
|
||||||
Version: 1.1.6
|
Version: 1.1.8
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: OCaml bindings to the FFmpeg library
|
Summary: OCaml bindings to the FFmpeg library
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
@ -22,7 +22,9 @@ BuildRequires: libavutil-ffmpeg-devel
|
|||||||
BuildRequires: libswresample-ffmpeg-devel
|
BuildRequires: libswresample-ffmpeg-devel
|
||||||
BuildRequires: libswscale-ffmpeg-devel
|
BuildRequires: libswscale-ffmpeg-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OCaml bindings to the FFmpeg library.
|
OCaml bindings to the FFmpeg library.
|
||||||
@ -45,7 +47,7 @@ dune build
|
|||||||
|
|
||||||
%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
|
||||||
|
|
||||||
@ -77,6 +79,18 @@ rm -rf %{buildroot}/usr/doc
|
|||||||
%doc CHANGES README.md
|
%doc CHANGES README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 08 2023 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 1.1.7-2mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
|
* Sat Jul 01 2023 Automatic Build System <autodist@mambasoft.it> 1.1.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jul 01 2023 Sdk Build System <sdk@mambasoft.it> 1.1.6-2mamba
|
||||||
|
- rebuilt with ocaml 5.0.0
|
||||||
|
|
||||||
* Thu Sep 29 2022 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba
|
* Thu Sep 29 2022 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user