[packages/xmonad] - rel 2, relax deps
baggins
baggins at pld-linux.org
Sat May 30 22:18:20 CEST 2020
commit 0b85440e86d52222783a3b30050c8f56cb9b52a4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat May 30 22:17:54 2020 +0200
- rel 2, relax deps
xmonad.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/xmonad.spec b/xmonad.spec
index 3d45bad..bfc595b 100644
--- a/xmonad.spec
+++ b/xmonad.spec
@@ -5,7 +5,7 @@
Summary: Tiling window manager
Name: xmonad
Version: 0.15
-Release: 1
+Release: 2
License: BSD
Group: X11/Window Managers
Source0: http://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
@@ -20,11 +20,11 @@ BuildRequires: ghc-setlocale
BuildRequires: ghc-utf8-string >= 0.3
BuildRequires: rpmbuild(macros) >= 1.608
%requires_eq ghc
-%requires_releq ghc-extensible-exceptions
-%requires_releq ghc-mtl
-%requires_releq ghc-setlocale
-%requires_releq ghc-utf8-string
-%requires_releq ghc-X11
+Requires: ghc-X11 >= 1.6
+Requires: ghc-extensible-exceptions
+Requires: ghc-mtl
+Requires: ghc-setlocale
+Requires: ghc-utf8-string >= 0.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
# debuginfo is not useful for ghc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xmonad.git/commitdiff/0b85440e86d52222783a3b30050c8f56cb9b52a4
More information about the pld-cvs-commit
mailing list