- Require current ocaml-rpm-macros
- Remove unused dependency to ocamlbuild in preparation of ocamlbuild removal OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=88
This commit is contained in:
parent
0d260cbc0b
commit
5ee9cb1340
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de
|
||||||
|
|
||||||
|
- Require current ocaml-rpm-macros
|
||||||
|
- Remove unused dependency to ocamlbuild in preparation of ocamlbuild removal
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de
|
Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -36,9 +36,8 @@ Provides: ocamlfind = %{version}
|
|||||||
BuildRequires: m4
|
BuildRequires: m4
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-ocamlbuild
|
|
||||||
BuildRequires: ocaml-ocamldoc
|
BuildRequires: ocaml-ocamldoc
|
||||||
BuildRequires: ocaml-rpm-macros >= 20191101
|
BuildRequires: ocaml-rpm-macros >= 20200220
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Findlib is a library manager for Objective Caml. It provides a
|
Findlib is a library manager for Objective Caml. It provides a
|
||||||
@ -65,9 +64,9 @@ for developing applications that use ocaml-findlib.
|
|||||||
rm -rfv site-lib-src
|
rm -rfv site-lib-src
|
||||||
(cd tools/extract_args && make)
|
(cd tools/extract_args && make)
|
||||||
tools/extract_args/extract_args -o src/findlib/ocaml_args.ml ocamlc ocamlcp ocamlmktop ocamlopt ocamldep ocamldoc ||:
|
tools/extract_args/extract_args -o src/findlib/ocaml_args.ml ocamlc ocamlcp ocamlmktop ocamlopt ocamldep ocamldoc ||:
|
||||||
./configure -config %{_libdir}/ocaml/ocamlfind.conf \
|
./configure -config %{ocaml_standard_library}/ocamlfind.conf \
|
||||||
-bindir %{_bindir} \
|
-bindir %{_bindir} \
|
||||||
-sitelib `ocamlc -where` \
|
-sitelib '%{ocaml_standard_library}' \
|
||||||
-mandir %{_mandir} \
|
-mandir %{_mandir} \
|
||||||
-with-toolbox
|
-with-toolbox
|
||||||
make all
|
make all
|
||||||
@ -78,17 +77,17 @@ rm -fv doc/guide-html/TIMESTAMP
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install prefix=%{buildroot}
|
make install prefix=%{buildroot}
|
||||||
rm -rfv %{buildroot}%{_libdir}/ocaml/ocamlbuild
|
rm -rfv %{buildroot}%{ocaml_standard_library}/ocamlbuild
|
||||||
%ocaml_create_file_list
|
%ocaml_create_file_list
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%{_libdir}/ocaml/ocamlfind.conf
|
%{ocaml_standard_library}/ocamlfind.conf
|
||||||
%{_libdir}/ocaml/topfind
|
%{ocaml_standard_library}/topfind
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
#
|
#
|
||||||
|
|
||||||
%files devel -f %{name}.files.devel
|
%files devel -f %{name}.files.devel
|
||||||
%{_libdir}/ocaml/*/Makefile.config
|
%{ocaml_standard_library}/*/Makefile.config
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user