Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 507f6c413c | |||
|
|
eaf4cc4625 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 14 09:45:15 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- remove unneeded autotools dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 14:54:07 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#
|
||||
# Copyright (c) 2023 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,10 +26,6 @@ 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: libtool
|
||||
BuildRequires: pkgconfig
|
||||
Recommends: fuse-exfat
|
||||
|
||||
%description
|
||||
@@ -39,9 +36,6 @@ system.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
# force installation of manual pages
|
||||
sed -i -e 's/no-installman//' configure.ac
|
||||
autoreconf -fiv
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
@@ -56,6 +50,9 @@ ln -s exfatfsck.8.gz fsck.exfat.8.gz
|
||||
ln -s mkexfatfs.8.gz mkfs.exfat.8.gz
|
||||
popd
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc ChangeLog README
|
||||
|
||||
Reference in New Issue
Block a user