91 lines
2.5 KiB
RPMSpec
91 lines
2.5 KiB
RPMSpec
Name: fuse-exfat
|
|
Version: 1.4.0
|
|
Release: 1mamba
|
|
Summary: Free exFAT file system implementation
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/relan/exfat
|
|
Source: https://github.com/relan/exfat.git/v%{version}/exfat-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libfuse3-devel
|
|
## AUTOBUILDREQ-END
|
|
Provides: exfat-utils
|
|
|
|
%description
|
|
A full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n exfat-%{version}
|
|
autoreconf -f -i
|
|
|
|
%build
|
|
%configure
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sbindir}/mount.exfat
|
|
%{_sbindir}/mount.exfat-fuse
|
|
%{_sbindir}/dumpexfat
|
|
%{_sbindir}/exfatattrib
|
|
%{_sbindir}/exfatfsck
|
|
%{_sbindir}/exfatlabel
|
|
%{_sbindir}/fsck.exfat
|
|
%{_sbindir}/mkexfatfs
|
|
%{_sbindir}/mkfs.exfat
|
|
%{_mandir}/man8/dumpexfat.8*
|
|
%{_mandir}/man8/exfatattrib.8*
|
|
%{_mandir}/man8/exfatfsck.8*
|
|
%{_mandir}/man8/exfatlabel.8*
|
|
%{_mandir}/man8/mkexfatfs.8*
|
|
%{_mandir}/man8/mount.exfat-fuse.*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Thu Mar 30 2023 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Sun Jul 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
|
|
- update to 1.1.0
|
|
|
|
* 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
|