[mingw-spice-protocol: 14/14] Use mingw macros without leading underscore

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:44:42 UTC 2012


commit f292598ef8a7403bde52288970e02a0d4ea231fc
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 19:42:06 2012 +0200

    Use mingw macros without leading underscore

 mingw-spice-protocol.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/mingw-spice-protocol.spec b/mingw-spice-protocol.spec
index 6e873ab..7e53a04 100644
--- a/mingw-spice-protocol.spec
+++ b/mingw-spice-protocol.spec
@@ -1,5 +1,5 @@
-%global __strip %{_mingw32_strip}
-%global __objdump %{_mingw32_objdump}
+%global __strip %{mingw32_strip}
+%global __objdump %{mingw32_objdump}
 
 Name:           mingw-spice-protocol
 Version:        0.8.0
@@ -31,7 +31,7 @@ and the para-virtual graphics card QXL.
 %setup -q -n spice-protocol-%{version}
 
 %build
-%{_mingw32_configure}
+%{mingw32_configure}
 make
 
 %install
@@ -39,13 +39,14 @@ make DESTDIR=%{buildroot} install
 
 %files -n mingw32-spice-protocol
 %doc COPYING NEWS
-%{_mingw32_includedir}/spice-1
-%{_mingw32_datadir}/pkgconfig/spice-protocol.pc
+%{mingw32_includedir}/spice-1
+%{mingw32_datadir}/pkgconfig/spice-protocol.pc
 
 %changelog
 * Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 0.8.0-4
 - Renamed the source package to mingw-spice-protocol (#801030)
 - Modernize the spec file
+- Use mingw macros without leading underscore
 
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.8.0-3
 - Rebuild against the mingw-w64 toolchain


More information about the scm-commits mailing list