70b4592
Name:		f2fs-tools		
8acac0c
Version:	1.1.0
846773f
Release:	2%{?dist}
70b4592
Summary:	Tools for Flash-Friendly File System (F2FS)
70b4592
License:	GPLv2+
70b4592
URL:		http://sourceforge.net/projects/f2fs-tools/
8acac0c
Source0:	http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/%{name}-%{version}.tar.gz
70b4592
BuildRequires:	autoconf
70b4592
BuildRequires:	automake
8acac0c
BuildRequires:	uuid-devel
8acac0c
BuildRequires:	libuuid-devel
70b4592
70b4592
%description
70b4592
NAND flash memory-based storage devices, such as SSD, and SD cards,
70b4592
have been widely being used for ranging from mobile to server systems. 
70b4592
Since they are known to have different characteristics from the 
70b4592
conventional rotational disks,a file system, an upper layer to 
70b4592
the storage device, should adapt to the changes
70b4592
from the sketch.
70b4592
70b4592
F2FS is a new file system carefully designed for the 
70b4592
NAND flash memory-based storage devices. 
70b4592
We chose a log structure file system approach,
70b4592
but we tried to adapt it to the new form of storage. 
70b4592
Also we remedy some known issues of the very old log
70b4592
structured file system, such as snowball effect 
70b4592
of wandering tree and high cleaning overhead.
70b4592
70b4592
Because a NAND-based storage device shows different characteristics 
70b4592
according to its internal geometry or flash memory management 
70b4592
scheme aka FTL, we add various parameters not only for configuring 
70b4592
on-disk layout, but also for selecting allocation
70b4592
and cleaning algorithms.
70b4592
70b4592
%prep
70b4592
%setup -q
70b4592
70b4592
70b4592
%build
70b4592
autoreconf --install
70b4592
%configure
70b4592
make %{?_smp_mflags}
70b4592
70b4592
70b4592
%install
70b4592
make DESTDIR=%{buildroot} INSTALL="install -p" CP="cp -p" install
70b4592
70b4592
70b4592
%files
70b4592
%doc COPYING AUTHORS ChangeLog
70b4592
%{_bindir}/mkfs.f2fs
70b4592
%{_mandir}/man8/mkfs.f2fs.8*
70b4592
70b4592
70b4592
%changelog
38f51ca
* Thu Jun 13 2013 Eduardo Echeverria  <echevemaster@gmail.com> - 1.1.0-2
846773f
- Minor fix in the changelogs
846773f
8acac0c
* Mon Mar 18 2013 Eduardo Echeverria  <echevemaster@gmail.com> - 1.1.0-1
8acac0c
- Updated to the new upstream release
25e3c04
846773f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
846773f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
846773f
70b4592
* Mon Oct 22 2012 Eduardo Echeverria  <echevemaster@gmail.com> - 1.0.0-3
70b4592
- Change to the correct license GPLv2+
70b4592
- Remove README file to the section doc
70b4592
70b4592
* Mon Oct 15 2012 Eduardo Echeverria  <echevemaster@gmail.com> - 1.0.0-2
70b4592
- Add Changelog AUTHORS files to section doc
70b4592
- Add wilcard to the manpages section.
70b4592
70b4592
* Sun Oct 07 2012 Eduardo Echeverria  <echevemaster@gmail.com> - 1.0.0-1
70b4592
- Initial packaging