BR prof for lib and static for executable
This commit is contained in:
parent
1b9b359fe6
commit
3e08256316
58
xmobar.spec
58
xmobar.spec
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-1.0.0 --subpackage
|
||||
# generated by cabal-rpm-1.0.1 --subpackage
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name xmobar
|
||||
@ -28,37 +28,32 @@ Patch1: iwlib-0.1.0-libm.patch
|
||||
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
%if %{with haddock}
|
||||
BuildRequires: ghc-doc
|
||||
%endif
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-prof
|
||||
%endif
|
||||
BuildRequires: ghc-rpm-macros-extra
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: ghc-HTTP-devel
|
||||
BuildRequires: ghc-X11-devel
|
||||
BuildRequires: ghc-X11-xft-devel
|
||||
BuildRequires: ghc-async-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-extensible-exceptions-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-hinotify-devel
|
||||
#BuildRequires: ghc-iwlib-devel
|
||||
BuildRequires: ghc-libmpd-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-old-locale-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-parsec-numbers-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-regex-compat-devel
|
||||
BuildRequires: ghc-stm-devel
|
||||
BuildRequires: ghc-time-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-utf8-string-devel
|
||||
BuildRequires: ghc-X11-prof
|
||||
BuildRequires: ghc-X11-xft-prof
|
||||
BuildRequires: ghc-async-prof
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-directory-prof
|
||||
BuildRequires: ghc-extensible-exceptions-prof
|
||||
BuildRequires: ghc-filepath-prof
|
||||
BuildRequires: ghc-hinotify-prof
|
||||
BuildRequires: ghc-http-conduit-prof
|
||||
BuildRequires: ghc-http-types-prof
|
||||
#BuildRequires: ghc-iwlib-prof
|
||||
BuildRequires: ghc-libmpd-prof
|
||||
BuildRequires: ghc-mtl-prof
|
||||
BuildRequires: ghc-old-locale-prof
|
||||
BuildRequires: ghc-parsec-prof
|
||||
BuildRequires: ghc-parsec-numbers-prof
|
||||
BuildRequires: ghc-process-prof
|
||||
BuildRequires: ghc-regex-compat-prof
|
||||
BuildRequires: ghc-stm-prof
|
||||
BuildRequires: ghc-time-prof
|
||||
BuildRequires: ghc-transformers-prof
|
||||
BuildRequires: ghc-unix-prof
|
||||
BuildRequires: ghc-utf8-string-prof
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: wireless-tools-devel
|
||||
@ -87,6 +82,7 @@ This package provides the Haskell %{name} shared library.
|
||||
%package -n ghc-%{name}-devel
|
||||
Summary: Haskell %{name} library development files
|
||||
Provides: ghc-%{name}-static = %{version}-%{release}
|
||||
Provides: ghc-%{name}-static%{?_isa} = %{version}-%{release}
|
||||
%if %{defined ghc_version}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user