refresh to cabal-rpm-0.12.1

This commit is contained in:
Jens Petersen 2018-01-24 14:11:40 +01:00
parent 1aa6dffdbe
commit 3aaa01f9ae
1 changed files with 13 additions and 3 deletions

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 network-multicast
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.2.0
@ -10,7 +11,7 @@ Summary: Simple multicast library
License: Public Domain
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
@ -26,9 +27,12 @@ The "Network.Multicast" module is for sending UDP datagrams over multicast
%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
@ -37,7 +41,7 @@ files.
%prep
%setup -q -n %{pkg_name}-%{version}
%setup -q -n %{pkgver}
%build
@ -48,6 +52,12 @@ files.
%ghc_lib_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post devel
%ghc_pkg_recache