]> git.pld-linux.org Git - packages/f2fs-tools.git/blob - f2fs-tools.spec
- up to 1.3.0
[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.3.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:  fd5f9cbef72a58f3264f27d72a27b8ae
10 Patch0:         no_subst.patch
11 URL:            http://f2fs-tools.sourceforge.net/
12 BuildRequires:  autoconf >= 2.68
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  libuuid-devel
16 BuildRequires:  pkgconfig
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 systemów plików f2fs.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %{__libtoolize}
31 %{__aclocal} -I m4
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %post   -p /sbin/ldconfig
47 %postun -p /sbin/ldconfig
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog README
52 %attr(755,root,root) %{_libdir}/libf2fs.so.0.0.0
53 %attr(755,root,root) %ghost %{_libdir}/libf2fs.so.0
54 %attr(755,root,root) %{_sbindir}/dump.f2fs
55 %attr(755,root,root) %{_sbindir}/f2fstat
56 %attr(755,root,root) %{_sbindir}/fibmap.f2fs
57 %attr(755,root,root) %{_sbindir}/fsck.f2fs
58 %attr(755,root,root) %{_sbindir}/mkfs.f2fs
59 %{_mandir}/man8/mkfs.f2fs.8*
This page took 0.057505 seconds and 3 git commands to generate.