summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2009-12-18 00:34:41 +0000
committerDmitry V. Levin <ldv@altlinux.org>2009-12-18 03:00:08 +0000
commit09462e1fa345262251778b56f86649a0d033d707 (patch)
tree2da6b892de38148279da08a05b55eeadadfb0458
parent6194b86980df485a2d5e545e01473a54400d3d25 (diff)
downloadelfutils-09462e1fa345262251778b56f86649a0d033d707.tar.gz
0.143-alt10.143-alt1
- Updated to 0.143. - Moved "make check" to %check section.
-rw-r--r--elfutils.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/elfutils.spec b/elfutils.spec
index 2daac93f..082ff33c 100644
--- a/elfutils.spec
+++ b/elfutils.spec
@@ -1,5 +1,5 @@
Name: elfutils
-Version: 0.141
+Version: 0.143
Release: alt1
Summary: A collection of utilities and DSOs to handle compiled objects
@@ -20,7 +20,7 @@ Requires: libelf = %version-%release
%def_enable static
%def_disable check
-BuildRequires: flex
+BuildRequires: bzlib-devel flex liblzma-devel zlib-devel
%{?_enable_check:BuildRequires: /proc}
%define _gnu %nil
@@ -105,7 +105,7 @@ cd %buildtarget
%make_build
%check
-LD_LIBRARY_PATH=../libasm:../libcpu:../libdw:../libebl:../libelf make -k check -C %buildtarget
+LD_LIBRARY_PATH=%buildroot%_libdir make -k check -C %buildtarget
%install
mkdir -p %buildroot%prefix
@@ -160,6 +160,10 @@ mkdir -p %buildroot%prefix
%endif
%changelog
+* Fri Dec 18 2009 Dmitry V. Levin <ldv@altlinux.org> 0.143-alt1
+- Updated to 0.143.
+- Moved "make check" to %%check section.
+
* Tue Jun 02 2009 Dmitry V. Levin <ldv@altlinux.org> 0.141-alt1
- Updated to 0.141.