auto-import changelog data from libunwind-0.92-1.src.rpm

Mon Oct 06 2003 Jeff Johnston <jjohnstn@redhat.com> 0.92.1
- Initial release
This commit is contained in:
cvsdist 2004-09-09 07:46:33 +00:00
parent cb5ced5fe6
commit c09494ace2
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1 @@
libunwind-0.92.tar.gz

49
libunwind.spec Normal file
View File

@ -0,0 +1,49 @@
# 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.
Version: 0.92
Release: 1
License: BSD
Group: Development/Debuggers
Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/libunwind-0.92.tar.gz
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}/*/*
/usr/lib/*
/usr/include/*
%changelog
* Mon Oct 06 2003 Jeff Johnston <jjohnstn@redhat.com> 0.92.1
- Initial release

View File

@ -0,0 +1 @@
8e9da2cd4c29ff4a055a54593392660e libunwind-0.92.tar.gz