|
@@ -5,7 +5,7 @@
|
|
Summary: Utilities for managing ext2/3/4 filesystem.
|
|
Summary: Utilities for managing ext2/3/4 filesystem.
|
|
Summary(ja): ext2/3/4 ファイルシステム操作ユーティリティ
|
|
Summary(ja): ext2/3/4 ファイルシステム操作ユーティリティ
|
|
Name: e2fsprogs
|
|
Name: e2fsprogs
|
|
-Version: 1.41.14
|
|
|
|
|
|
+Version: 1.42
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
@@ -61,7 +61,7 @@ Summary: Ext2/3/4 filesystem-specific static libraries and headers.
|
|
Summary(ja): ext2/3/4 ファイルシステム特有のライブラリとヘッダ
|
|
Summary(ja): ext2/3/4 ファイルシステム特有のライブラリとヘッダ
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: e2fsprogs = %{version}
|
|
Requires: e2fsprogs = %{version}
|
|
-Prereq: install-info
|
|
|
|
|
|
+Requires(post): install-info
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
@@ -116,7 +116,6 @@ also want to install e2fsprogs.
|
|
%build
|
|
%build
|
|
%configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
|
|
%configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
|
|
--disable-e2initrd-helper --disable-libblkid --disable-libuuid
|
|
--disable-e2initrd-helper --disable-libblkid --disable-libuuid
|
|
-make -C po update-po
|
|
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
@@ -182,6 +181,7 @@ exit 0
|
|
%{_root_sbindir}/tune2fs
|
|
%{_root_sbindir}/tune2fs
|
|
%{_sbindir}/filefrag
|
|
%{_sbindir}/filefrag
|
|
%{_sbindir}/e2freefrag
|
|
%{_sbindir}/e2freefrag
|
|
|
|
+%{_sbindir}/e4defrag
|
|
%{_sbindir}/mklost+found
|
|
%{_sbindir}/mklost+found
|
|
|
|
|
|
%{_root_libdir}/libcom_err.so.*
|
|
%{_root_libdir}/libcom_err.so.*
|
|
@@ -211,6 +211,7 @@ exit 0
|
|
%{_mandir}/man8/fsck.ext4dev.8*
|
|
%{_mandir}/man8/fsck.ext4dev.8*
|
|
%{_mandir}/man8/e2image.8*
|
|
%{_mandir}/man8/e2image.8*
|
|
%{_mandir}/man8/e2label.8*
|
|
%{_mandir}/man8/e2label.8*
|
|
|
|
+%{_mandir}/man8/e4defrag.8*
|
|
%{_mandir}/man8/logsave.8*
|
|
%{_mandir}/man8/logsave.8*
|
|
%{_mandir}/man8/mke2fs.8*
|
|
%{_mandir}/man8/mke2fs.8*
|
|
%{_mandir}/man8/mkfs.ext2.8*
|
|
%{_mandir}/man8/mkfs.ext2.8*
|
|
@@ -236,14 +237,17 @@ exit 0
|
|
%{_libdir}/libext2fs.so
|
|
%{_libdir}/libext2fs.so
|
|
%{_libdir}/libss.a
|
|
%{_libdir}/libss.a
|
|
%{_libdir}/libss.so
|
|
%{_libdir}/libss.so
|
|
|
|
+%{_libdir}/libquota.a
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
%{_datadir}/et
|
|
%{_datadir}/et
|
|
%{_datadir}/ss
|
|
%{_datadir}/ss
|
|
%{_includedir}/e2p
|
|
%{_includedir}/e2p
|
|
%{_includedir}/et
|
|
%{_includedir}/et
|
|
|
|
+%{_includedir}/com_err.h
|
|
%{_includedir}/ext2fs
|
|
%{_includedir}/ext2fs
|
|
%{_includedir}/ss
|
|
%{_includedir}/ss
|
|
|
|
+%{_includedir}/quota
|
|
%{_mandir}/man1/compile_et.1*
|
|
%{_mandir}/man1/compile_et.1*
|
|
%{_mandir}/man1/mk_cmds.1*
|
|
%{_mandir}/man1/mk_cmds.1*
|
|
%{_mandir}/man3/com_err.3*
|
|
%{_mandir}/man3/com_err.3*
|
|
@@ -272,6 +276,9 @@ exit 0
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jan 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.42-1
|
|
|
|
+- new upstram release
|
|
|
|
+
|
|
* Wed Mar 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41.14-1
|
|
* Wed Mar 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41.14-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|