Name: raft Version: 0.11.2 Release: 0.1%{?dist} Summary: C implementation of the Raft consensus protocol License: LGPLv3 URL: https://github.com/canonical/raft Source0: https://github.com/canonical/%{name}/archive/v%{version}.tar.gz BuildRequires: autoconf libtool BuildRequires: gcc BuildRequires: lz4-devel BuildRequires: libuv-devel %description Fully asynchronous C implementation of the Raft consensus protocol. It consists of a core part that implements the core Raft algorithm logic and a pluggable interface defining the I/O implementation for networking and disk persistence. %package devel Summary: Development libraries for raft Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Development headers and library for raft. %package static Summary: Static library for raft Requires: %{name}%{?_isa} = %{version}-%{release} %description static Static library (.a) version of raft. %prep %setup -q -n %{name}-%{version} %build autoreconf -i %configure %make_build %install %make_install rm -f %{buildroot}%{_libdir}/libraft.la %check %make_build check %ldconfig_scriptlets %files %doc AUTHORS README.md %license LICENSE %{_libdir}/libraft.so.* %files devel %{_libdir}/libraft.so %{_libdir}/pkgconfig/%{name}.pc %{_includedir}/raft.h %{_includedir}/raft/ %files static %{_libdir}/libraft.a %changelog * Mon Aug 23 2021 Reto Gantenbein 0.11.2-0.1 - Update to 0.11.2. * Sun Jun 20 2021 Reto Gantenbein 0.11.1-0.1 - Update to 0.11.1. * Tue May 11 2021 Reto Gantenbein 0.10.1-0.1 - Update to 0.10.1 * Thu Apr 22 2021 Reto Gantenbein 0.10.0-0.1.20210409gite318fd8 - Update to git snapshot e318fd8 * Sat Apr 03 2021 Reto Gantenbein 0.10.0-0.1 - Update to 0.10.0 * Sat Mar 13 2021 Reto Gantenbein 0.9.25-0.2.20210203git329e3d8 - Update to git snapshot 329e3d8 * Mon Jan 18 2021 Reto Gantenbein 0.9.25-0.2.20201206gitf205aaf - Update to git snapshot f205aaf5 * Sun Nov 22 2020 Reto Gantenbein 0.9.25-0.2.20201027gitc1539a7 - Update to git snapshot c1539a7. * Thu Oct 22 2020 Reto Gantenbein 0.9.25-0.2.20201015git9761242 - Add patch to fix test for x86_64/aarch64 * Tue Oct 20 2020 Reto Gantenbein 0.9.25-0.1.20201015git9761242 - Initial package