Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_symbols =================================================================== --- /dev/null +++ abi_symbols @@ -0,0 +1,41 @@ +libf2fs.so.2:addrs_per_inode +libf2fs.so.2:dev_fill +libf2fs.so.2:dev_fill_block +libf2fs.so.2:dev_read +libf2fs.so.2:dev_read_block +libf2fs.so.2:dev_read_version +libf2fs.so.2:dev_reada_block +libf2fs.so.2:dev_readahead +libf2fs.so.2:dev_write +libf2fs.so.2:dev_write_block +libf2fs.so.2:dev_write_dump +libf2fs.so.2:f2fs_cal_crc32 +libf2fs.so.2:f2fs_check_zones +libf2fs.so.2:f2fs_clear_bit +libf2fs.so.2:f2fs_crc_valid +libf2fs.so.2:f2fs_dentry_hash +libf2fs.so.2:f2fs_dev_is_umounted +libf2fs.so.2:f2fs_devs_are_umounted +libf2fs.so.2:f2fs_finalize_device +libf2fs.so.2:f2fs_get_device_info +libf2fs.so.2:f2fs_get_zone_blocks +libf2fs.so.2:f2fs_get_zoned_model +libf2fs.so.2:f2fs_init_configuration +libf2fs.so.2:f2fs_reset_zones +libf2fs.so.2:f2fs_set_bit +libf2fs.so.2:f2fs_test_bit +libf2fs.so.2:find_next_bit_le +libf2fs.so.2:find_next_zero_bit_le +libf2fs.so.2:get_bits_in_byte +libf2fs.so.2:get_device_info +libf2fs.so.2:get_kernel_version +libf2fs.so.2:get_rootdev +libf2fs.so.2:log_base_2 +libf2fs.so.2:test_and_clear_bit_le +libf2fs.so.2:test_and_set_bit_le +libf2fs.so.2:test_bit_le +libf2fs.so.2:utf16_to_utf8 +libf2fs.so.2:utf8_to_utf16 +libf2fs_format.so.1:f2fs_format_device +libf2fs_format.so.1:f2fs_trim_devices +libf2fs_format.so.1:main Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libuuid.so.1 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,19 @@ +name : f2fs-tools +version : 1.8.0 +release : 1 +source : + - https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.8.0.tar.gz : d4dbecf55560c548bf0758c9f641d1beec1e960b38cbbc19951195d5144d39ae +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 +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,54 @@ + + + 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 primarily allows to format and mount 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 primarily allows to format and mount 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 primarily allows to format and mount F2FS partitions. + + programming.devel + + f2fs-tools + + + /usr/lib64/lib*.a + /usr/lib64/lib*.so + + + + + 2017-08-08 + 1.8.0 + Packaging update + Fabio Forni + fabio94xx@gmail.com + + + \ No newline at end of file