Whamcloud - gitweb
e2fsprogs.spec.in: Fix up e2fsprogs.spec file so it should work
authorTheodore Ts'o <tytso@mit.edu>
Wed, 5 May 2004 02:17:27 +0000 (22:17 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 May 2004 02:17:27 +0000 (22:17 -0400)
on a RH 9.0 system.  Based off of changes proposed by
Andreas Dilger.

ChangeLog
e2fsprogs.spec.in

index 89e73b5..2518da4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-05-04  Theodore Ts'o  <tytso@mit.edu>
 
+       * 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)
index 23fa559..10b079c 100644 (file)
@@ -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*