From af05b9cec4e4df5ad2ff924814bf86a4e6263287 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 1 Mar 2015 10:51:06 +0000 Subject: [PATCH] - no debug package either when no opt - rel 8 --- ocaml-findlib.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 22770b5..7ab247e 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -8,6 +8,8 @@ %if !%{with opt} %define no_install_post_strip 1 +# debug package strips binaries which renders ocamlfind broken +%define _enable_debug_packages 0 %endif %define ocaml_ver 1:4.02 @@ -15,7 +17,7 @@ Summary: OCaml module manager Summary(pl.UTF-8): Zarządca modułów OCamla Name: ocaml-findlib Version: 1.5.5 -Release: 7 +Release: 8 License: distributable Group: Development/Tools Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz -- 2.43.0