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 BuildRequires: doxygen BuildRequires: gtest-devel BuildRequires: gmock-devel BuildRequires: perl %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 -DOPENABF_BUILD_DOCS=ON %cmake_build %cmake_build --target docs %install %cmake_install %check %ctest %files %doc README.md %license LICENSE %{_includedir}/OpenABF/OpenABF.hpp %{_libdir}/cmake/OpenABF/ %{_docdir}/%{name}/ %changelog %autochangelog