strip all dynlinked files not just shared objects (ghc-rpm-macros-0.5.9)

This commit is contained in:
Jens Petersen 2010-06-23 10:30:14 +00:00
parent d3940a51d0
commit aee0ea8fc1

View File

@ -26,7 +26,7 @@
Name: ghc Name: ghc
# break of haskell-platform-2010.1.0.0 # break of haskell-platform-2010.1.0.0
Version: 6.12.3 Version: 6.12.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Glasgow Haskell Compilation system Summary: Glasgow Haskell Compilation system
# fedora ghc has only been bootstrapped on the following archs: # fedora ghc has only been bootstrapped on the following archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha ExclusiveArch: %{ix86} x86_64 ppc alpha
@ -43,7 +43,7 @@ URL: http://haskell.org/ghc/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# introduced for f11 # introduced for f11
Obsoletes: haddock < 2.4.2-3, ghc-haddock-devel < 2.4.2-3 Obsoletes: haddock < 2.4.2-3, ghc-haddock-devel < 2.4.2-3
BuildRequires: ghc, happy, ghc-rpm-macros >= 0.5.8 BuildRequires: ghc, happy, ghc-rpm-macros >= 0.5.9
BuildRequires: gmp-devel, ncurses-devel BuildRequires: gmp-devel, ncurses-devel
Requires: gcc, gmp-devel Requires: gcc, gmp-devel
%if %{with shared} %if %{with shared}
@ -185,7 +185,7 @@ for i in hsc2hs runhaskell; do
fi fi
done done
%ghc_strip_shared %ghc_strip_dynlinked
%check %check
@ -285,6 +285,9 @@ fi
%endif %endif
%changelog %changelog
* Wed Jun 23 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-2
- strip all dynlinked files not just shared objects (ghc-rpm-macros-0.5.9)
* Mon Jun 14 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-1 * Mon Jun 14 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-1
- 6.12.3 - 6.12.3
- build with hscolour - build with hscolour