diff --git a/armadillo.spec b/armadillo.spec index d41107ea39c8234373113869d7f4e6e107b72b7b..6541206866643df5ed0ed180d5a863dbeee2130c 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo Version: 12.6.2 -Release: 2 +Release: 3 Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 URL: http://arma.sourceforge.net/ @@ -28,11 +28,11 @@ This package contains header files. sed -i 's/\r//' README.md %build -%{cmake} -%make_build VERBOSE=1 +%cmake +%cmake_build %install -%make_install +%cmake_install rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example1_win64.README.txt} rm -rf examples/example2_win64.* @@ -61,6 +61,9 @@ rm -rf examples/lib_win64 %doc armadillo_*.pdf %changelog +* Wed Oct 30 2024 xuezhixin - 12.6.2-3 +- use the new cmake macros + * Mon Aug 19 2024 Pan Zhang - 12.6.2-2 - Replaced declaration of help subpackage with the 'package_help' macro.