import exfatprogs-1.1.2-2.el9

This commit is contained in:
CentOS Sources 2022-05-17 06:38:37 -04:00 committed by Stepan Oksanichenko
commit 7027c418b9
3 changed files with 54 additions and 0 deletions

1
.exfatprogs.metadata Normal file
View File

@ -0,0 +1 @@
d206279698f74fe526abff39f0d76983a7d9e71c SOURCES/exfatprogs-1.1.2.tar.xz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
SOURCES/exfatprogs-1.1.2.tar.xz

52
SPECS/exfatprogs.spec Normal file
View File

@ -0,0 +1,52 @@
Name: exfatprogs
Version: 1.1.2
Release: 2%{?dist}
Summary: Userspace utilities for exFAT filesystems
License: GPLv2
URL: https://github.com/%{name}/%{name}
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: libtool
BuildRequires: make
%description
Utilities for formatting and repairing exFAT filesystems.
%prep
%autosetup
%build
autoreconf -vif
%configure \
--enable-shared=yes \
--enable-static=no
%make_build
%install
%make_install
%files
%license COPYING
%doc README.md
%{_sbindir}/dump.exfat
%{_sbindir}/exfatlabel
%{_sbindir}/fsck.exfat
%{_sbindir}/mkfs.exfat
%{_sbindir}/tune.exfat
%{_mandir}/man8/dump.exfat.*
%{_mandir}/man8/exfatlabel.*
%{_mandir}/man8/fsck.exfat.*
%{_mandir}/man8/mkfs.exfat.*
%{_mandir}/man8/tune.exfat.*
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.2-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue Jun 1 2021 Pavel Reichl <preichl@redhat.com> - 1.1.2-1
- First build.