From d9581825fe5232372b44b2a09e22088f44261c6d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] DON'T strip libraries - this corrupts them. --- bootstrap/mingw-bootstrap.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 - 1-1 +* Mon Jul 7 2008 Richard W.M. Jones - 1-3 - Initial RPM release. -- 1.8.3.1