update to 1.9.3 [release 1.9.3-1mamba;Sat Jan 29 2022]
This commit is contained in:
parent
e224167d49
commit
e0124f8052
@ -1,18 +1,21 @@
|
||||
%global __os_install_post %{nil}
|
||||
|
||||
Name: ocaml-findlib
|
||||
Version: 1.9.1
|
||||
Version: 1.9.3
|
||||
Release: 1mamba
|
||||
Summary: A library manager for OCaml
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://projects.camlcity.org/projects/findlib.html
|
||||
URL: http://projects.camlcity.org/projects/findlib.html
|
||||
Source: http://download.camlcity.org/download/findlib-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-compiler-libs
|
||||
BuildRequires: ocaml-runtime
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ocaml >= 4.11.1
|
||||
BuildRequires: ocaml-labltk >= 8.06.9
|
||||
@ -84,9 +87,12 @@ rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
|
||||
%{_libdir}/ocaml/*/META
|
||||
%dir %{_libdir}/ocaml/findlib
|
||||
%{_libdir}/ocaml/topfind
|
||||
%{_libdir}/ocaml/findlib/*.cma
|
||||
%{_libdir}/ocaml/findlib/*.cmi
|
||||
%{_libdir}/ocaml/findlib/*.cmxs
|
||||
%{_libdir}/ocaml/findlib/*
|
||||
%exclude %{_libdir}/ocaml/findlib/*.a
|
||||
%exclude %{_libdir}/ocaml/findlib/*.cmxa
|
||||
%exclude %{_libdir}/ocaml/findlib/*.mli
|
||||
%exclude %{_libdir}/ocaml/findlib/Makefile.config
|
||||
%exclude %{_libdir}/ocaml/findlib/Makefile.packages
|
||||
%{_mandir}/man1/ocamlfind.*
|
||||
%{_mandir}/man5/META.*
|
||||
%{_mandir}/man5/findlib.conf.*
|
||||
@ -104,6 +110,9 @@ rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
|
||||
%{_libdir}/ocaml/findlib/Makefile.packages
|
||||
|
||||
%changelog
|
||||
* Sat Jan 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.3-1mamba
|
||||
- update to 1.9.3
|
||||
|
||||
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user