From bf570e10aae2c5923cc124c6e815c440b830ec97 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:35:05 +0100 Subject: [PATCH] install under /sbin for mount etc. to work [release 1.2.7-2mamba;Fri Jan 26 2018] --- fuse-exfat.spec | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/fuse-exfat.spec b/fuse-exfat.spec index dd5ac25..ae402a0 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -1,19 +1,21 @@ Name: fuse-exfat -Version: 1.2.0 -Release: 1mamba +Version: 1.2.7 +Release: 2mamba Summary: Free exFAT file system implementation Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://code.google.com/p/exfat/ -Source: https://github.com/relan/exfat.git/v%{version}/exfat-%{version}.tar.bz2 +URL: https://github.com/relan/exfat.git +## GITSOURCE https://github.com/relan/exfat.git v1.2.7 +Source: https://github.com/relan/exfat.git/v%{version}/exfat-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libfuse-devel ## AUTOBUILDREQ-END BuildRequires: scons +Provides: exfat-utils BuildRoot: %{_tmppath}/%{name}-%{version}-root %debug_package @@ -26,7 +28,7 @@ A full-featured exFAT file system implementation for GNU/Linux other Unix-like s %build autoreconf -f -i -%configure +%configure --sbindir=/sbin %make @@ -34,27 +36,33 @@ autoreconf -f -i [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -install -d %{buildroot}%{_mandir}/man8 -install -m 644 fuse/mount.exfat-fuse.8 \ - %{buildroot}%{_mandir}/man8/mount.exfat-fuse.8 - %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) -%{_sbindir}/mount.exfat -%{_sbindir}/mount.exfat-fuse -%{_sbindir}/dumpexfat -%{_sbindir}/exfatfsck -%{_sbindir}/exfatlabel -%{_sbindir}/fsck.exfat -%{_sbindir}/mkexfatfs -%{_sbindir}/mkfs.exfat +/sbin/mount.exfat +/sbin/mount.exfat-fuse +/sbin/dumpexfat +/sbin/exfatfsck +/sbin/exfatlabel +/sbin/fsck.exfat +/sbin/mkexfatfs +/sbin/mkfs.exfat +%{_mandir}/man8/dumpexfat.8* +%{_mandir}/man8/exfatfsck.8* +%{_mandir}/man8/exfatlabel.8* +%{_mandir}/man8/mkexfatfs.8* %{_mandir}/man8/mount.exfat-fuse.* %doc COPYING %changelog +* Fri Jan 26 2018 Silvan Calarco 1.2.7-2mamba +- install under /sbin for mount etc. to work + +* Fri Jan 26 2018 Silvan Calarco 1.2.7-1mamba +- update to 1.2.7 + * Tue Sep 15 2015 Silvan Calarco 1.2.0-1mamba - update to 1.2.0