]> git.pld-linux.org Git - packages/f2fs-tools.git/blob - f2fs-tools.spec
e8dbc5f387e3107f59186950fe8c154982489f69
[packages/f2fs-tools.git] / f2fs-tools.spec
1 Summary:        Utilities for managing the f2fs filesystem
2 Summary(pl.UTF-8):      Narzędzia do systemu plików f2fs
3 Name:           f2fs-tools
4 Version:        1.1.0
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/%{name}-%{version}.tar.gz
9 # Source0-md5:  f163f5cff30c3d2bb59a5b002b3141ea
10 URL:            http://f2fs-tools.sourceforge.net/
11 BuildRequires:  autoconf >= 2.68
12 BuildRequires:  automake
13 BuildRequires:  libuuid-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Tools for flash-friendly filesystem (f2fs).
18
19 %description -l pl.UTF-8
20 Pakiet ten zawiera narzędzia do tworzenia systemów plików f2fs.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__aclocal} -I m4
27 %{__autoconf}
28 %{__automake}
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog README
43 %attr(755,root,root) %{_bindir}/mkfs.f2fs
44 %{_mandir}/man8/mkfs.f2fs.8*
This page took 0.227613 seconds and 2 git commands to generate.