[packages/f2fs-tools] - new

witekfl witekfl at pld-linux.org
Fri Mar 15 11:24:33 CET 2013


commit ec36ce57c30bafa100eadd7a673c4e76a5ba98e6
Author: witekfl <witekfl at poczta.onet.pl>
Date:   Fri Mar 15 11:20:46 2013 +0100

    - new

 f2fs-tools.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
---
diff --git a/f2fs-tools.spec b/f2fs-tools.spec
new file mode 100644
index 0000000..6dade3f
--- /dev/null
+++ b/f2fs-tools.spec
@@ -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/*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/f2fs-tools.git/commitdiff/ec36ce57c30bafa100eadd7a673c4e76a5ba98e6



More information about the pld-cvs-commit mailing list