Use %global instead of %define in spec file (thanks Michael Scherer).
[whenjobs.git] / 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@