Author: lkrotowski Date: Mon Aug 11 21:35:25 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.98.6 - autotools - removed merged to mainline patch
---- Files affected: SPECS: libunwind.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/libunwind.spec diff -u SPECS/libunwind.spec:1.10 SPECS/libunwind.spec:1.11 --- SPECS/libunwind.spec:1.10 Tue Feb 13 07:46:52 2007 +++ SPECS/libunwind.spec Mon Aug 11 23:35:20 2008 @@ -2,17 +2,19 @@ Summary: libunwind - a (mostly) platform-independent unwind API Summary(pl.UTF-8): libunwind - (prawie) niezależne od platformy API do rozwijania Name: libunwind -Version: 0.98.5 +Version: 0.98.6 Release: 1 License: MIT Group: Libraries -Source0: ftp://ftp.hpl.hp.com/pub/linux-ia64/%{name}-%{version}.tar.gz -# Source0-md5: a145a46003930b6382a11b125eef4cb4 -Patch0: %{name}-gcc4.patch -URL: http://www.hpl.hp.com/research/linux/libunwind/ +Source0: http://download.savannah.gnu.org/releases/libunwind/%{name}-%{version}.tar.gz +# Source0-md5: dbe360f4ffabfbaf937dccf2b383fff9 +URL: http://www.nongnu.org/libunwind/ +BuildRequires: autoconf +BuildRequires: automake %ifarch %{x8664} BuildRequires: binutils >= 2:2.15.94.0.2.2 %endif +BuildRequires: libtool BuildRequires: rpmbuild(macros) >= 1.213 ExclusiveArch: %{ix86} %{x8664} hppa ia64 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -52,9 +54,12 @@ %prep %setup -q -%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} @@ -92,6 +97,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2008/08/11 21:35:20 lkrotowski +- up to 0.98.6 +- autotools +- removed merged to mainline patch + Revision 1.10 2007/02/13 06:46:52 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libunwind.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
