Whamcloud - gitweb
Fix gcc -Wall nits.
[tools/e2fsprogs.git] / e2fsprogs.spec.in
index 23fa559..a17d6c5 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
@@ -109,6 +110,8 @@ exit 0
 %{_root_libdir}/libss.so.*
 %{_root_libdir}/libuuid.so.*
 
+%{_libdir}/e2initrd_helper
+
 %{_bindir}/chattr
 %{_bindir}/lsattr
 %{_bindir}/uuidgen
@@ -136,6 +139,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 +174,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*