]> git.pld-linux.org Git - packages/ghc-memory.git/commitdiff
- fix dep syntax
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 19 Mar 2022 09:34:11 +0000 (10:34 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 19 Mar 2022 09:34:11 +0000 (10:34 +0100)
ghc-memory.spec

index fddb7bd9cd536343574a70aee8f318d49bf87eeb..5907f442ea31ce223f34777e457b4179577023b9 100644 (file)
@@ -15,17 +15,17 @@ Source0:    http://hackage.haskell.org/package/%{pkgname}-%{version}/%{pkgname}-%{v
 URL:           http://hackage.haskell.org/package/memory
 BuildRequires: ghc >= 6.12.3
 BuildRequires: ghc-basement >= 0.0.7
-BuildRequires: ghc-deepseq >=1.1
+BuildRequires: ghc-deepseq >= 1.1
 %if %{with prof}
 BuildRequires: ghc-prof
 BuildRequires: ghc-basement-prof >= 0.0.7
-BuildRequires: ghc-deepseq-prof >=1.1
+BuildRequires: ghc-deepseq-prof >= 1.1
 %endif
 BuildRequires: rpmbuild(macros) >= 1.608
 %requires_eq   ghc
 Requires(post,postun): /usr/bin/ghc-pkg
 Requires:      ghc-basement >= 0.0.7
-Requires:      ghc-deepseq >=1.1
+Requires:      ghc-deepseq >= 1.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # debuginfo is not useful for ghc
@@ -51,7 +51,7 @@ Summary(pl.UTF-8):    Biblioteka profilująca %{pkgname} dla GHC
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      ghc-basement-prof >= 0.0.7
-Requires:      ghc-deepseq-prof >=1.1
+Requires:      ghc-deepseq-prof >= 1.1
 
 %description prof
 Profiling %{pkgname} library for GHC.  Should be installed when
This page took 0.397227 seconds and 4 git commands to generate.