automatic version update by autodist [release 1.4.0-1mamba;Thu Mar 30 2023]
This commit is contained in:
parent
b587de0350
commit
ca56af3a90
@ -1,34 +1,31 @@
|
|||||||
Name: fuse-exfat
|
Name: fuse-exfat
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Free exFAT file system implementation
|
Summary: Free exFAT file system implementation
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/relan/exfat.git
|
URL: https://github.com/relan/exfat
|
||||||
## GITSOURCE https://github.com/relan/exfat.git v1.2.7
|
|
||||||
Source: https://github.com/relan/exfat.git/v%{version}/exfat-%{version}.tar.bz2
|
Source: https://github.com/relan/exfat.git/v%{version}/exfat-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfuse-devel
|
BuildRequires: libfuse3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: scons
|
|
||||||
Provides: exfat-utils
|
Provides: exfat-utils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module.
|
A full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n exfat-%{version}
|
%setup -q -n exfat-%{version}
|
||||||
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
%configure
|
||||||
%configure --sbindir=/sbin
|
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -41,15 +38,17 @@ autoreconf -f -i
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/sbin/mount.exfat
|
%{_sbindir}/mount.exfat
|
||||||
/sbin/mount.exfat-fuse
|
%{_sbindir}/mount.exfat-fuse
|
||||||
/sbin/dumpexfat
|
%{_sbindir}/dumpexfat
|
||||||
/sbin/exfatfsck
|
%{_sbindir}/exfatattrib
|
||||||
/sbin/exfatlabel
|
%{_sbindir}/exfatfsck
|
||||||
/sbin/fsck.exfat
|
%{_sbindir}/exfatlabel
|
||||||
/sbin/mkexfatfs
|
%{_sbindir}/fsck.exfat
|
||||||
/sbin/mkfs.exfat
|
%{_sbindir}/mkexfatfs
|
||||||
|
%{_sbindir}/mkfs.exfat
|
||||||
%{_mandir}/man8/dumpexfat.8*
|
%{_mandir}/man8/dumpexfat.8*
|
||||||
|
%{_mandir}/man8/exfatattrib.8*
|
||||||
%{_mandir}/man8/exfatfsck.8*
|
%{_mandir}/man8/exfatfsck.8*
|
||||||
%{_mandir}/man8/exfatlabel.8*
|
%{_mandir}/man8/exfatlabel.8*
|
||||||
%{_mandir}/man8/mkexfatfs.8*
|
%{_mandir}/man8/mkexfatfs.8*
|
||||||
@ -57,6 +56,9 @@ autoreconf -f -i
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user