%define debug_package %{nil} Name: libanimation Version: 3.8.1 Release: 1%{?dist} Summary: Library that provides animation calculations License: LGPL URL: https://github.com/hermes83/libanimation Source0: https://github.com/hermes83/libanimation/archive/master.tar.gz#/%{name}-patched.tar.gz BuildRequires: wget git meson rpm-build gmock gtest gmock-devel gtest-devel gobject-introspection gobject-introspection-devel gcc-c++ glib2-devel gobject-introspection-devel rpmdevtools Requires: glib2 %description %{summary}. %prep git clone --recursive https://github.com/hermes83/libanimation.git %build cd libanimation %meson %meson_build %install cd libanimation %meson_install %files %{_libdir}/*.so* %{_libdir}/girepository-1.0/*.typelib %{_includedir}/animation/*.h %{_includedir}/animation/wobbly/*.h %{_includedir}/animation-glib/*.h %{_includedir}/animation-glib/wobbly/*.h %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/*.gir