From 63fcff8bdb18a15a80e28f6bcfc6d6ad89fdc7be Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 22 Apr 2007 13:30:46 +0000 Subject: [PATCH] - Require conflict with gdb < gdb-6.6-9 as it would not find `libunwind.so'. - Fixed (unused - commented) rule for a RPM build with embedded debug info. --- libunwind.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libunwind.spec b/libunwind.spec index 9e57d9d..388d2b9 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -1,13 +1,14 @@ # Define this if you want to skip the strip step and preserve debug info. # Useful for testing. -#define __spec_install_post /usr/lib/rpm/brp-compress || : +#define __debug_install_post : > %{_builddir}/%{?buildsubdir}/debugfiles.list + Summary: An unwinding library Name: libunwind # Latest libunwind release. Version: 0.99 %define frysksnap 20070405cvs %define upstreamsnap 070224 -Release: 0.1.frysk%{frysksnap}%{?dist} +Release: 0.2.frysk%{frysksnap}%{?dist} License: BSD Group: Development/Debuggers Source: http://download.savannah.nongnu.org/releases/libunwind/libunwind-snap-%{upstreamsnap}.tar.gz @@ -18,6 +19,7 @@ ExclusiveArch: ia64 x86_64 i386 ppc64 BuildRequires: glibc gcc make tar gzip BuildRequires: automake libtool autoconf +Conflicts: gdb < 6.6-9 %description Libunwind provides a C ABI to determine the call-chain of a program. @@ -75,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Sun Apr 22 2007 Jan Kratochvil - 0.99-0.2.frysk20070405cvs +- Require conflict with gdb < gdb-6.6-9 as it would not find `libunwind.so'. +- Fixed (unused - commented) rule for a RPM build with embedded debug info. + * Thu Apr 5 2007 Jan Kratochvil - 0.99-0.1.frysk20070405cvs - Update to the upstream snapshot snap-070224. - Use the Frysk's modified version, currently snapshot 20070405cvs.