summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrepper <[email protected]>2010-07-02 13:58:45 -0700
committerdrepper <[email protected]>2010-07-02 13:58:45 -0700
commit3fe0a80c95d089506d473231286c5c92d3007a6b (patch)
tree88511982e82c0a220c01c30e8d2937d272d6eb81
parent2f14a31a55bb61eaf7fea106b0c37ef83ad718d9 (diff)
Update .spec file.
-rw-r--r--config/ChangeLog5
-rw-r--r--config/elfutils.spec.in5
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)