From 134cfb78fdcada2aca957089df68372a9bcabf2c80d3d5f93b0d642f02abce76 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 2 Oct 2019 18:00:00 +0000 Subject: [PATCH] - Move to github, use _service file OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=78 --- _service | 14 ++++++++++++++ findlib-1.8.1.tar.xz | 3 --- ocaml-findlib.changes | 5 +++++ ocaml-findlib.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 _service delete mode 100644 findlib-1.8.1.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..e41914a --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + https://github.com/ocaml/ocamlfind.git + git + 1.8.1 + findlib-1.8.1 + ocaml-findlib + + + *.tar + xz + + + diff --git a/findlib-1.8.1.tar.xz b/findlib-1.8.1.tar.xz deleted file mode 100644 index 72e79e0..0000000 --- a/findlib-1.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a34d0412b8bf34e08155fa4cdb635066d91de569fd644d2e26c00ee4768d81e6 -size 161420 diff --git a/ocaml-findlib.changes b/ocaml-findlib.changes index 7e99101..4f81be2 100644 --- a/ocaml-findlib.changes +++ b/ocaml-findlib.changes @@ -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 diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index dcf88fd..b237706 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -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)