]> git.pld-linux.org Git - packages/f2fs-tools.git/blame - f2fs-tools.spec
- up to 1.3.0
[packages/f2fs-tools.git] / f2fs-tools.spec
CommitLineData
ec36ce57 1Summary: Utilities for managing the f2fs filesystem
fa5c0ab5 2Summary(pl.UTF-8): Narzędzia do systemu plików f2fs
ec36ce57 3Name: f2fs-tools
8869e485 4Version: 1.3.0
ec36ce57 5Release: 1
6License: GPL v2
7Group: Applications/System
8Source0: http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/%{name}-%{version}.tar.gz
8869e485
WF
9# Source0-md5: fd5f9cbef72a58f3264f27d72a27b8ae
10Patch0: no_subst.patch
ec36ce57 11URL: http://f2fs-tools.sourceforge.net/
fa5c0ab5 12BuildRequires: autoconf >= 2.68
ec36ce57 13BuildRequires: automake
8869e485 14BuildRequires: libtool
ec36ce57 15BuildRequires: libuuid-devel
8869e485 16BuildRequires: pkgconfig
ec36ce57 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Tools for flash-friendly filesystem (f2fs).
21
22%description -l pl.UTF-8
fa5c0ab5 23Pakiet ten zawiera narzędzia do tworzenia systemów plików f2fs.
ec36ce57 24
25%prep
26%setup -q
8869e485 27%patch0 -p1
ec36ce57 28
29%build
8869e485 30%{__libtoolize}
fa5c0ab5
JB
31%{__aclocal} -I m4
32%{__autoconf}
8869e485 33%{__autoheader}
fa5c0ab5 34%{__automake}
ec36ce57 35%configure
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
8869e485
WF
46%post -p /sbin/ldconfig
47%postun -p /sbin/ldconfig
48
ec36ce57 49%files
50%defattr(644,root,root,755)
51%doc AUTHORS ChangeLog README
8869e485
WF
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
fa5c0ab5 59%{_mandir}/man8/mkfs.f2fs.8*
This page took 0.075825 seconds and 4 git commands to generate.