forked from pool/ocaml-findlib
- Update to version 1.9.3 * Fixes another build problem regarding OCaml-5.00 OBS-URL: https://build.opensuse.org/request/show/978076 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=100
19 lines
756 B
Plaintext
19 lines
756 B
Plaintext
<services>
|
|
<!-- Currently only the release tarball contains the built man pages,
|
|
generating them from source requires tools not available on OBS
|
|
-->
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/ocaml/ocamlfind.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">findlib-(.*)</param>
|
|
<param name="revision">6c8438c13b68e5cbc48ea558906046e38a7f8d72</param>
|
|
<param name="filename">ocaml-findlib</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|