From d4bdd43cc9d875db207ec475e54e3dc9c8bd75ab9b646d9ae8d3334ad0e81eb5 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 4 Oct 2019 05:16:11 +0000 Subject: [PATCH] restore release tar with man pages OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=82 --- findlib-1.8.1.tar.xz | 3 +++ ocaml-findlib-1.8.1.tar.xz | 3 --- ocaml-findlib.spec | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 findlib-1.8.1.tar.xz delete mode 100644 ocaml-findlib-1.8.1.tar.xz diff --git a/findlib-1.8.1.tar.xz b/findlib-1.8.1.tar.xz new file mode 100644 index 0000000..72e79e0 --- /dev/null +++ b/findlib-1.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34d0412b8bf34e08155fa4cdb635066d91de569fd644d2e26c00ee4768d81e6 +size 161420 diff --git a/ocaml-findlib-1.8.1.tar.xz b/ocaml-findlib-1.8.1.tar.xz deleted file mode 100644 index 50e9b0e..0000000 --- a/ocaml-findlib-1.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff4746e82799e6a4007e04927d9456af0429040ea8a675306f7372d2cb940a81 -size 133764 diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 586365d..556855c 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -26,7 +26,7 @@ License: MIT Group: Development/Languages/OCaml Url: https://github.com/ocaml/ocamlfind -Source0: %{name}-%{version}.tar.xz +Source0: findlib-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build # Requires: ocaml-compiler-libs @@ -34,7 +34,6 @@ Requires: ocaml-runtime # Provides: ocamlfind = %{version} -BuildRequires: gawk BuildRequires: m4 BuildRequires: ncurses-devel BuildRequires: ocaml