From c09494ace2cb81b88b3ff56c8a699412d57d732e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 07:46:33 +0000 Subject: auto-import changelog data from libunwind-0.92-1.src.rpm Mon Oct 06 2003 Jeff Johnston 0.92.1 - Initial release --- diff --git a/.cvsignore b/.cvsignore index e69de29..a1ad045 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libunwind-0.92.tar.gz diff --git a/libunwind.spec b/libunwind.spec new file mode 100644 index 0000000..8833781 --- /dev/null +++ b/libunwind.spec @@ -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 0.92.1 +- Initial release + diff --git a/sources b/sources index e69de29..725f852 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +8e9da2cd4c29ff4a055a54593392660e libunwind-0.92.tar.gz