no longer remove license; use cabal_test

This commit is contained in:
Jens Petersen 2016-09-27 19:15:59 +09:00
parent b8bb0c60a2
commit 1b04b6f3ec
1 changed files with 1 additions and 5 deletions

View File

@ -94,13 +94,9 @@ install dist/build/%{name}/%{name}.static %{buildroot}%{_bindir}
touch %{buildroot}%{_bindir}/%{name}
%endif
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
%cabal test
%endif
%cabal_test
%if %{with static}