Compare commits

...

12 Commits
rawhide ... f11

Author SHA1 Message Date
Fedora Release Engineering 6323666643 dist-git conversion 2010-07-28 21:48:14 +00:00
Bill Nottingham c193901556 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:54:55 +00:00
Jan Kratochvil 9ef780f5d2 - Fix the ia64 variant of GetIPInfo() (BZ 480412). 2009-04-30 11:17:38 +00:00
Jesse Keating 250a6a479f Initialize branch F-11 for libunwind 2009-04-15 07:15:05 +00:00
Jan Kratochvil 6698c856fe - Rebase the package on the upstream variant:
http://www.nongnu.org/libunwind/
- Drop the patch libunwind-snap-070224-frysk20070405cvs.patch as even
    frysk-0.4-8.fc11 still has this library bundled statically.
- Disable the testsuite by default during the build.
- It should be run separately as it crashes some ia64 kernels.
- Drop the patch libunwind-snap-070224-orphanripper.patch.
- Drop the patch libunwind-snap-070224-dprintf-vs-stdio.h as no longer
    needed.
- Drop libunwind-snap-070224-multilib-rh342451.patch as accepted upstream.
- Fix and enable ppc (ppc32) arch.
2009-04-13 20:44:57 +00:00
Jan Kratochvil 26093e7584 - Fix .spec ExclusiveArch from i386 to %{ix86}.
- Remove `BuildRequires: glibc gcc make tar gzip' - minimum build
    environment.
2009-03-03 17:45:21 +00:00
Jesse Keating 850797cbdb - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 19:39:12 +00:00
Jan Kratochvil f9370ddb7c - Fix build error due to a `dprintf' conflict on recent glibc.
- New rpmbuild parameter: --without check
2008-09-22 00:24:40 +00:00
Jan Kratochvil db2876265f - Fix the multilib conflicts (BZ 342451). 2008-02-24 06:31:44 +00:00
Jan Kratochvil 7f612515b8 - Abort the possibly hung up testcases after 120 seconds (BZ 427850, BZ
434147).
2008-02-24 04:55:53 +00:00
Jesse Keating 42ed88a006 - Autorebuild for GCC 4.3 2008-02-19 06:26:26 +00:00
Bill Nottingham a75fedab46 makefile update to properly grab makefile.common 2007-10-15 19:04:48 +00:00
7 changed files with 58 additions and 49969 deletions

View File

@ -1 +0,0 @@
libunwind-snap-070224.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
libunwind-20090430betagit4b8404d1.tar.bz2

View File

@ -1,6 +0,0 @@
# Makefile for source rpm: libunwind
# $Id$
NAME := libunwind
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View File

@ -1,49 +0,0 @@
#! /usr/bin/perl
# $Id$
use strict;
use warnings;
sub readfile($)
{
my($filename)=@_;
local *F;
open F,$filename or die "open \"$filename\": $!";
my $F=do { local $/; <F>; } or die "read \"$filename\": $!";
close F or die "close \"$filename\": $!";
return $F;
}
sub writefile($$)
{
my($filename,$content)=@_;
local *F;
open F,">".$filename or die "create \"$filename\": $!";
print F $content or die "write \"$filename\": $!";
close F or die "close \"$filename\": $!";
}
my $spec=readfile "./libunwind.spec";
sub define_get($)
{
my($name)=@_;
my $r=($spec=~/^[%]define\s+\Q$name\E\s+(\S+)\s*$/m)[0] or die $name;
return $r;
}
my $frysksnap=define_get "frysksnap";
my $upstreamsnap=define_get "upstreamsnap";
my $patch="./libunwind-snap-${upstreamsnap}-frysk${frysksnap}.patch";
die $patch if !-e $patch;
my $content=readfile 'cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/frysk'." rdiff -ko -r libunwind-20$upstreamsnap -r libunwind-0_99-0_1_frysk$frysksnap -u frysk-imports/libunwind|";
1 while $content=~s{^([^-+].*|--- |\Q+++\E )frysk-imports/(libunwind/)}{$1$2}mg;
writefile $patch,$content;
print "OK\n";

File diff suppressed because it is too large Load Diff

View File

