Name: fuse-exfat Version: 1.3.0 Release: 1%{?dist} Summary: Free exFAT file system implementation License: GPLv2+ URL: https://github.com/relan/exfat Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc make pkg-config automake autoconf BuildRequires: fuse-devel %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 %autosetup %build %configure %make_build %install %make_install ln -s %{_mandir}/man8/mount.exfat-fuse.8.gz %{buildroot}%{_mandir}/man8/mount.exfat.8.gz %files %doc ChangeLog %license COPYING %{_sbindir}/mount.exfat-fuse %{_sbindir}/mount.exfat %{_mandir}/man8/* %changelog * Tue Sep 18 2018 Vasiliy N. Glazov - 1.3.0-1 - Update to 1.3.0 * Thu Jul 26 2018 RPM Fusion Release Engineering - 1.2.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Mar 01 2018 RPM Fusion Release Engineering - 1.2.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Feb 05 2018 Vasiliy N. Glazov - 1.2.8-1 - Update to 1.2.8 * Thu Aug 31 2017 RPM Fusion Release Engineering - 1.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 21 2017 Vasiliy N. Glazov - 1.2.7-1 - Update to 1.2.7 * Sun Mar 19 2017 RPM Fusion Release Engineering - 1.2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Jan 08 2017 Patrick Griffis - 1.2.5-1 - Update to 1.2.5 * Tue Aug 16 2016 Patrick Griffis - 1.2.4-2 - Modernize spec file * Sun Jul 24 2016 Patrick Griffis - 1.2.4-1 - Update to 1.2.4 * Wed Mar 30 2016 Orion Poplawski - 1.2.3-1 - Update to 1.2.3 * Sat Nov 14 2015 Nicolas Chauvet - 1.2.2-1 - Update to 1.2.2 * Sat Dec 20 2014 TingPing - 1.1.0-1 - Update to 1.1.0 * Sun Aug 31 2014 Sérgio Basto - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Mar 17 2013 TingPing - 1.0.1-1 - Initial package