Name: fuse-exfat Summary: Free exFAT file system implementation Version: 0.9.7 Release: 1%{?dist} License: GPLv3+ Group: System Environment/Base Source0: http://exfat.googlecode.com/files/fuse-exfat-%{version}.tar.gz URL: http://code.google.com/p/exfat/ BuildRequires: fuse-devel BuildRequires: scons BuildRequires: gzip %description This driver is the first free exFAT file system implementation with write support. exFAT is a simple file system created by Microsoft. It is intended to replace FAT32 removing some of it's limitations. exFAT is a standard FS for SDXC memory cards. %prep %setup -q %build scons %install rm -rf $RPM_BUILD_ROOT scons install DESTDIR=$RPM_BUILD_ROOT/sbin mkdir -p $RPM_BUILD_ROOT/usr/share/man/man8/ gzip -9 -c fuse/mount.exfat-fuse.8 > $RPM_BUILD_ROOT/usr/share/man/man8/mount.exfat-fuse.8.gz ln -s /usr/share/man/man8/mount.exfat-fuse.8.gz $RPM_BUILD_ROOT/usr/share/man/man8/mount.exfat.8.gz %clean rm -rf $RPM_BUILD_ROOT %files %attr(755,root,root) /sbin/mount.exfat-fuse /sbin/mount.exfat %attr(644,root,root) /usr/share/man/man8/mount.exfat-fuse.8.gz /usr/share/man/man8/mount.exfat.8.gz %changelog * Thu Jun 19 2012 Pierre Jourdain - 0.9.7-1 - Build for fedora 17 * Thu Mar 8 2012 Andrew Nayenko - 0.9.7-1 - Updated to 0.9.7. * Sat Jan 14 2012 Andrew Nayenko - 0.9.6-1 - Updated to 0.9.6. - Added symlink to the man page (mount.exfat.8). * Sun May 15 2011 Andrew Nayenko - 0.9.5-1 - Updated to 0.9.5. * Sat Mar 5 2011 Andrew Nayenko - 0.9.4-1 - Updated to 0.9.4. - Pass DESTDIR as argument instead of environment variable. * Sat Sep 25 2010 Andrew Nayenko - 0.9.3-1 - Updated to 0.9.3. * Sat Jul 24 2010 Andrew Nayenko - 0.9.2-1 - Updated to 0.9.2. - Changed summary according to the main site. - Added man page installation. * Sat Jun 12 2010 Andrew Nayenko - 0.9.1-1 - Updated to 0.9.1. * Mon Feb 22 2010 Andrew Nayenko - 0.9.0-1 - Initial package for Fedora.