- Move to github, use _service file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=78
This commit is contained in:
Olaf Hering 2019-10-02 18:00:00 +00:00 committed by Git OBS Bridge
parent fb24c0bd93
commit 134cfb78fd
4 changed files with 22 additions and 6 deletions

14
_service Normal file
View File

@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/ocaml/ocamlfind.git</param>
<param name="scm">git</param>
<param name="versionformat">1.8.1</param>
<param name="revision">findlib-1.8.1</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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a34d0412b8bf34e08155fa4cdb635066d91de569fd644d2e26c00ee4768d81e6
size 161420

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 2 17:59:21 UTC 2019 - ohering@suse.de
- Move to github, use _service file
-------------------------------------------------------------------
Mon Sep 23 16:35:39 UTC 2019 - ohering@suse.de

View File

@ -25,8 +25,8 @@ Summary: Objective CAML package manager and build helper
License: MIT
Group: Development/Languages/OCaml
Url: http://projects.camlcity.org/projects/findlib.html
Source0: findlib-%{version}.tar.xz
Url: https://github.com/ocaml/ocamlfind
Source0: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
Requires: ocaml-compiler-libs
@ -69,7 +69,7 @@ Requires: ocaml-camlp4-devel
The ocaml-findlib-camlp4 contains signature files for developing applications that use camlp4
%prep
%setup -q -n findlib-%{version}
%autosetup -p1
%build
(cd tools/extract_args && make)