git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d958182
)
DON'T strip libraries - this corrupts them.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 7 Jul 2008 20:58:06 +0000
(21:58 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 7 Jul 2008 20:58:06 +0000
(21:58 +0100)
gcc/mingw-gcc.spec
patch
|
blob
|
history
diff --git
a/gcc/mingw-gcc.spec
b/gcc/mingw-gcc.spec
index
05c585b
..
63691f7
100644
(file)
--- a/
gcc/mingw-gcc.spec
+++ b/
gcc/mingw-gcc.spec
@@
-1,6
+1,8
@@
+%define __os_install_post /usr/lib/rpm/brp-compress %{nil}
+
Name: mingw-gcc
Version: 4.3.1
-Release:
1
%{?dist}
+Release:
3
%{?dist}
Summary: MinGW Windows cross-compiler (GCC) for C and C++
License: GPLv2+
@@
-94,5
+96,5
@@
rm -rf $RPM_BUILD_ROOT
%changelog
-* Mon Jul 7 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.1-
1
+* Mon Jul 7 2008 Richard W.M. Jones <rjones@redhat.com> - 4.3.1-
3
- Initial RPM release, largely based on earlier work from several sources.