diff --git a/ghc-base-unicode-symbols.spec b/ghc-base-unicode-symbols.spec index 20216bc..2d7747c 100644 --- a/ghc-base-unicode-symbols.spec +++ b/ghc-base-unicode-symbols.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 base-unicode-symbols @@ -30,9 +30,12 @@ character sequences, i.e. → instead of ->, ∀ instead of forall and many othe %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 @@ -52,6 +55,12 @@ files. %ghc_lib_install +%post -p /sbin/ldconfig + + +%postun -p /sbin/ldconfig + + %post devel %ghc_pkg_recache