update to 1.9.3 [release 1.9.3-1mamba;Sat Jan 29 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 07:53:25 +01:00
parent e224167d49
commit e0124f8052

View File

@ -1,18 +1,21 @@
%global __os_install_post %{nil} %global __os_install_post %{nil}
Name: ocaml-findlib Name: ocaml-findlib
Version: 1.9.1 Version: 1.9.3
Release: 1mamba Release: 1mamba
Summary: A library manager for OCaml Summary: A library manager for OCaml
Group: Development/Tools Group: Development/Tools
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> 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 Source: http://download.camlcity.org/download/findlib-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ocaml
BuildRequires: ocaml-compiler-libs
BuildRequires: ocaml-runtime
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: ocaml >= 4.11.1 BuildRequires: ocaml >= 4.11.1
BuildRequires: ocaml-labltk >= 8.06.9 BuildRequires: ocaml-labltk >= 8.06.9
@ -84,9 +87,12 @@ rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
%{_libdir}/ocaml/*/META %{_libdir}/ocaml/*/META
%dir %{_libdir}/ocaml/findlib %dir %{_libdir}/ocaml/findlib
%{_libdir}/ocaml/topfind %{_libdir}/ocaml/topfind
%{_libdir}/ocaml/findlib/*.cma %{_libdir}/ocaml/findlib/*
%{_libdir}/ocaml/findlib/*.cmi %exclude %{_libdir}/ocaml/findlib/*.a
%{_libdir}/ocaml/findlib/*.cmxs %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}/man1/ocamlfind.*
%{_mandir}/man5/META.* %{_mandir}/man5/META.*
%{_mandir}/man5/findlib.conf.* %{_mandir}/man5/findlib.conf.*
@ -104,6 +110,9 @@ rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META
%{_libdir}/ocaml/findlib/Makefile.packages %{_libdir}/ocaml/findlib/Makefile.packages
%changelog %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 * Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
- automatic version update by autodist - automatic version update by autodist