diff --git a/tinyxml2.spec b/tinyxml2.spec index f95274b..c5e974c 100644 --- a/tinyxml2.spec +++ b/tinyxml2.spec @@ -72,14 +72,14 @@ for writing applications with the %{name} library. %build %cmake -%make_build +%make # Build the documentation from the "dox" template cd .. doxygen dox %install -%make_install -C build +%makeinstall_std -C build # Install CMake find module install -D -m644 %{SOURCE1} %{buildroot}%{_datadir}/cmake/Modules/FindTinyXML2.cmake