automatic version update by autodist [release 1.4.0-1mamba;Thu Mar 30 2023]

This commit is contained in:
Automatic Build System 2024-01-05 22:35:06 +01:00
parent b587de0350
commit ca56af3a90

View File

@ -1,34 +1,31 @@
Name: fuse-exfat
Version: 1.3.0
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.git
## GITSOURCE https://github.com/relan/exfat.git v1.2.7
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: libfuse-devel
BuildRequires: libfuse3-devel
## AUTOBUILDREQ-END
BuildRequires: scons
Provides: exfat-utils
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.
%debug_package
%prep
%setup -q -n exfat-%{version}
autoreconf -f -i
%build
autoreconf -f -i
%configure --sbindir=/sbin
%configure
%make
@ -41,15 +38,17 @@ autoreconf -f -i
%files
%defattr(-,root,root)
/sbin/mount.exfat
/sbin/mount.exfat-fuse
/sbin/dumpexfat
/sbin/exfatfsck
/sbin/exfatlabel
/sbin/fsck.exfat
/sbin/mkexfatfs
/sbin/mkfs.exfat
%{_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*
@ -57,6 +56,9 @@ autoreconf -f -i
%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