- Remove /etc/ocamlfind.conf because it is not configuration
but built-in constants. OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=71
This commit is contained in:
parent
53c010464a
commit
9b379658cd
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 13:24:21 UTC 2019 - ohering@suse.de
|
||||
|
||||
- Remove /etc/ocamlfind.conf because it is not configuration
|
||||
but built-in constants.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 13:04:54 UTC 2017 - ohering@suse.de
|
||||
|
||||
|
@ -78,7 +78,7 @@ The ocaml-findlib-camlp4 contains signature files for developing applications th
|
||||
%build
|
||||
(cd tools/extract_args && make)
|
||||
tools/extract_args/extract_args -o src/findlib/ocaml_args.ml ocamlc ocamlcp ocamlmktop ocamlopt ocamldep ocamldoc ||:
|
||||
./configure -config %{_sysconfdir}/ocamlfind.conf \
|
||||
./configure -config %{_libdir}/ocaml/ocamlfind.conf \
|
||||
-bindir %{_bindir} \
|
||||
-sitelib `ocamlc -where` \
|
||||
-mandir %{_mandir} \
|
||||
@ -96,7 +96,7 @@ rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE doc/README
|
||||
%config(noreplace) %{_sysconfdir}/ocamlfind.conf
|
||||
%{_libdir}/ocaml/ocamlfind.conf
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man?/*
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user