From cc8cf6e9ec7d294a3a17e34a8d63f06bfa81b30dd154bc7d88b2c095a65e81a4 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 25 Jul 2017 08:41:16 +0000 Subject: [PATCH] simpler variant of ocaml_preserve_bytecode usage (SR#511780) OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-libvirt?expand=0&rev=21 --- ocaml-libvirt.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index 96feac3..a3cb1a5 100644 --- a/ocaml-libvirt.spec +++ b/ocaml-libvirt.spec @@ -19,9 +19,7 @@ Name: ocaml-libvirt Version: 0.6.1.4.20160205.8853f5a Release: 0 -%if %{defined ocaml_preserve_bytecode} -%{ocaml_preserve_bytecode} -%endif +%{?ocaml_preserve_bytecode} Summary: OCaml binding for libvirt License: LGPL-2.0+ Group: Development/Libraries/Other