[mingw-nsis] Use %global instead of %define in spec file.

Richard W.M. Jones rjones at fedoraproject.org
Mon Nov 18 16:21:57 UTC 2013


commit 50b1e5ac133eaf6151efb5ab2f2b40746fcd1a77
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Nov 18 16:22:06 2013 +0000

    Use %global instead of %define in spec file.

 mingw-nsis.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mingw-nsis.spec b/mingw-nsis.spec
index f31396f..718f713 100644
--- a/mingw-nsis.spec
+++ b/mingw-nsis.spec
@@ -1,5 +1,5 @@
-%define sconsopts VERSION=%{version} PREFIX=%{_prefix} PREFIX_CONF=%{_sysconfdir} SKIPUTILS='NSIS Menu' STRIP_CP=false
-%define _default_patch_fuzz 2
+%global sconsopts VERSION=%{version} PREFIX=%{_prefix} PREFIX_CONF=%{_sysconfdir} SKIPUTILS='NSIS Menu' STRIP_CP=false
+%global _default_patch_fuzz 2
 
 Name:           mingw-nsis
 Version:        2.46


More information about the scm-commits mailing list