summaryrefslogtreecommitdiff
path: root/elfutils.spec
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils.spec')
-rw-r--r--elfutils.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/elfutils.spec b/elfutils.spec
index ea42be65..c22ba694 100644
--- a/elfutils.spec
+++ b/elfutils.spec
@@ -1,11 +1,12 @@
Name: elfutils
-Version: 0.97
+Version: 0.108
Release: alt1
Summary: A collection of utilities and DSOs to handle compiled objects
License: OSL
Group: Development/C
-Source: elfutils-%version.tar.bz2
+Source: %name-%version.tar.bz2
+Patch: %name-rh-portability.patch
Requires: libelf = %version-%release
%define gpl 0
@@ -71,10 +72,10 @@ object file format, so you can see the different sections of an ELF file.
%prep
%setup -q
+%patch -p1
+%__subst -p 's/ -Werror / /' tests/Makefile*
%build
-%{?_disable_static:export lt_cv_prog_cc_static_works=no}
-%{?_enable_static:export lt_cv_prog_cc_static_works=yes}
%__rm -rf %buildtarget
mkdir %buildtarget
pushd %buildtarget
@@ -98,7 +99,9 @@ popd
%if %gpl
%doc fake-src/FULL
%endif
+%_bindir/eu-addr2line
%_bindir/eu-elflint
+%_bindir/eu-findtextrel
%_bindir/eu-nm
%_bindir/eu-readelf
%_bindir/eu-size
@@ -131,6 +134,9 @@ popd
%_includedir/nlist.h
%changelog
+* Fri May 27 2005 Dmitry V. Levin <ldv@altlinux.org> 0.108-alt1
+- Updated to 0.108.
+
* Thu Nov 11 2004 Dmitry V. Levin <ldv@altlinux.org> 0.97-alt1
- Built for ALT Linux.