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