automatic version update by autodist [release 1.15.0-1mamba;Fri May 20 2022]

This commit is contained in:
Automatic Build System 2024-01-05 22:12:17 +01:00
parent a8d7904a5c
commit 3da930d019

View File

@ -1,21 +1,23 @@
Name: f2fs-tools
Version: 1.14.0
Version: 1.15.0
Release: 1mamba
Summary: Userland tools for the f2fs filesystem
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git
## GITSOURCE git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git master
URL: https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
Source: git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/master/f2fs-tools-%{version}.tar.bz2
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libblkid-devel
BuildRequires: liblz4-devel
BuildRequires: liblzo-devel
BuildRequires: libselinux-devel
BuildRequires: libuuid-devel
## AUTOBUILDREQ-END
Requires: libf2fs = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Userland tools for the f2fs filesystem.
@ -39,9 +41,9 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q
autoreconf -f -i
%build
autoreconf -f -i
%configure
%make
@ -60,11 +62,9 @@ install -D -m0644 mkfs/f2fs_format_utils.h %{buildroot}%{_includedir}/f2fs_forma
%files
%defattr(-,root,root)
%{_sbindir}/f2fscrypt
%{_sbindir}/f2fs*
%{_sbindir}/defrag.f2fs
%{_sbindir}/dump.f2fs
%{_sbindir}/f2fstat
%{_sbindir}/f2fs_io
%{_sbindir}/fibmap.f2fs
%{_sbindir}/fsck.f2fs
%{_sbindir}/mkfs.f2fs
@ -72,11 +72,10 @@ install -D -m0644 mkfs/f2fs_format_utils.h %{buildroot}%{_includedir}/f2fs_forma
%{_sbindir}/resize.f2fs
%{_sbindir}/sg_write_buffer
%{_sbindir}/sload.f2fs
%{_mandir}/man8/f2fscrypt.8*
%{_mandir}/man8/f2fs*.8*
%{_mandir}/man8/mkfs.f2fs.8*
%{_mandir}/man8/defrag.f2fs.8*
%{_mandir}/man8/dump.f2fs.8*
%{_mandir}/man8/f2fs_io.8*
%{_mandir}/man8/fsck.f2fs.8*
%{_mandir}/man8/resize.f2fs.8*
%{_mandir}/man8/sload.f2fs.8*
@ -101,6 +100,9 @@ install -D -m0644 mkfs/f2fs_format_utils.h %{buildroot}%{_includedir}/f2fs_forma
%doc ChangeLog README
%changelog
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 1.15.0-1mamba
- automatic version update by autodist
* Tue Sep 01 2020 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
- automatic version update by autodist