bot: rpm5 -> rpm4 (8)

This commit is contained in:
NixTux Commit Bot 2020-01-13 19:21:16 +03:00
parent 1e6836bf44
commit ab997be32b

View file

@ -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