From 5c548398b21fbe39641e619b94393f06f4876b72 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:35:05 +0100 Subject: [PATCH] update to 1.2.0 [release 1.2.0-1mamba;Tue Sep 15 2015] --- fuse-exfat.spec | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/fuse-exfat.spec b/fuse-exfat.spec index 11d28ed..dd5ac25 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -1,5 +1,5 @@ Name: fuse-exfat -Version: 1.1.0 +Version: 1.2.0 Release: 1mamba Summary: Free exFAT file system implementation Group: System/Tools @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://code.google.com/p/exfat/ -Source: http://exfat.googlecode.com/files/fuse-exfat-%{version}.tar.gz +Source: https://github.com/relan/exfat.git/v%{version}/exfat-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -22,14 +22,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root A full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module. %prep -%setup -q +%setup -q -n exfat-%{version} %build -scons +autoreconf -f -i +%configure + +%make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -scons install DESTDIR=%{buildroot}/sbin +%makeinstall install -d %{buildroot}%{_mandir}/man8 install -m 644 fuse/mount.exfat-fuse.8 \ @@ -40,12 +43,21 @@ install -m 644 fuse/mount.exfat-fuse.8 \ %files %defattr(-,root,root) -/sbin/mount.exfat -/sbin/mount.exfat-fuse +%{_sbindir}/mount.exfat +%{_sbindir}/mount.exfat-fuse +%{_sbindir}/dumpexfat +%{_sbindir}/exfatfsck +%{_sbindir}/exfatlabel +%{_sbindir}/fsck.exfat +%{_sbindir}/mkexfatfs +%{_sbindir}/mkfs.exfat %{_mandir}/man8/mount.exfat-fuse.* %doc COPYING %changelog +* Tue Sep 15 2015 Silvan Calarco 1.2.0-1mamba +- update to 1.2.0 + * Sun Jul 27 2014 Silvan Calarco 1.1.0-1mamba - update to 1.1.0