Changeset View
Changeset View
Standalone View
Standalone View
pspec_x86_64.xml
| <PISI> | <PISI> | ||||
| <Source> | <Source> | ||||
| <Name>liburcu</Name> | <Name>liburcu</Name> | ||||
| <Homepage>https://liburcu.org/</Homepage> | |||||
| <Packager> | <Packager> | ||||
| <Name>Rex Morgan</Name> | <Name>Martin Reboredo</Name> | ||||
| <Email>rex@rexflex.net</Email> | <Email>yakoyoku@gmail.com</Email> | ||||
| </Packager> | </Packager> | ||||
| <License>LGPL-2.1</License> | <License>LGPL-2.1-or-later</License> | ||||
| <PartOf>programming.library</PartOf> | <PartOf>programming.library</PartOf> | ||||
| <Summary xml:lang="en">Userspace RCU (read-copy-update) library is a data synchronization library that provides read-side access which scales linearly with the number of cores.</Summary> | <Summary xml:lang="en">Userspace RCU Implementation</Summary> | ||||
| <Description xml:lang="en">Userspace RCU (read-copy-update) library is a data synchronization library that provides read-side access which scales linearly with the number of cores. | <Description xml:lang="en">liburcu is a userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. | ||||
| </Description> | </Description> | ||||
| <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive> | <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive> | ||||
| </Source> | </Source> | ||||
| <Package> | <Package> | ||||
| <Name>liburcu</Name> | <Name>liburcu</Name> | ||||
| <Summary xml:lang="en">Userspace RCU (read-copy-update) library is a data synchronization library that provides read-side access which scales linearly with the number of cores.</Summary> | <Summary xml:lang="en">Userspace RCU Implementation</Summary> | ||||
| <Description xml:lang="en">Userspace RCU (read-copy-update) library is a data synchronization library that provides read-side access which scales linearly with the number of cores. | <Description xml:lang="en">liburcu is a userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. | ||||
| </Description> | </Description> | ||||
| <PartOf>programming.library</PartOf> | <PartOf>programming.library</PartOf> | ||||
| <Files> | <Files> | ||||
| <Path fileType="library">/usr/lib64/lib*.so.*</Path> | <Path fileType="library">/usr/lib64/liburcu-bp.so.8</Path> | ||||
| <Path fileType="doc">/usr/share/doc</Path> | <Path fileType="library">/usr/lib64/liburcu-bp.so.8.0.0</Path> | ||||
| <Path fileType="library">/usr/lib64/liburcu-cds.so.8</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-cds.so.8.0.0</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-common.so.8</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-common.so.8.0.0</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-mb.so.8</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-mb.so.8.0.0</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-memb.so.8</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-memb.so.8.0.0</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-qsbr.so.8</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-qsbr.so.8.0.0</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-signal.so.8</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-signal.so.8.0.0</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu.so.8</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu.so.8.0.0</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/LICENSE</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/README.md</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/cds-api.md</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/Makefile</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/Makefile.examples.template</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/hlist/Makefile</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_add_head_rcu</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_del_rcu</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_for_each_entry_rcu</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/hlist/Makefile.cds_hlist_for_each_rcu</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/hlist/cds_hlist_add_head_rcu.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/hlist/cds_hlist_del_rcu.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/hlist/cds_hlist_for_each_entry_rcu.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/hlist/cds_hlist_for_each_rcu.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/lfstack/Makefile</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/lfstack/Makefile.cds_lfs_pop_all_blocking</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/lfstack/Makefile.cds_lfs_pop_blocking</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/lfstack/Makefile.cds_lfs_push</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/lfstack/cds_lfs_pop_all_blocking.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/lfstack/cds_lfs_pop_blocking.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/lfstack/cds_lfs_push.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/Makefile</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_add_rcu</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_add_tail_rcu</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_del_rcu</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_for_each_entry_rcu</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_for_each_rcu</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/Makefile.cds_list_replace_rcu</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/cds_list_add_rcu.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/cds_list_add_tail_rcu.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/cds_list_del_rcu.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/cds_list_for_each_entry_rcu.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/cds_list_for_each_rcu.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/list/cds_list_replace_rcu.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_add</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_add_replace</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_add_unique</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_del</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_destroy</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_for_each_entry_duplicate</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/Makefile.cds_lfht_lookup</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_add.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_add_replace.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_add_unique.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_del.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_destroy.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_for_each_entry_duplicate.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/cds_lfht_lookup.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfhash/jhash.h</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfqueue/Makefile</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfqueue/Makefile.cds_lfq_dequeue</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfqueue/Makefile.cds_lfq_enqueue</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfqueue/cds_lfq_dequeue.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/rculfqueue/cds_lfq_enqueue.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile.bp</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile.mb</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile.membarrier</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile.qsbr</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/Makefile.signal</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/bp.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/mb.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/membarrier.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/qsbr.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/urcu-flavors/signal.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfcqueue/Makefile</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfcqueue/Makefile.cds_wfcq_dequeue</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfcqueue/Makefile.cds_wfcq_enqueue</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfcqueue/Makefile.cds_wfcq_splice</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfcqueue/cds_wfcq_dequeue.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfcqueue/cds_wfcq_enqueue.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfcqueue/cds_wfcq_splice.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfstack/Makefile</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfstack/Makefile.cds_wfs_pop</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfstack/Makefile.cds_wfs_pop_all_blocking</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfstack/Makefile.cds_wfs_push</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfstack/cds_wfs_pop.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfstack/cds_wfs_pop_all_blocking.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/examples/wfstack/cds_wfs_push.c</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/rcu-api.md</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/solaris-build.md</Path> | |||||
| <Path fileType="doc">/usr/share/doc/userspace-rcu/uatomic-api.md</Path> | |||||
| </Files> | </Files> | ||||
| </Package> | </Package> | ||||
| <Package> | <Package> | ||||
| <Name>liburcu-devel</Name> | <Name>liburcu-devel</Name> | ||||
| <Summary xml:lang="en">Development files for liburcu</Summary> | <Summary xml:lang="en">Development files for liburcu</Summary> | ||||
| <Description xml:lang="en">Userspace RCU (read-copy-update) library is a data synchronization library that provides read-side access which scales linearly with the number of cores. | <Description xml:lang="en">liburcu is a userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. | ||||
| </Description> | </Description> | ||||
| <PartOf>programming.devel</PartOf> | <PartOf>programming.devel</PartOf> | ||||
| <RuntimeDependencies> | <RuntimeDependencies> | ||||
| <Dependency release="1">liburcu</Dependency> | <Dependency release="2">liburcu</Dependency> | ||||
| </RuntimeDependencies> | </RuntimeDependencies> | ||||
| <Files> | <Files> | ||||
| <Path fileType="header">/usr/include/</Path> | <Path fileType="header">/usr/include/urcu-bp.h</Path> | ||||
| <Path fileType="library">/usr/lib64/lib*.so</Path> | <Path fileType="header">/usr/include/urcu-call-rcu.h</Path> | ||||
| <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path> | <Path fileType="header">/usr/include/urcu-defer.h</Path> | ||||
| <Path fileType="header">/usr/include/urcu-flavor.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu-pointer.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu-qsbr.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/aarch64.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/alpha.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/arm.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/gcc.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/generic.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/hppa.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/ia64.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/m68k.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/mips.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/nios2.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/ppc.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/riscv.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/s390.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/sparc64.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/tile.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/arch/x86.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/call-rcu.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/cds.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/compiler.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/config.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/debug.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/defer.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/flavor.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/futex.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/hlist.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/lfstack.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/list.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/map/clear.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/map/urcu-bp.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/map/urcu-mb.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/map/urcu-memb.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/map/urcu-qsbr.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/map/urcu-signal.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/map/urcu.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/pointer.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/rcuhlist.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/rculfhash.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/rculfqueue.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/rculfstack.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/rculist.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/ref.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/lfstack.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/pointer.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/rculfqueue.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/rculfstack.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/urcu-bp.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/urcu-common.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/urcu-mb.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/urcu-memb.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/urcu-qsbr.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/urcu-signal-nr.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/urcu-signal.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/urcu.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/wfcqueue.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/wfqueue.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/static/wfstack.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/syscall-compat.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/system.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/tls-compat.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/aarch64.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/alpha.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/arm.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/gcc.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/generic.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/hppa.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/ia64.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/m68k.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/mips.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/nios2.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/ppc.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/riscv.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/s390.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/sparc64.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/tile.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic/x86.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/uatomic_arch.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/urcu-bp.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/urcu-futex.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/urcu-mb.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/urcu-memb.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/urcu-qsbr.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/urcu-signal.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/urcu.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/urcu_ref.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/wfcqueue.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/wfqueue.h</Path> | |||||
| <Path fileType="header">/usr/include/urcu/wfstack.h</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-bp.so</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-cds.so</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-common.so</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-mb.so</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-memb.so</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-qsbr.so</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu-signal.so</Path> | |||||
| <Path fileType="library">/usr/lib64/liburcu.so</Path> | |||||
| <Path fileType="data">/usr/lib64/pkgconfig/liburcu-bp.pc</Path> | |||||
| <Path fileType="data">/usr/lib64/pkgconfig/liburcu-cds.pc</Path> | |||||
| <Path fileType="data">/usr/lib64/pkgconfig/liburcu-mb.pc</Path> | |||||
| <Path fileType="data">/usr/lib64/pkgconfig/liburcu-qsbr.pc</Path> | |||||
| <Path fileType="data">/usr/lib64/pkgconfig/liburcu-signal.pc</Path> | |||||
| <Path fileType="data">/usr/lib64/pkgconfig/liburcu.pc</Path> | |||||
| </Files> | </Files> | ||||
| </Package> | </Package> | ||||
| <History> | <History> | ||||
| <Update release="1"> | <Update release="2"> | ||||
| <Date>2017-07-26</Date> | <Date>2021-06-14</Date> | ||||
| <Version>0.9.3</Version> | <Version>0.13.0</Version> | ||||
| <Comment>Packaging update</Comment> | <Comment>Packaging update</Comment> | ||||
| <Name>Rex Morgan</Name> | <Name>Martin Reboredo</Name> | ||||
| <Email>rex@rexflex.net</Email> | <Email>yakoyoku@gmail.com</Email> | ||||
| </Update> | </Update> | ||||
| </History> | </History> | ||||
| </PISI> | </PISI> | ||||
| No newline at end of file | No newline at end of file | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.