]> git.pld-linux.org Git - packages/f2fs-tools.git/blame - f2fs-tools.spec
- check-files cleanup
[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}
0f84b2ad
JB
35%configure \
36 --disable-static
ec36ce57 37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
0f84b2ad
JB
44# API not exported
45%{__rm} $RPM_BUILD_ROOT%{_libdir}/libf2fs.{so,la}
46
ec36ce57 47%clean
48rm -rf $RPM_BUILD_ROOT
49
8869e485
WF
50%post -p /sbin/ldconfig
51%postun -p /sbin/ldconfig
52
ec36ce57 53%files
54%defattr(644,root,root,755)
55%doc AUTHORS ChangeLog README
8869e485
WF
56%attr(755,root,root) %{_libdir}/libf2fs.so.0.0.0
57%attr(755,root,root) %ghost %{_libdir}/libf2fs.so.0
58%attr(755,root,root) %{_sbindir}/dump.f2fs
59%attr(755,root,root) %{_sbindir}/f2fstat
60%attr(755,root,root) %{_sbindir}/fibmap.f2fs
61%attr(755,root,root) %{_sbindir}/fsck.f2fs
62%attr(755,root,root) %{_sbindir}/mkfs.f2fs
fa5c0ab5 63%{_mandir}/man8/mkfs.f2fs.8*
This page took 0.079694 seconds and 4 git commands to generate.