Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Kaleb S. KEITHLEY
d3c59aa949 Merge remote-tracking branch 'origin/rawhide' into epel9 2022-09-07 08:24:47 -04:00
Kaleb S. KEITHLEY
a8c8db109c Update to 8.1.0
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
2022-05-18 07:57:30 -04:00
Kaleb S. KEITHLEY
9455eb4ec8 Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild 2022-05-16 11:09:53 -04:00

View file

@ -10,6 +10,12 @@ Source0: %{github}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: gtest-devel
BuildRequires: gmock-devel
%ifarch %{arm}
# Only used for testing, as it's a header-only package.
%global optflags %(echo %{optflags} -mfpu=neon)
%endif
%ifarch %{arm}
# Only used for testing, as it's a header-only package.