]> git.pld-linux.org Git - packages/f2fs-tools.git/commitdiff
- updated to 1.9.0 auto/th/f2fs-tools-1.9.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 15 Oct 2017 14:26:42 +0000 (16:26 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 15 Oct 2017 14:26:42 +0000 (16:26 +0200)
- added link patch

blkid.patch [new file with mode: 0644]
f2fs-tools.spec

diff --git a/blkid.patch b/blkid.patch
new file mode 100644 (file)
index 0000000..0a70060
--- /dev/null
@@ -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
index 180175634f0dba6f6f92ce03ba5b65c65a281b32..94d32aaf5f9153cc9d3d23ca13ea20c186027f21 100644 (file)
@@ -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*
This page took 0.134855 seconds and 4 git commands to generate.