From f0da9bf7156c032a30ce8edf7557924fcea0de1b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 14:11:20 +0100 Subject: [PATCH] refresh to cabal-rpm-0.12.1 --- ghc-hspec-discover.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ghc-hspec-discover.spec b/ghc-hspec-discover.spec index 5fc793f..d47a4a6 100644 --- a/ghc-hspec-discover.spec +++ b/ghc-hspec-discover.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.11.1 +# generated by cabal-rpm-0.12.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name hspec-discover @@ -29,13 +29,18 @@ BuildRequires: ghc-hspec-meta-devel %description Automatically discover and run Hspec tests +. + %package devel Summary: Haskell %{pkg_name} library development files Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-doc = %{version}-%{release} +%if %{defined ghc_version} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} +%endif Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -59,6 +64,12 @@ This package provides the Haskell %{pkg_name} library development files. %cabal_test +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %post devel %ghc_pkg_recache