From 5b46a88c6ed74119d6f4f0e6d3941b19809aa9ec Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Jan 24 2018 13:11:30 +0000 Subject: refresh to cabal-rpm-0.12.1 --- diff --git a/ghc-libxml-sax.spec b/ghc-libxml-sax.spec index bc10dc6..d38c747 100644 --- a/ghc-libxml-sax.spec +++ b/ghc-libxml-sax.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 libxml-sax @@ -30,9 +30,12 @@ Bindings for the libXML2 SAX interface. %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} # Begin cabal-rpm deps: #Requires: libxml2-devel%{?_isa} @@ -55,6 +58,12 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_lib_install +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %post devel %ghc_pkg_recache