[f2fs-tools] Update to 1.2.0

Eduardo Javier Echeverria Alvarado echevemaster at fedoraproject.org
Wed Jan 22 03:12:37 UTC 2014


commit 66380e2b041a5394ff821a6e193850b7c60d5f78
Author: Eduardo Echeverria <echevemaster at gmail.com>
Date:   Tue Jan 21 22:42:48 2014 -0430

    Update to 1.2.0

 .gitignore      |    1 +
 f2fs-tools.spec |   35 +++++++++++++++++++++++++++++------
 sources         |    2 +-
 3 files changed, 31 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 253abb8..9e2b023 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /f2fs-tools-1.0.0.tar.gz
 /f2fs-tools-1.1.0.tar.gz
+/f2fs-tools-1.2.0.tar.gz
diff --git a/f2fs-tools.spec b/f2fs-tools.spec
index d59d6b6..611fd7f 100644
--- a/f2fs-tools.spec
+++ b/f2fs-tools.spec
@@ -1,6 +1,6 @@
 Name:		f2fs-tools		
-Version:	1.1.0
-Release:	3%{?dist}
+Version:	1.2.0
+Release:	1%{?dist}
 Summary:	Tools for Flash-Friendly File System (F2FS)
 License:	GPLv2+
 URL:		http://sourceforge.net/projects/f2fs-tools/
@@ -9,6 +9,7 @@ BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	uuid-devel
 BuildRequires:	libuuid-devel
+BuildRequires:	libtool
 
 %description
 NAND flash memory-based storage devices, such as SSD, and SD cards,
@@ -32,27 +33,49 @@ scheme aka FTL, we add various parameters not only for configuring
 on-disk layout, but also for selecting allocation
 and cleaning algorithms.
 
+%package devel
+Summary:	Development files for %{name}
+Group:		Development/Libraries
+Requires:	%{name}%{?isa} = %{version}-%{release}
+%description devel
+This package contains the libraries needed to develop applications
+that use %{name}
+
 %prep
 %setup -q
-
+sed -i 's/AC_PROG_LIBTOOL/LT_INIT/' configure.ac
 
 %build
 autoreconf --install
-%configure
+%configure \
+	--disable-static
 make %{?_smp_mflags}
 
 
 %install
-make DESTDIR=%{buildroot} INSTALL="install -p" CP="cp -p" install
+make DESTDIR=%{buildroot} INSTALL="install -p" CP="cp -p" sbindir=%{_sbindir} install
+rm -f %{buildroot}/%{_libdir}/*.la
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %doc COPYING AUTHORS ChangeLog
-%{_bindir}/mkfs.f2fs
+%{_sbindir}/mkfs.f2fs
+%{_sbindir}/fibmap.f2fs
+%{_sbindir}/fsck.f2fs
+%{_sbindir}/mkfs.f2fs
+%{_sbindir}/dump.f2fs
+%{_libdir}/*.so.*
 %{_mandir}/man8/mkfs.f2fs.8*
 
+%files devel
+%{_libdir}/*.so
 
 %changelog
+* Sun Jan 19 2014 Eduardo Echeverria  <echevemaster at gmail.com> - 1.2.0-1
+- Update to the latest upstream version
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 1d371a7..686cf89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f163f5cff30c3d2bb59a5b002b3141ea  f2fs-tools-1.1.0.tar.gz
+d27ad7cd56f6001f7e1d508d85eef195  f2fs-tools-1.2.0.tar.gz


More information about the scm-commits mailing list