install under /sbin for mount etc. to work [release 1.2.7-2mamba;Fri Jan 26 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 22:35:05 +01:00
parent 5c548398b2
commit bf570e10aa

View File

@ -1,12 +1,13 @@
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 <silvan.calarco@mambasoft.it>
URL: http://code.google.com/p/exfat/
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
@ -14,6 +15,7 @@ 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 <silvan.calarco@mambasoft.it> 1.2.7-2mamba
- install under /sbin for mount etc. to work
* Fri Jan 26 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.7-1mamba
- update to 1.2.7
* Tue Sep 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
- update to 1.2.0