exfatprogs/exfatprogs.spec

51 lines
1.3 KiB
RPMSpec

Name: exfatprogs
Version: 1.0.4
Release: 1mamba
Summary: Userspace utilities for creating and fixing and debugging exfat filesystem
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/exfatprogs/exfatprogs.git
Source: https://github.com/exfatprogs/exfatprogs.git/%{version}/exfatprogs-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system.
%debug_package
%prep
%setup -q
./autogen.sh
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sbindir}/fsck.exfat
%{_sbindir}/mkfs.exfat
%{_sbindir}/tune.exfat
%{_mandir}/man8/fsck.exfat.8*
%{_mandir}/man8/mkfs.exfat.8*
%{_mandir}/man8/tune.exfat.8*
%doc COPYING
%changelog
* Fri Aug 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
- package created using the webbuild interface