no longer remove license and use cabal_test

This commit is contained in:
Jens Petersen 2016-09-27 18:33:45 +09:00
parent dc4e149ae8
commit 373c46affc

View File

@ -78,13 +78,9 @@ install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
%ghc_fix_dynamic_rpath shellcheck
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
%cabal test
%endif
%cabal_test
%post -n ghc-%{name}-devel