Name: openabf Version: 2.0.0 Release: %autorelease Summary: A single-header C++ library of angle-based flattening algorithms License: Apache-2.0 URL: https://gitlab.com/educelab/OpenABF Source: https://gitlab.com/educelab/OpenABF/-/archive/develop/OpenABF-develop.tar.gz BuildArch: noarch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: eigen3-devel %description OpenABF is a single-header C++ library of angle-based flattening algorithms. The template interface is designed for simple out-of-the-box use, and integration with existing geometric processing pipelines is quick and easy. %prep %autosetup -n OpenABF-develop %build %cmake %install %cmake_install %files %doc README.md %license LICENSE %{_includedir}/OpenABF/OpenABF.hpp /usr/lib/cmake/OpenABF/ %changelog %autochangelog