From 3fe0a80c95d089506d473231286c5c92d3007a6b Mon Sep 17 00:00:00 2001 From: drepper Date: Fri, 2 Jul 2010 13:58:45 -0700 Subject: [PATCH] Update .spec file. --- config/ChangeLog | 5 +++++ config/elfutils.spec.in | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/config/ChangeLog b/config/ChangeLog index 04aa9e8..a9992c8 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2010-07-02 Ulrich Drepper + + * elfutils.spec.in: Add more BuildRequires. + Ship the .mo files with the libelf subpackage. + 2010-04-15 Roland McGrath * eu.am (DEFS): Add -DLOCALEDIR=... here. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index ab764df..51b2eee 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -19,6 +19,10 @@ BuildRequires: bison >= 1.875 BuildRequires: flex >= 2.5.4a BuildRequires: bzip2 BuildRequires: m4 +BuildRequires: gettext +BuildRequires: zlib-devel +BuildRequires: bzip2-devel +BuildRequires: xz-devel %define _gnu %{nil} %define _programprefix eu- @@ -170,6 +174,7 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(-,root,root) %{_libdir}/libelf-%{version}.so %{_libdir}/libelf.so.* +%{_datadir}/locale/*/LC_MESSAGES/elfutils.mo %files libelf-devel %defattr(-,root,root) -- 2.7.4