Name: genext2fs Group: Development/Languages Version: 1.4.1 Release: 4%{?dist} License: GPLv2 Summary: ext2 filesystem generator for embedded systems Source: genext2fs-1.4.1.tar.gz URL: https://launchpad.net/genext2fs BuildRoot:%{_tmppath}/%{name}-%{version}-build BuildRequires: gcc %description genext2fs is meant to generate an ext2 filesystem as a normal (non-root) user. It doesn't require you to mount the image file to copy files on it. It doesn't even require you to be the superuser to make device nodes. %prep %setup %build ./configure --prefix=/usr %install make DESTDIR=$RPM_BUILD_ROOT install %files %defattr(-,root,root) %{_bindir}/genext2fs %{_mandir}/man8/genext2fs.8.gz %clean rm -rf $RPM_BUILD_ROOT %changelog * Wed Oct 31 2018 Yupeng Chang - 1.4.1-4 - Update spec file * Thu May 26 2011 Yupeng Chang - 1.4.1-3 - Build package for fedora 15