# https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name @PACKAGE@ Name: %{pkg_name} Version: @VERSION@ Release: 1%{?dist} Summary: @SUMMARY@ License: @LICENSE@ URL: http://hackage.haskell.org/package/%{name} Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %description @DESCRIPTION@ %package -n ghc-%{name} Summary: Haskell %{name} library %description -n ghc-%{name} This package contains the Haskell %{name} library. %package -n ghc-%{name}-devel Summary: Haskell %{name} library development files Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} Requires: ghc-%{name} = %{version}-%{release} %description -n ghc-%{name}-devel This package provides the Haskell %{pkg_name} library development files. %prep %setup -q %build %ghc_lib_build %install %ghc_lib_install %post -n ghc-%{name}-devel %ghc_pkg_recache %postun -n ghc-%{name}-devel %ghc_pkg_recache %files %doc LICENSE %{_bindir}/%{name} %files -n ghc-%{name} -f ghc-%{name}.files %doc LICENSE %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files %changelog * @DATE@ Fedora Haskell SIG - spec file generated by cabal-rpm