diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..631aa1d --- /dev/null +++ b/abi_used_libs @@ -0,0 +1 @@ +libc.so.6 diff --git a/abi_used_symbols b/abi_used_symbols new file mode 100644 index 0000000..6340846 --- /dev/null +++ b/abi_used_symbols @@ -0,0 +1,6 @@ +libc.so.6:__printf_chk +libc.so.6:__sprintf_chk +libc.so.6:exit +libc.so.6:free +libc.so.6:malloc +libc.so.6:memmove diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..01658cb --- /dev/null +++ b/package.yml @@ -0,0 +1,17 @@ +name : libblocksruntime +version : 0.4.1 +release : 1 +source : + - http://http.debian.net/debian/pool/main/libb/libblocksruntime/libblocksruntime_0.4.1.orig.tar.gz : 7807e18d7d6cabd90f77c8b8a8ebd472516fa4ed6a02df82e0c33b1c5e112abc +license : MIT +summary : Blocks runtime library for Clang +description: | + Blocks runtime library for Clang +component : programming.library +clang : yes +setup : | + %configure --disable-static +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..f09e1ae --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,50 @@ + + + libblocksruntime + + Jarno Turkki + stalebrim@posteo.net + + MIT + programming.library + Blocks runtime library for Clang + Blocks runtime library for Clang + + https://getsol.us/sources/README.Solus + + + libblocksruntime + Blocks runtime library for Clang + Blocks runtime library for Clang + + programming.library + + /usr/lib64/libBlocksRuntime.so.0 + /usr/lib64/libBlocksRuntime.so.0.0.0 + + + + libblocksruntime-devel + Development files for libblocksruntime + Blocks runtime library for Clang + + programming.devel + + libblocksruntime + + + /usr/include/Block.h + /usr/include/Block_private.h + /usr/lib64/libBlocksRuntime.so + + + + + 2021-02-03 + 0.4.1 + Packaging update + Jarno Turkki + stalebrim@posteo.net + + + \ No newline at end of file