Summary: Ext2/3/4 tools Name: e2fsprogs Version: 1.40.11 Release: 1 License: GPL Group: System/Base Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-buildroot %description E2fsprogs package contains the utilities for handling the ext2 file system. It also support ext3 and ext4. %prep %setup -q %build mkdir -v build cd build ../configure --prefix=/usr --with-root-prefix="" \ --enable-elf-shlibs --disable-evms make %install rm -rf $RPM_BUILD_ROOT cd build make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install-libs %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /* %changelog * Tue Jun 24 2008 Jonathan Norman - Changed from verison 1.40.7 to 1.40.11 * Sun May 11 2008 Jonathan Norman - Disabled Enterprise Volume Management System