From 43791d9446feb87a6130e95652f666919022f4f9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 24 Jan 2018 14:12:15 +0100 Subject: [PATCH] refresh to cabal-rpm-0.12.1 --- ghc-uri-bytestring.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ghc-uri-bytestring.spec b/ghc-uri-bytestring.spec index 860ce88..1a8701b 100644 --- a/ghc-uri-bytestring.spec +++ b/ghc-uri-bytestring.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-0.11.2 +# generated by cabal-rpm-0.12.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name uri-bytestring @@ -47,9 +47,12 @@ ByteStrings for parsing and representing the URI data. %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 @@ -74,6 +77,12 @@ mv licenses/http-types/LICENSE licenses/LICENSE.http-types %cabal_test +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %post devel %ghc_pkg_recache