From d25f1973ab7383ab66c89c4a2a817e3c516818e1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Jan 24 2018 13:10:35 +0000 Subject: refresh to cabal-rpm-0.12.1 --- diff --git a/ghc-authenticate-oauth.spec b/ghc-authenticate-oauth.spec index 3c68283..fe0cfa0 100644 --- a/ghc-authenticate-oauth.spec +++ b/ghc-authenticate-oauth.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 authenticate-oauth @@ -37,9 +37,12 @@ Authentication methods for Haskell web applications. %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 +62,12 @@ files. %ghc_lib_install +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %post devel %ghc_pkg_recache