2024-01-05 22:35:05 +01:00
|
|
|
Name: fuse-exfat
|
2024-01-05 22:35:05 +01:00
|
|
|
Version: 1.2.7
|
|
|
|
Release: 2mamba
|
2024-01-05 22:35:05 +01:00
|
|
|
Summary: Free exFAT file system implementation
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:35:05 +01:00
|
|
|
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
|
2024-01-05 22:35:05 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libfuse-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: scons
|
2024-01-05 22:35:05 +01:00
|
|
|
Provides: exfat-utils
|
2024-01-05 22:35:05 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%description
|
|
|
|
A full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module.
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 22:35:05 +01:00
|
|
|
%setup -q -n exfat-%{version}
|
2024-01-05 22:35:05 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 22:35:05 +01:00
|
|
|
autoreconf -f -i
|
2024-01-05 22:35:05 +01:00
|
|
|
%configure --sbindir=/sbin
|
2024-01-05 22:35:05 +01:00
|
|
|
|
|
|
|
%make
|
2024-01-05 22:35:05 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 22:35:05 +01:00
|
|
|
%makeinstall
|
2024-01-05 22:35:05 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 22:35:05 +01:00
|
|
|
/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*
|
2024-01-05 22:35:05 +01:00
|
|
|
%{_mandir}/man8/mount.exfat-fuse.*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:35:05 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-05 22:35:05 +01:00
|
|
|
* Tue Sep 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- update to 1.2.0
|
|
|
|
|
2024-01-05 22:35:05 +01:00
|
|
|
* Sun Jul 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- update to 1.1.0
|
|
|
|
|
2024-01-05 22:35:05 +01:00
|
|
|
* Sun Feb 03 2013 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jan 21 2013 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 0.9.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 25 2012 Davide Madrisan <davide.madrisan@gmail.com> 0.9.7-2mamba
|
|
|
|
- add a manpage
|
|
|
|
|
|
|
|
* Thu Mar 08 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.7-1mamba
|
|
|
|
- package created by autospec
|