]> git.pld-linux.org Git - packages/f2fs-tools.git/blob - f2fs-tools.spec
- new
[packages/f2fs-tools.git] / f2fs-tools.spec
1 Summary:        Utilities for managing the f2fs filesystem
2 Summary(pl.UTF-8):      Narzędzia do systemu plikowego 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.50
12 BuildRequires:  automake
13 BuildRequires:  libuuid-devel
14 BuildRequires:  rpm >= 4.4.9-56
15 BuildRequires:  rpmbuild(macros) >= 1.583
16 Requires(post,postun):  /sbin/ldconfig
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Tools for flash-friendly filesystem (f2fs).
21
22 %description -l pl.UTF-8
23 Pakiet ten zawiera narzędzia do tworzenia filesystemu f2fs.
24
25 %prep
26 %setup -q
27
28 %build
29 autoreconf --install
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog README
44 %attr(755,root,root) %{_bindir}/mkfs.f2fs
45 %{_mandir}/man8/*
This page took 0.078465 seconds and 3 git commands to generate.