forked from pool/fuse-exfat
Accepting request 1188241 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1188241 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-exfat?expand=0&rev=7
This commit is contained in:
commit
576a0c3e69
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user