Hello community, here is the log from the commit of package f2fs-tools for openSUSE:Factory checked in at 2013-06-20 21:23:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/f2fs-tools (Old) and /work/SRC/openSUSE:Factory/.f2fs-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "f2fs-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/f2fs-tools/f2fs-tools.changes 2013-01-22 15:14:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.f2fs-tools.new/f2fs-tools.changes 2013-06-20 21:23:38.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jun 10 12:19:33 UTC 2013 - [email protected] + +- Update to new snapshot v1.1.0-24-gfef98eb +* mkfs: add option to disable trim at format +* mkfs: handle labels longer than 16 characters + +------------------------------------------------------------------- Old: ---- f2fs-tools-1.1.0+.tar.xz New: ---- f2fs-tools-1.1.0+git24.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ f2fs-tools.spec ++++++ --- /var/tmp/diff_new_pack.kM7s3D/_old 2013-06-20 21:23:39.000000000 +0200 +++ /var/tmp/diff_new_pack.kM7s3D/_new 2013-06-20 21:23:39.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package f2fs-tools # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,10 @@ Name: f2fs-tools -Version: 1.1.0+ -#git describe: v1.1.0-11-gc7e0a01 +%define lname libf2fs0 +Version: 1.1.0+git24 Release: 0 +#git describe: v1.1.0-24-gfef98eb Summary: Utilities for the Flash-friendly Filesystem (F2FS) License: GPL-2.0 Group: System/Filesystems @@ -29,6 +30,9 @@ #DL-URL: no tarballs provided Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: xz %if 0%{?suse_version} >= 1140 || 0%{?fedora_version} @@ -44,15 +48,20 @@ %setup -qn %name %build -%configure +if [ ! -e configure ]; then + autoreconf -fi +fi +%configure --disable-shared make %{?_smp_mflags} %install make install DESTDIR="%buildroot"; +# The library is quite useless ATM without public headers. +rm -f "%buildroot/%_libdir"/*.a "%buildroot/%_libdir"/*.la %files %defattr(-,root,root) -%_sbindir/mkfs.f2fs +/sbin/mkfs.f2fs %_mandir/man8/* %doc COPYING -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
