Blame SPECS/exfatprogs.spec

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