]> git.pld-linux.org Git - packages/f2fs-tools.git/commitdiff
- new auto/th/f2fs-tools-1.1.0-1
authorwitekfl <witekfl@poczta.onet.pl>
Fri, 15 Mar 2013 10:20:46 +0000 (11:20 +0100)
committerwitekfl <witekfl@poczta.onet.pl>
Fri, 15 Mar 2013 10:20:46 +0000 (11:20 +0100)
f2fs-tools.spec [new file with mode: 0644]

diff --git a/f2fs-tools.spec b/f2fs-tools.spec
new file mode 100644 (file)
index 0000000..6dade3f
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       Utilities for managing the f2fs filesystem
+Summary(pl.UTF-8):     Narzędzia do systemu plikowego f2fs
+Name:          f2fs-tools
+Version:       1.1.0
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/%{name}-%{version}.tar.gz
+# Source0-md5: f163f5cff30c3d2bb59a5b002b3141ea
+URL:           http://f2fs-tools.sourceforge.net/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: libuuid-devel
+BuildRequires: rpm >= 4.4.9-56
+BuildRequires: rpmbuild(macros) >= 1.583
+Requires(post,postun): /sbin/ldconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tools for flash-friendly filesystem (f2fs).
+
+%description -l pl.UTF-8
+Pakiet ten zawiera narzędzia do tworzenia filesystemu f2fs.
+
+%prep
+%setup -q
+
+%build
+autoreconf --install
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/mkfs.f2fs
+%{_mandir}/man8/*
This page took 0.041459 seconds and 4 git commands to generate.