Blame SPECS/exfatprogs.spec

f13f6d
Name:           exfatprogs
f2dd79
Version:        1.1.3
f2dd79
Release:        3%{?dist}
f13f6d
Summary:        Userspace utilities for exFAT filesystems
f13f6d
License:        GPLv2
f13f6d
URL:            https://github.com/%{name}/%{name}
f13f6d
f13f6d
Source0:        %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
f2dd79
Patch0:         0001-fsck-fix-memory-leak.patch
f2dd79
Patch1:         0002.patch
f13f6d
f13f6d
BuildRequires:  autoconf
f13f6d
BuildRequires:  automake
f13f6d
BuildRequires:  gcc
f13f6d
BuildRequires:  libtool
f13f6d
BuildRequires:  make
f13f6d
f13f6d
%description
f13f6d
Utilities for formatting and repairing exFAT filesystems.
f13f6d
f13f6d
%prep
f2dd79
%autosetup -p1
f13f6d
f13f6d
%build
f13f6d
autoreconf -vif
f13f6d
%configure \
f13f6d
    --enable-shared=yes \
f13f6d
    --enable-static=no
f13f6d
%make_build
f13f6d
f13f6d
%install
f13f6d
%make_install
f13f6d
f13f6d
%files
f13f6d
%license COPYING
f13f6d
%doc README.md
f13f6d
%{_sbindir}/dump.exfat
f13f6d
%{_sbindir}/exfatlabel
f13f6d
%{_sbindir}/fsck.exfat
f13f6d
%{_sbindir}/mkfs.exfat
f13f6d
%{_sbindir}/tune.exfat
f13f6d
%{_mandir}/man8/dump.exfat.*
f13f6d
%{_mandir}/man8/exfatlabel.*
f13f6d
%{_mandir}/man8/fsck.exfat.*
f13f6d
%{_mandir}/man8/mkfs.exfat.*
f13f6d
%{_mandir}/man8/tune.exfat.*
f13f6d
f13f6d
%changelog
f2dd79
* Tue May 24 2022 Pavel Reichl <preichl@redhat.com> - 1.1.3-3.test
f2dd79
- Fix some covscan issues
f2dd79
f2dd79
* Mon May 09 2022 Pavel Reichl <preichl@redhat.com> - 1.1.3-2
f2dd79
- Fix memomry leak
f2dd79
f2dd79
* Wed Apr 20 2022 Pavel Reichl <preichl@redhat.com> - 1.1.3-1
f2dd79
- Rebase
f2dd79
f13f6d
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.2-2
f13f6d
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f13f6d
  Related: rhbz#1991688
f13f6d
f13f6d
* Tue Jun 1 2021 Pavel Reichl <preichl@redhat.com> - 1.1.2-1
f13f6d
- First build.