2004-09-09 07:46:33 +00:00
|
|
|
# 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 || :
|
|
|
|
Summary: An unwinding library for ia64.
|
|
|
|
Name: libunwind
|
|
|
|
# Latest libunwind release.
|
2004-09-09 07:48:07 +00:00
|
|
|
Version: 0.97
|
2004-11-10 20:10:29 +00:00
|
|
|
Release: 5
|
2004-09-09 07:46:33 +00:00
|
|
|
License: BSD
|
|
|
|
Group: Development/Debuggers
|
2004-09-09 07:48:07 +00:00
|
|
|
Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/libunwind-0.97.tar.gz
|
2004-09-09 07:46:33 +00:00
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
URL: http://www.hpl.hp.com/research/linux/libunwind/index.php4/
|
|
|
|
ExclusiveArch: ia64
|
|
|
|
|
|
|
|
BuildRequires: glibc gcc make tar gzip
|
|
|
|
Prereq: info
|
|
|
|
|
|
|
|
%description
|
|
|
|
Libunwind provides a C ABI to determine the call-chain of a program.
|
|
|
|
This version of libunwind is targetted for the ia64 platform.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
|
|
|
%preun
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING README NEWS
|
|
|
|
%{_mandir}/*/*
|
2004-09-09 07:48:12 +00:00
|
|
|
/usr/lib/libunwind*
|
2004-09-09 07:46:33 +00:00
|
|
|
/usr/include/*
|
|
|
|
|
|
|
|
%changelog
|
2004-11-10 20:10:29 +00:00
|
|
|
* Wed Nov 10 2004 Jeff Johnston <jjohnstn@redhat.com> 0.97.5
|
|
|
|
- Bump up release number
|
|
|
|
|
2004-11-10 19:38:59 +00:00
|
|
|
* Wed Nov 10 2004 Jeff Johnston <jjohnstn@redhat.com> 0.97.4
|
|
|
|
- Bump up release number
|
|
|
|
|
2004-09-09 07:48:12 +00:00
|
|
|
* Thu Aug 19 2004 Jeff Johnston <jjohnstn@redhat.com> 0.97.3
|
|
|
|
- Remove debug file from files list.
|
|
|
|
|
2004-09-09 07:48:07 +00:00
|
|
|
* Fri Aug 13 2004 Jeff Johnston <jjohnstn@redhat.com> 0.97.2
|
|
|
|
- Import version 0.97.
|
|
|
|
|
2004-09-09 07:47:57 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 07:47:38 +00:00
|
|
|
* Wed Jun 09 2004 Elena Zannoni <ezannoni@redhat.com> 0.96.4
|
|
|
|
- Bump release number.
|
|
|
|
|
|
|
|
* Mon Feb 23 2004 Elena Zannoni <ezannoni@redhat.com> 0.96.3
|
|
|
|
- Bump release number.
|
|
|
|
|
2004-09-09 07:47:12 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 07:47:01 +00:00
|
|
|
* Thu Jan 29 2004 Jeff Johnston <jjohnstn@redhat.com> 0.96.1
|
|
|
|
- Import version 0.96.
|
|
|
|
|
2004-09-09 07:46:52 +00:00
|
|
|
* Tue Jan 06 2004 Jeff Johnston <jjohnstn@redhat.com> 0.92.2
|
|
|
|
- Bump release number.
|
|
|
|
|
2004-09-09 07:46:33 +00:00
|
|
|
* Mon Oct 06 2003 Jeff Johnston <jjohnstn@redhat.com> 0.92.1
|
|
|
|
- Initial release
|
|
|
|
|