Remove covr properly

This commit is contained in:
Iñaki Úcar 2022-09-04 14:14:27 +02:00
parent b3ddd33473
commit 8c292809a6

View File

@ -1,5 +1,6 @@
%global packname mockr
%global rlibdir %{_datadir}/R/library
%global __suggests_exclude ^R\\((covr)\\)
%bcond_with bootstrap
Name: R-%{packname}
@ -41,9 +42,6 @@ it for testing. Designed as a drop-in replacement for
%prep
%setup -q -c -n %{packname}
# Don't need coverage; it's not packaged either.
sed -i 's/, covr//g' %{packname}/DESCRIPTION
%build