refresh to cabal-rpm-0.12.1

This commit is contained in:
Jens Petersen 2018-01-24 14:11:51 +01:00
parent 49d3e9f6a3
commit 14fddb3c1b
1 changed files with 10 additions and 1 deletions

View File

@ -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 regex-pcre
@ -30,9 +30,12 @@ A Haskell binding to the Perl Compatible Regular Expressions library.
%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: pcre-devel%{?_isa}
@ -54,6 +57,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