2024-01-05 22:10:25 +01:00
|
|
|
Name: exfatprogs
|
2024-08-08 09:11:12 +02:00
|
|
|
Version: 1.2.5
|
2024-01-05 22:10:25 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Userspace utilities for creating and fixing and debugging exfat filesystem
|
|
|
|
Group: System/Kernel and Hardware
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:10:25 +01:00
|
|
|
URL: https://github.com/exfatprogs/exfatprogs
|
2024-01-05 22:10:25 +01:00
|
|
|
Source: https://github.com/exfatprogs/exfatprogs.git/%{version}/exfatprogs-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
./autogen.sh
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 22:10:25 +01:00
|
|
|
%{_sbindir}/dump.exfat
|
|
|
|
%{_sbindir}/exfatlabel
|
2024-01-05 22:10:25 +01:00
|
|
|
%{_sbindir}/exfat2img
|
2024-01-05 22:10:25 +01:00
|
|
|
%{_sbindir}/fsck.exfat
|
|
|
|
%{_sbindir}/mkfs.exfat
|
|
|
|
%{_sbindir}/tune.exfat
|
2024-01-05 22:10:25 +01:00
|
|
|
%{_mandir}/man8/dump.exfat.8*
|
2024-01-05 22:10:25 +01:00
|
|
|
%{_mandir}/man8/exfat2img.8*
|
2024-01-05 22:10:25 +01:00
|
|
|
%{_mandir}/man8/exfatlabel.8*
|
2024-01-05 22:10:25 +01:00
|
|
|
%{_mandir}/man8/fsck.exfat.8*
|
|
|
|
%{_mandir}/man8/mkfs.exfat.8*
|
|
|
|
%{_mandir}/man8/tune.exfat.8*
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-08-08 09:11:12 +02:00
|
|
|
* Wed Aug 07 2024 Automatic Build System <autodist@openmamba.org> 1.2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-18 00:22:29 +02:00
|
|
|
* Mon Jun 17 2024 Automatic Build System <autodist@openmamba.org> 1.2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-25 00:14:19 +02:00
|
|
|
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 1.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:26 +01:00
|
|
|
* Thu Oct 26 2023 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:26 +01:00
|
|
|
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:25 +01:00
|
|
|
* Sun Oct 30 2022 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:25 +01:00
|
|
|
* Wed Nov 17 2021 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:25 +01:00
|
|
|
* Thu May 20 2021 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:25 +01:00
|
|
|
* Wed Apr 21 2021 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:25 +01:00
|
|
|
* Wed Feb 10 2021 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:10:25 +01:00
|
|
|
* Fri Aug 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
|
|
|
|
- package created using the webbuild interface
|