diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/elfutils.spec.in | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 04aa9e8d..a9992c8d 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2010-07-02 Ulrich Drepper <[email protected]> + + * elfutils.spec.in: Add more BuildRequires. + Ship the .mo files with the libelf subpackage. + 2010-04-15 Roland McGrath <[email protected]> * eu.am (DEFS): Add -DLOCALEDIR=... here. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index ab764dfc..51b2eeef 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) |