disable testsuite (missing quickcheck-classes)
This commit is contained in:
parent
a46849557e
commit
966ef90cc6
@ -4,7 +4,7 @@
|
||||
%global pkg_name xmonad
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%bcond_without tests
|
||||
# testsuite missing deps: quickcheck-classes
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 0.17.1
|
||||
@ -40,9 +40,6 @@ BuildRequires: ghc-setlocale-prof
|
||||
BuildRequires: ghc-time-prof
|
||||
BuildRequires: ghc-transformers-prof
|
||||
BuildRequires: ghc-unix-prof
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
BuildRequires: desktop-file-utils
|
||||
Requires: xmonad-basic = %{version}-%{release}
|
||||
@ -258,6 +255,7 @@ install -p -m 0644 -D %SOURCE7 %{buildroot}%{_datadir}/xmonad/xmonad.hs
|
||||
%changelog
|
||||
* Wed Sep 14 2022 Jens Petersen <petersen@redhat.com> - 0.17.1-1
|
||||
- https://hackage.haskell.org/package/xmonad-0.17.1/changelog
|
||||
- disable testsuite (missing dependency)
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user