Import from fedora
Resolves: rhbz#1962943
This commit is contained in:
parent
ea05fea899
commit
76f8c159a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/exfatprogs-1.1.2.tar.xz
|
48
exfatprogs.spec
Normal file
48
exfatprogs.spec
Normal file
@ -0,0 +1,48 @@
|
||||
Name: exfatprogs
|
||||
Version: 1.1.2
|
||||
Release: 1%{?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
|
||||
* Tue Jun 1 2021 Pavel Reichl <preichl@redhat.com> - 1.1.2-1
|
||||
- First build.
|
Loading…
Reference in New Issue
Block a user