diff --git a/fuse-exfat.changes b/fuse-exfat.changes index 3425c0f..7f46d99 100644 --- a/fuse-exfat.changes +++ b/fuse-exfat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 14 09:41:28 UTC 2024 - Andreas Stieger + +- use fuse 3 +- remove autotools dependency + ------------------------------------------------------------------- Thu Jan 4 17:57:51 UTC 2024 - Dominique Leuenberger diff --git a/fuse-exfat.spec b/fuse-exfat.spec index 6dd687d..0941f90 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -3,6 +3,7 @@ # # Copyright (c) 2024 SUSE LLC # Copyright (c) 2013 Sidlovsky, Yaroslav +# Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,12 +26,8 @@ License: GPL-2.0-or-later Group: System/Filesystems URL: https://github.com/relan/exfat Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: fuse-devel >= 2.6 -BuildRequires: libtool BuildRequires: pkgconfig -Requires: fuse >= 2.6 +BuildRequires: pkgconfig(fuse3) Recommends: exfat-utils %description @@ -40,18 +37,18 @@ intended to replace FAT32, removing some of its limitations. exFAT is a standard FS for SDXC memory cards. %prep -%setup -q +%autosetup -p1 %build -# force installation of manual pages -sed -i -e 's/no-installman//' configure.ac -autoreconf -fiv %configure -make %{?_smp_mflags} +%make_build %install %make_install +%check +%make_build check + %files %license COPYING %doc ChangeLog README