diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_symbols b/abi_symbols new file mode 100644 --- /dev/null +++ b/abi_symbols @@ -0,0 +1,42 @@ +libf2fs.so.3:addrs_per_inode +libf2fs.so.3:dev_fill +libf2fs.so.3:dev_fill_block +libf2fs.so.3:dev_read +libf2fs.so.3:dev_read_block +libf2fs.so.3:dev_read_version +libf2fs.so.3:dev_reada_block +libf2fs.so.3:dev_readahead +libf2fs.so.3:dev_write +libf2fs.so.3:dev_write_block +libf2fs.so.3:dev_write_dump +libf2fs.so.3:f2fs_cal_crc32 +libf2fs.so.3:f2fs_check_zones +libf2fs.so.3:f2fs_clear_bit +libf2fs.so.3:f2fs_crc_valid +libf2fs.so.3:f2fs_dentry_hash +libf2fs.so.3:f2fs_dev_is_umounted +libf2fs.so.3:f2fs_devs_are_umounted +libf2fs.so.3:f2fs_finalize_device +libf2fs.so.3:f2fs_get_device_info +libf2fs.so.3:f2fs_get_zone_blocks +libf2fs.so.3:f2fs_get_zoned_model +libf2fs.so.3:f2fs_init_configuration +libf2fs.so.3:f2fs_inode_chksum +libf2fs.so.3:f2fs_reset_zones +libf2fs.so.3:f2fs_set_bit +libf2fs.so.3:f2fs_test_bit +libf2fs.so.3:find_next_bit_le +libf2fs.so.3:find_next_zero_bit_le +libf2fs.so.3:get_bits_in_byte +libf2fs.so.3:get_device_info +libf2fs.so.3:get_kernel_version +libf2fs.so.3:get_rootdev +libf2fs.so.3:log_base_2 +libf2fs.so.3:test_and_clear_bit_le +libf2fs.so.3:test_and_set_bit_le +libf2fs.so.3:test_bit_le +libf2fs.so.3:utf16_to_utf8 +libf2fs.so.3:utf8_to_utf16 +libf2fs_format.so.2:f2fs_format_device +libf2fs_format.so.2:f2fs_trim_devices +libf2fs_format.so.2:main diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,3 @@ +libblkid.so.1 +libc.so.6 +libuuid.so.1 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,19 @@ +name : f2fs-tools +version : 1.9.0 +release : 1 +source : + - https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.9.0.tar.gz : 77217562ae7011a6d81b7b3c43c42623db1796a57596408d6c8037def70d6cc7 +license : + - GPL-2.0 + - LGPL-2.1 +component : system.utils +summary : Userland tools for the f2fs filesystem +description: | + f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS). + It allows to format, mount, check and doing other operations on F2FS partitions. +setup : | + %autogen --disable-static +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,53 @@ + + + f2fs-tools + + Fabio Forni + fabio94xx@gmail.com + + GPL-2.0 + LGPL-2.1 + system.utils + Userland tools for the f2fs filesystem + f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS). +It allows to format, mount, check and doing other operations on F2FS partitions. + + https://solus-project.com/sources/README.Solus + + + f2fs-tools + Userland tools for the f2fs filesystem + f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS). +It allows to format, mount, check and doing other operations on F2FS partitions. + + system.utils + + /usr/lib64/lib*.so.* + /usr/sbin + /usr/share/man + + + + f2fs-tools-devel + Development files for f2fs-tools + f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS). +It allows to format, mount, check and doing other operations on F2FS partitions. + + programming.devel + + f2fs-tools + + + /usr/lib64/lib*.so + + + + + 2017-11-19 + 1.9.0 + Packaging update + Fabio Forni + fabio94xx@gmail.com + + + \ No newline at end of file