11Name: ocaml-findlib
22Version: 1.8.1
3- Release: 14 %{?dist }
3+ Release: 15 %{?dist }
44Summary: Objective CAML package manager and build helper
55License: BSD
66
77Vendor: Microsoft Corporation
88Distribution: Mariner
99URL: http://projects.camlcity.org/projects/findlib.html
1010Source0: http://download.camlcity.org/download/findlib-%{version }.tar.gz
11-
11+ Patch0: bytes-lib-detection.patch
1212BuildRequires: ocaml >= 4.02.0
1313# BuildRequires: ocaml-labltk-devel
1414BuildRequires: ocaml-ocamlbuild-devel
@@ -37,7 +37,7 @@ developing applications that use %{name}.
3737
3838
3939%prep
40- %setup -q -n findlib-%{version }
40+ %autosetup -p1 -n findlib-%{version }
4141
4242
4343%build
@@ -69,7 +69,8 @@ make install \
6969
7070
7171%files
72- %doc LICENSE doc/README
72+ %license LICENSE
73+ %doc doc/README
7374%config(noreplace) %{_sysconfdir }/ocamlfind.conf
7475%{_bindir }/*
7576%{_mandir }/man1/*
@@ -90,7 +91,7 @@ make install \
9091
9192
9293%files devel
93- %doc LICENSE doc/README doc/guide-html
94+ %doc doc/README doc/guide-html
9495%ifarch %{ocaml_native_compiler }
9596%{_libdir }/ocaml/findlib/* .a
9697%{_libdir }/ocaml/findlib/* .cmxa
@@ -100,6 +101,10 @@ make install \
100101
101102
102103%changelog
104+ *
Tue Jan 18 2022 Thomas Crain <[email protected] > -
1.8.1-15 105+ - Patch stdlib bytes library detection for ocaml 4.13
106+ - License verified
107+
103108*
Thu Oct 14 2021 Pawel Winogrodzki <[email protected] > -
1.8.1-14 104109- Switching to using full number for the 'Release' tag.
105110
0 commit comments