Use %global instead of %define in spec file (thanks Michael Scherer).
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 22 Mar 2012 08:32:01 +0000 (08:32 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 22 Mar 2012 08:32:01 +0000 (08:32 +0000)
whenjobs.spec.in

index 2fb2fb3..2cc38ae 100644 (file)
@@ -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@
 
 Name:            @PACKAGE_NAME@
 Version:         @PACKAGE_VERSION@