[packages/f2fs-tools] - updated to 1.9.0 - added link patch
witekfl
witekfl at pld-linux.org
Sun Oct 15 16:27:29 CEST 2017
commit bc35ca8ac8377b94c401b43b7bfe003097a4a5e9
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Sun Oct 15 16:26:42 2017 +0200
- updated to 1.9.0
- added link patch
blkid.patch | 7 +++++++
f2fs-tools.spec | 13 +++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/f2fs-tools.spec b/f2fs-tools.spec
index 1801756..94d32aa 100644
--- a/f2fs-tools.spec
+++ b/f2fs-tools.spec
@@ -1,15 +1,17 @@
Summary: Utilities for managing the f2fs filesystem
Summary(pl.UTF-8): Narzędzia do zarządzania systemem plików f2fs
Name: f2fs-tools
-Version: 1.7.0
+Version: 1.9.0
Release: 1
License: GPL v2 (tools), GPL v2 or LGPL v2.1 (libraries)
Group: Applications/System
Source0: http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/%{name}-%{version}.tar.gz
-# Source0-md5: 9db22274264f0c88dbee012f257917b1
+# Source0-md5: f35cfdee1dc616f226fff96a56974d8c
+Patch0: blkid.patch
URL: http://f2fs-tools.sourceforge.net/
BuildRequires: autoconf >= 2.68
BuildRequires: automake
+BuildRequires: libblkid-devel
BuildRequires: libselinux-devel
BuildRequires: libtool
BuildRequires: libuuid-devel
@@ -68,6 +70,7 @@ wykorzystujących biblioteki f2fs.
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -100,11 +103,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
%attr(755,root,root) %{_libdir}/libf2fs.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libf2fs.so.1
+%attr(755,root,root) %ghost %{_libdir}/libf2fs.so.3
%attr(755,root,root) %{_libdir}/libf2fs_format.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libf2fs_format.so.0
+%attr(755,root,root) %ghost %{_libdir}/libf2fs_format.so.2
%attr(755,root,root) %{_sbindir}/defrag.f2fs
%attr(755,root,root) %{_sbindir}/dump.f2fs
+%attr(755,root,root) %{_sbindir}/f2fscrypt
%attr(755,root,root) %{_sbindir}/f2fstat
%attr(755,root,root) %{_sbindir}/fibmap.f2fs
%attr(755,root,root) %{_sbindir}/fsck.f2fs
@@ -114,6 +118,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_sbindir}/sload.f2fs
%{_mandir}/man8/defrag.f2fs.8*
%{_mandir}/man8/dump.f2fs.8*
+%{_mandir}/man8/f2fscrypt.8*
%{_mandir}/man8/fsck.f2fs.8*
%{_mandir}/man8/mkfs.f2fs.8*
%{_mandir}/man8/resize.f2fs.8*
diff --git a/blkid.patch b/blkid.patch
new file mode 100644
index 0000000..0a70060
--- /dev/null
+++ b/blkid.patch
@@ -0,0 +1,7 @@
+--- f2fs-tools-1.9.0/lib/Makefile.am.orig 2017-10-15 16:19:55.961880191 +0200
++++ f2fs-tools-1.9.0/lib/Makefile.am 2017-10-15 16:20:35.875230392 +0200
+@@ -6,3 +6,4 @@ libf2fs_la_SOURCES = libf2fs.c libf2fs_i
+ libf2fs_la_CFLAGS = -Wall
+ libf2fs_la_CPPFLAGS = -I$(top_srcdir)/include
+ libf2fs_la_LDFLAGS = -version-info $(LIBF2FS_CURRENT):$(LIBF2FS_REVISION):$(LIBF2FS_AGE)
++libf2fs_la_LIBADD = -lblkid
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/f2fs-tools.git/commitdiff/bc35ca8ac8377b94c401b43b7bfe003097a4a5e9
More information about the pld-cvs-commit
mailing list