[mingw-libzip] Removed some unneeded curly braces

Erik van Pienbroek epienbro at fedoraproject.org
Sat Dec 8 15:25:58 UTC 2012


commit 48ba6332f883966dd56eed176e4e3057747f09f9
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Dec 8 16:25:49 2012 +0100

    Removed some unneeded curly braces

 mingw-libzip.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mingw-libzip.spec b/mingw-libzip.spec
index ef2bc5f..32dead1 100644
--- a/mingw-libzip.spec
+++ b/mingw-libzip.spec
@@ -58,12 +58,12 @@ The API is documented by man pages.
 autoreconf --install --force
 
 %build
-%{mingw_configure} --disable-static
-%{mingw_make} %{?_smp_mflags}
+%mingw_configure --disable-static
+%mingw_make %{?_smp_mflags}
 
 
 %install
-%{mingw_make_install} DESTDIR=$RPM_BUILD_ROOT
+%mingw_make_install DESTDIR=$RPM_BUILD_ROOT
 
 #Remove files we don't need
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


More information about the scm-commits mailing list