|
@@ -1,11 +1,15 @@
|
|
Summary: An unwinding library
|
|
Summary: An unwinding library
|
|
Name: libunwind
|
|
Name: libunwind
|
|
-Version: 0.98.6
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.0.1
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://savannah.nongnu.org/projects/libunwind
|
|
URL: http://savannah.nongnu.org/projects/libunwind
|
|
Source: http://download.savannah.nongnu.org/releases/libunwind/%{name}-%{version}.tar.gz
|
|
Source: http://download.savannah.nongnu.org/releases/libunwind/%{name}-%{version}.tar.gz
|
|
|
|
+Patch1: libunwind-disable-setjmp.patch
|
|
|
|
+Patch2: libunwind-install-ptrace.patch
|
|
|
|
+Patch3: libunwind-arm-register-rename.patch
|
|
|
|
+
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -17,7 +21,7 @@ Libunwind provides a C ABI to determine the call-chain of a program.
|
|
%package devel
|
|
%package devel
|
|
Summary: Development package for libunwind
|
|
Summary: Development package for libunwind
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
-Requires: libunwind = %{PACKAGE_VERSION}
|
|
|
|
|
|
+Requires: libunwind = %{version}-%{release}
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
The libunwind-devel package includes the libraries and header files for
|
|
The libunwind-devel package includes the libraries and header files for
|
|
@@ -25,6 +29,10 @@ libunwind.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch1 -p1
|
|
|
|
+%patch2 -p1
|
|
|
|
+%patch3 -p1 -b .arm
|
|
|
|
+
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-static --enable-shared
|
|
%configure --disable-static --enable-shared
|
|
@@ -57,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
|
|
|
|
+- update to 1.0.1
|
|
|
|
+
|
|
* Tue Dec 2 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.98.6-2
|
|
* Tue Dec 2 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.98.6-2
|
|
- ExclusiveArch set to %%{ix86} x86_64 ia64
|
|
- ExclusiveArch set to %%{ix86} x86_64 ia64
|
|
|
|
|