[mingw-pango] Simplify the use of mingw macros

Kalev Lember kalev at fedoraproject.org
Wed Mar 28 10:50:16 UTC 2012


commit a0ddd4ea2735b474958a3311e02100712b56c1e0
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 28 13:44:03 2012 +0300

    Simplify the use of mingw macros

 mingw-pango.spec |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/mingw-pango.spec b/mingw-pango.spec
index febf98a..ab3a5a5 100644
--- a/mingw-pango.spec
+++ b/mingw-pango.spec
@@ -1,8 +1,5 @@
 %?mingw_package_header
 
-%global mingw_build_win32 1
-%global mingw_build_win64 1
-
 Name:           mingw-pango
 Version:        1.29.5
 Release:        4%{?dist}
@@ -109,7 +106,7 @@ Static version of the MinGW Windows Pango library.
 
 
 %install
-%mingw_make_install DESTDIR=$RPM_BUILD_ROOT
+%mingw_make install DESTDIR=$RPM_BUILD_ROOT
 
 mkdir -p $RPM_BUILD_ROOT%{mingw32_sysconfdir}/pango/
 mkdir -p $RPM_BUILD_ROOT%{mingw64_sysconfdir}/pango/


More information about the scm-commits mailing list