# # spec file for library libbst-devel # # Copyright (c) 2024 Michael Berry # Name: libbst-devel Version: 0.1.2 Release: 1 License: MIT Summary: Generically typed C library for creating self balanced binary trees Url: https://github.com/berrym/bst Source: https://github.com/berrym/release/libbst-%{version}.tar.gz BuildRequires: gcc BuildRequires: meson Requires: glibc %description A generically typed C library for creating self balancing AVL Binary Trees. %prep %setup -q -n libbst %build %meson %meson_build %install %meson_install %check %meson_test %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc README.md %{_libdir}/libbst.so %{_includedir}/bst.h %changelog * Wed Aug 14 2024 Michael Berry - 0.1.2-1 - Rebuild * Sun Aug 11 2024 Michael Berry - 0.1.1-2 - Refactored for easy rpm development on Fedora * Sun Aug 11 2024 Michael Berry - 0.1.1-1 - rebuilt