Summary: Open Fully Homomorphic Encryption Name: openFHE Version: 0.1 Release: 1%{?dist} License: BSD-2.0 URL: https://openfhe.org/ Source0: openfhe-development.tar %description OpenFHE is an open-source project that provides efficient extensible implementations of the leading post-quantum Fully Homomorphic Encryption (FHE) schemes. %prep %setup -q -T -b 0 -n %{name}-%{version} %build cmake build pushd build make popd %install pushd build make install DIST= popd %check pushd build make testall popd %files %{_libdir}/libOpenFHEbinfhe.so* %{_libdir}/libOpenFHEcore.so* %{_libdir}/libOpenFHEpke.so* %{_includedir}/openfhe/* %{_libdir}/OpenFHE/* %changelog