From: Richard W.M. Jones <rjones@redhat.com> <"Richard W.M. Jones <rjones@redhat.com>">
Date: Mon, 7 Jul 2008 20:57:43 +0000 (+0100)
Subject: DON'T strip libraries - this corrupts them.
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d9581825fe5232372b44b2a09e22088f44261c6d;p=fedora-mingw.git

DON'T strip libraries - this corrupts them.
---

diff --git a/bootstrap/mingw-bootstrap.spec b/bootstrap/mingw-bootstrap.spec
index a3adc35..3af55fb 100644
--- a/bootstrap/mingw-bootstrap.spec
+++ b/bootstrap/mingw-bootstrap.spec
@@ -1,12 +1,14 @@
 # NOTE: NOT a Fedora package.  This contains binaries which are needed
 # just to bootstrap the whole system if you build everything from scratch.
 
+%define __os_install_post /usr/lib/rpm/brp-compress %{nil}
+
 %define runtime_version 3.14
 %define w32api_version 3.11
 
 Name:           mingw-bootstrap
 Version:        1
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW Windows bootstrap (binary package)
 
 Group:          Development/Libraries
@@ -57,5 +59,5 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon Jul  7 2008 Richard W.M. Jones <rjones@redhat.com> - 1-1
+* Mon Jul  7 2008 Richard W.M. Jones <rjones@redhat.com> - 1-3
 - Initial RPM release.