From 36569f87db7f357812486b0d63fe4e788148b0b8 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 4 May 2004 22:17:27 -0400 Subject: [PATCH] e2fsprogs.spec.in: Fix up e2fsprogs.spec file so it should work on a RH 9.0 system. Based off of changes proposed by Andreas Dilger. --- ChangeLog | 4 ++++ e2fsprogs.spec.in | 12 +++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 89e73b5..2518da4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-05-04 Theodore Ts'o + * e2fsprogs.spec.in: Fix up e2fsprogs.spec file so it should work + on a RH 9.0 system. Based off of changes proposed by + Andreas Dilger. + * configure.in, configure: Enable the fsck wrapper for the Debian FreeBSD kernel / GNU userspace port. (Addresses Debian Bug #246738) diff --git a/e2fsprogs.spec.in b/e2fsprogs.spec.in index 23fa559..10b079c 100644 --- a/e2fsprogs.spec.in +++ b/e2fsprogs.spec.in @@ -1,5 +1,6 @@ %define _root_sbindir /sbin %define _root_libdir /%{_lib} +%define _root_localedir /usr/share/locale Summary: Utilities for managing the second extended (ext2) filesystem. Name: e2fsprogs @@ -48,7 +49,7 @@ also want to install e2fsprogs. %setup %build -%configure --enable-elf-shlibs --enable-nls +%configure --enable-elf-shlibs --enable-nls --disable-evms make %install @@ -136,6 +137,14 @@ exit 0 %{_mandir}/man8/tune2fs.8* %{_mandir}/man8/filefrag.8* +%{_root_localedir}/cs/LC_MESSAGES/e2fsprogs.mo +%{_root_localedir}/de/LC_MESSAGES/e2fsprogs.mo +%{_root_localedir}/es/LC_MESSAGES/e2fsprogs.mo +%{_root_localedir}/it/LC_MESSAGES/e2fsprogs.mo +%{_root_localedir}/pl/LC_MESSAGES/e2fsprogs.mo +%{_root_localedir}/sv/LC_MESSAGES/e2fsprogs.mo +%{_root_localedir}/tr/LC_MESSAGES/e2fsprogs.mo + %files devel %defattr(-,root,root) %{_infodir}/libext2fs.info* @@ -163,6 +172,7 @@ exit 0 %{_includedir}/ext2fs %{_includedir}/ss %{_includedir}/uuid +%{_includedir}/e2p/e2p.h %{_mandir}/man1/compile_et.1* %{_mandir}/man1/mk_cmds.1* %{_mandir}/man3/com_err.3* -- 1.8.3.1