From 2448db21924a0db7081ba9f1ccd6bb867e006deb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 1 Mar 2015 10:39:34 +0000 Subject: [PATCH] - reverse condition - rel 7 --- ocaml-findlib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index cc815ea..22770b5 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -6,7 +6,7 @@ %undefine with_opt %endif -%if %{without opt} +%if !%{with opt} %define no_install_post_strip 1 %endif @@ -15,7 +15,7 @@ Summary: OCaml module manager Summary(pl.UTF-8): Zarządca modułów OCamla Name: ocaml-findlib Version: 1.5.5 -Release: 6 +Release: 7 License: distributable Group: Development/Tools Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz -- 2.43.0