Switch to new cmake macros

epel9
Erich Eickmeyer 5 years ago
parent 4ff730a103
commit bbf1f9240a

@ -43,18 +43,11 @@ This package includes the development libraries and header files for
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%cmake
%cmake_build
%install
make install DESTDIR=%{buildroot} -C %{_target_platform}
%cmake_install
%ldconfig_scriptlets

Loading…
Cancel
Save