@ -1,26 +1,27 @@
# rpmbuild parameters:
# --without check: Do not run the testsuite. Default is to run it.
# Define this if you want to skip the strip step and preserve debug info.
# Useful for testing.
#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.2.frysk%{frysksnap}%{?dist}
%define snapshot 20090430betagit4b8404d1
Release: 0.10.%{snapshot}%{?dist}
License: BSD
Group: Development/Debuggers
Source: http://download.savannah.nongnu.org/releases/libunwind/libunwind-snap-%{upstreamsnap}.tar.gz
Patch1: libunwind-snap-%{upstreamsnap}-frysk%{frysksnap}.patch
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Source: libunwind-%{snapshot}.tar.bz2
URL: http://savannah.nongnu.org/projects/libunwind
ExclusiveArch: ia64 x86_64 i386 ppc64
ExclusiveArch: arm hppa ia64 mips ppc ppc64 %{ix86} x86_64
BuildRequires: glibc gcc make tar gzip
BuildRequires: automake libtool autoconf
Conflicts: gdb < 6.6-9
# host != target would cause REMOTE_ONLY build even if building i386 on x86_64.
%define _host %{_target_platform}
%description
Libunwind provides a C ABI to determine the call-chain of a program.
This version of libunwind is targetted for the ia64 platform.
@ -34,17 +35,11 @@ The libunwind-devel package includes the libraries and header files for
libunwind.
%prep
%setup -q -n %{name}-%{version}-alpha
%patch1 -p1 -E
# New files from Patch1:
chmod +x tests/run-ptrace-stepper
chmod +x tests/run-ptrace-signull
%setup -q -n libunwind-%{snapshot}
%build
mkdir -p config
aclocal
libtoolize
libtoolize --force
autoheader
automake --add-missing
autoconf
@ -53,10 +48,16 @@ make
%install
%makeinstall
rm -f $RPM_BUILD_ROOT/%{_libdir}/libunwind*.la
rm -f $RPM_BUILD_ROOT/%{_libdir}/libunwind*.{la,a}
%check
%if 0%{?_with_check:1} || 0%{?_with_testsuite:1}
echo ====================TESTING=========================
make check || true
echo ====================TESTING END=====================
%else
echo ====================TESTSUITE DISABLED=========================
%endif
%clean
rm -rf $RPM_BUILD_ROOT
@ -74,9 +75,45 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%{_libdir}/libunwind*.so
%{_mandir}/*/*
%{_includedir}/*
# <unwind.h> does not get installed for REMOTE_ONLY targets - check it.
%{_includedir}/unwind.h
%{_includedir}/libunwind*.h
%changelog
* Thu Apr 30 2009 Jan Kratochvil <jan.kratochvil@redhat.com> - 0.99-0.10.20090430betagit4b8404d1
- Fix the ia64 variant of GetIPInfo() (BZ 480412).
* Mon Apr 13 2009 Jan Kratochvil <jan.kratochvil@redhat.com> - 0.99-0.9.20090413betagitb483ea3f
- Rebase the package on the upstream variant: http://www.nongnu.org/libunwind/
- Drop the patch libunwind-snap-070224-frysk20070405cvs.patch
as even frysk-0.4-8.fc11 still has this library bundled statically.
- Disable the testsuite by default during the build.
- It should be run separately as it crashes some ia64 kernels.
- Drop the patch libunwind-snap-070224-orphanripper.patch.
- Drop the patch libunwind-snap-070224-dprintf-vs-stdio.h as no longer needed.
- Drop libunwind-snap-070224-multilib-rh342451.patch as accepted upstream.
- Fix and enable ppc (ppc32) arch.
* Tue Mar 3 2009 Jan Kratochvil <jan.kratochvil@redhat.com> - 0.99-0.8.frysk20070405cvs
- Fix .spec ExclusiveArch from i386 to %%{ix86}.
- Remove `BuildRequires: glibc gcc make tar gzip' - minimum build environment.
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.7.frysk20070405cvs
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Sep 22 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 0.99-0.6.frysk20070405cvs
- Fix build error due to a `dprintf' conflict on recent glibc.
- New rpmbuild parameter: --without check
* Sun Feb 24 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 0.99-0.5.frysk20070405cvs
- Fix the multilib conflicts (BZ 342451).
* Sun Feb 24 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 0.99-0.4.frysk20070405cvs
- Abort the possibly hung up testcases after 120 seconds (BZ 427850, BZ 434147).
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99-0.3.frysk20070405cvs
- Autorebuild for GCC 4.3
* Sun Apr 22 2007 Jan Kratochvil <jan.kratochvil@redhat.com> - 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.

View File

@ -1 +1 @@
679af461131997a5200af8b327f0c44b libunwind-snap-070224.tar.gz
7d20011477a76b9b395c8fb17556c9ab libunwind-20090430betagit4b8404d1.tar.bz2