From ea28f8eebc4d8434e7e66d62b769d747656d27ae Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 22 Mar 2012 08:32:01 +0000 Subject: [PATCH] Use %global instead of %define in spec file (thanks Michael Scherer). --- whenjobs.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whenjobs.spec.in b/whenjobs.spec.in index 2fb2fb3..2cc38ae 100644 --- a/whenjobs.spec.in +++ b/whenjobs.spec.in @@ -1,5 +1,5 @@ -%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) -%define debug_package %{nil} +%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) +%global debug_package %{nil} Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ -- 1.8.3.1