1 Name: fatresize 2 Version: 1.0.2 3 Release: alt4 4 5 License: GPLv3 6 Group: File tools 7 Summary: The FAT16/FAT32 non-destructive resizer. 8 URL: http://sourceforge.net/projects/fatresize/ 9 10 Source: %name-%version.tar.bz2 11 12 BuildRequires: libparted-devel >= 1.6.24 libe2fs-devel 13 14 %description 15 The FAT16/FAT32 non-destructive resizer. 16 17 %prep 18 %setup -q 19 20 %build 21 autoreconf -fisv 22 %configure 23 %make_build 24 25 %install 26 %makeinstall install 27 28 %files 29 %_sbindir/%name 30 31 %changelog 32 * Tue Sep 20 2005 Kachalov Anton <mouse@altlinux.ru> 1.0.2-alt4 33 - LFS support 34 35 * Mon Sep 19 2005 Kachalov Anton <mouse@altlinux.ru> 1.0.2-alt3 36 - restore original partition geometry while resizing EVMS partition 37 38 * Thu Sep 15 2005 Kachalov Anton <mouse@altlinux.ru> 1.0.2-alt2 39 - added default name translation of EVMS partitions 40 - synced resize code with new cmd-line parted utility 1.6.24 41 42 * Wed Sep 07 2005 Kachalov Anton <mouse@altlinux.ru> 1.0.2-alt1 43 - tell k|M|G and ki|Mi|Gi suffixes 44 - proper filesystem information 45 - resize partition only for non-EVMS partitions 46 47 * Wed Apr 13 2005 Kachalov Anton <mouse@altlinux.ru> 1.0.1-alt1 48 - removed translation option: fix new geometry boundary 49 50 * Mon Apr 11 2005 Anton D. Kachalov <mouse@altlinux.org> 1.0-alt2 51 - added translating option 52 53 * Fri Apr 08 2005 Anton D. Kachalov <mouse@altlinux.org> 1.0-alt1 54 - first build