|
|
@ -4,13 +4,14 @@
|
|
|
|
Summary: An unwinding library
|
|
|
|
Summary: An unwinding library
|
|
|
|
Name: libunwind
|
|
|
|
Name: libunwind
|
|
|
|
Version: 1.1
|
|
|
|
Version: 1.1
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
Group: Development/Debuggers
|
|
|
|
Group: Development/Debuggers
|
|
|
|
Source: http://download.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz
|
|
|
|
Source: http://download.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz
|
|
|
|
#Fedora specific patch
|
|
|
|
#Fedora specific patch
|
|
|
|
Patch1: libunwind-disable-setjmp.patch
|
|
|
|
Patch1: libunwind-disable-setjmp.patch
|
|
|
|
Patch2: libunwind-aarch64.patch
|
|
|
|
Patch2: libunwind-aarch64.patch
|
|
|
|
|
|
|
|
Patch3: libunwind-fix-ppc64_test_altivec.patch
|
|
|
|
URL: http://savannah.nongnu.org/projects/libunwind
|
|
|
|
URL: http://savannah.nongnu.org/projects/libunwind
|
|
|
|
ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc ppc64 %{ix86} x86_64
|
|
|
|
ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc ppc64 %{ix86} x86_64
|
|
|
|
|
|
|
|
|
|
|
@ -35,6 +36,7 @@ libunwind.
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch1 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
aclocal
|
|
|
|
aclocal
|
|
|
@ -86,6 +88,10 @@ echo ====================TESTSUITE DISABLED=========================
|
|
|
|
%{_includedir}/libunwind*.h
|
|
|
|
%{_includedir}/libunwind*.h
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jan 20 2014 Kyle McMartin <kmcmarti@redhat.com> 1.1-4
|
|
|
|
|
|
|
|
- Link test_ppc64_altivec against libunwind in tests/Makefile.am to fix build
|
|
|
|
|
|
|
|
on ppc64.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|