]> git.pld-linux.org Git - packages/f2fs-tools.git/blame - f2fs-tools.spec
- f2fs-tools don't need ldconfig (it was copy-pasted from other spec)
[packages/f2fs-tools.git] / f2fs-tools.spec
CommitLineData
ec36ce57 1Summary: Utilities for managing the f2fs filesystem
2Summary(pl.UTF-8): Narzędzia do systemu plikowego f2fs
3Name: f2fs-tools
4Version: 1.1.0
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
9# Source0-md5: f163f5cff30c3d2bb59a5b002b3141ea
10URL: http://f2fs-tools.sourceforge.net/
11BuildRequires: autoconf >= 2.50
12BuildRequires: automake
13BuildRequires: libuuid-devel
14BuildRequires: rpm >= 4.4.9-56
15BuildRequires: rpmbuild(macros) >= 1.583
ec36ce57 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Tools for flash-friendly filesystem (f2fs).
20
21%description -l pl.UTF-8
22Pakiet ten zawiera narzędzia do tworzenia filesystemu f2fs.
23
24%prep
25%setup -q
26
27%build
28autoreconf --install
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -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/*
This page took 0.057534 seconds and 4 git commands to generate.