Compare commits

...

No commits in common. "factory" and "factory" have entirely different histories.

3 changed files with 14 additions and 10 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jul 14 09:41:28 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- use fuse 3
- remove autotools dependency
-------------------------------------------------------------------
Thu Jan 4 17:57:51 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -3,6 +3,7 @@
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2013 Sidlovsky, Yaroslav <zawertun@gmail.com>
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# 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