Update .spec file.
authordrepper <drepper@x201.akkadia.org>
Fri, 2 Jul 2010 20:58:45 +0000 (13:58 -0700)
committerdrepper <drepper@x201.akkadia.org>
Fri, 2 Jul 2010 20:58:45 +0000 (13:58 -0700)
config/ChangeLog
config/elfutils.spec.in

index 04aa9e8..a9992c8 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-02  Ulrich Drepper  <drepper@redhat.com>
+
+       * elfutils.spec.in: Add more BuildRequires.
+       Ship the .mo files with the libelf subpackage.
+
 2010-04-15  Roland McGrath  <roland@redhat.com>
 
        * eu.am (DEFS): Add -DLOCALEDIR=... here.
index ab764df..51b2eee 100644 (file)
@@ -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)