Use make_install macro in spec

This commit is contained in:
Marian Csontos 2024-01-17 15:44:17 +01:00
parent 0ee1026718
commit fc4e1a8529

View File

@ -93,13 +93,13 @@ echo %{version}-%{release} > VERSION
%if %{with check} %if %{with check}
%check %check
# FIXME: Reenable testing!
%cargo_test %cargo_test
#cargo test --test thin_shrink -- --nocapture --test-threads=1 #cargo test --test thin_shrink -- --nocapture --test-threads=1
%endif %endif
%install %install
make DESTDIR=%{buildroot} MANDIR=%{_mandir} install # TODO: Check that MANDIR is unused and remove
%make_install MANDIR=%{_mandir}
%files %files
%doc COPYING README.md %doc COPYING README.md