Summary: Resize an FAT16/FAT32 volume non-destructively Name: fatresize Version: 1.0.1 Release: 1 License: GPL Group: Applications/System Source0: http://dl.sourceforge.net/fatresize/%{name}-%{version}.tar.bz2 # Source0-md5: f4b03531e9bdba979932248f6a89bdfd URL: http://sourceforge.net/projects/fatresize/ BuildRequires: parted-devel >= 1.6.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description fatresize is a command line tool for non-destructive resizing of FAT16/FAT32 file systems. It is based on the GNU Parted library. The main target of the project is to be used with the EVMS FAT plugin. %description -l pl fatresize to działające z linii poleceń narzędzie do nie-destrukcyjnej zmiany rozmiaru systemów plików takich jak FAT16/32. Oparty jest na bibliotece parted. Głównym przeznaczeniem tego projektu jest używanie go z wtyczką EVMS FAT. %prep %setup -q %build %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS COPYING CREDITS ChangeLog NEWS README %attr(755,root,root) %{_sbindir}/*