refresh to cabal-rpm-0.12.1

This commit is contained in:
Jens Petersen 2018-01-24 14:11:01 +01:00
parent 128f5c48b0
commit ec186a36b9

View File

@ -1,7 +1,8 @@
# generated by cabal-rpm-0.10.0
# generated by cabal-rpm-0.12.1
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name dns
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
@ -12,7 +13,7 @@ Summary: DNS library in Haskell
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -48,9 +49,12 @@ A thread-safe DNS library for both clients and servers written in pure Haskell.
%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
@ -58,7 +62,7 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
%setup -q -n %{pkgver}
%build
@ -73,6 +77,12 @@ This package provides the Haskell %{pkg_name} library development files.
%cabal_test
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post devel
%ghc_pkg_recache