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,22 @@ +libunarr.so.1:ar_at_eof +libunarr.so.1:ar_close +libunarr.so.1:ar_close_archive +libunarr.so.1:ar_entry_get_filetime +libunarr.so.1:ar_entry_get_name +libunarr.so.1:ar_entry_get_offset +libunarr.so.1:ar_entry_get_size +libunarr.so.1:ar_entry_uncompress +libunarr.so.1:ar_get_global_comment +libunarr.so.1:ar_open_7z_archive +libunarr.so.1:ar_open_file +libunarr.so.1:ar_open_memory +libunarr.so.1:ar_open_rar_archive +libunarr.so.1:ar_open_tar_archive +libunarr.so.1:ar_open_zip_archive +libunarr.so.1:ar_parse_entry +libunarr.so.1:ar_parse_entry_at +libunarr.so.1:ar_parse_entry_for +libunarr.so.1:ar_read +libunarr.so.1:ar_seek +libunarr.so.1:ar_skip +libunarr.so.1:ar_tell diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +liblzma.so.5 +libz.so.1 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : libunarr +version : 1.0.1 +release : 1 +source : + - https://github.com/selmf/unarr/archive/v1.0.1.tar.gz : 0098e3f33182d16c13eb21278696651b170360a9a4d1c0214db4bd7882253223 +license : LGPL-3.0-or-later +component : programming.library +summary : (lib)unarr is a decompression library for RAR, TAR, ZIP and 7z* archives. +description: | + (lib)unarr is a decompression library for RAR, TAR, ZIP and 7z* archives. +setup : | + %cmake_ninja +build : | + %ninja_build +install : | + %ninja_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,50 @@ + + + libunarr + + F. von Gellhorn + flinux@vongellhorn.ch + + LGPL-3.0-or-later + programming.library + (lib)unarr is a decompression library for RAR, TAR, ZIP and 7z* archives. + (lib)unarr is a decompression library for RAR, TAR, ZIP and 7z* archives. + + https://solus-project.com/sources/README.Solus + + + libunarr + (lib)unarr is a decompression library for RAR, TAR, ZIP and 7z* archives. + (lib)unarr is a decompression library for RAR, TAR, ZIP and 7z* archives. + + programming.library + + /usr/lib64/libunarr.so.1 + /usr/lib64/libunarr.so.1.0.0 + + + + libunarr-devel + Development files for libunarr + (lib)unarr is a decompression library for RAR, TAR, ZIP and 7z* archives. + + programming.devel + + libunarr + + + /usr/include/unarr.h + /usr/lib64/libunarr.so + /usr/lib64/pkgconfig/libunarr.pc + + + + + 2018-08-28 + 1.0.1 + Packaging update + F. von Gellhorn + flinux@vongellhorn.ch + + + \ No newline at end of file