diff --git a/ghc-executable-path.spec b/ghc-executable-path.spec index f08252b..2caf894 100644 --- a/ghc-executable-path.spec +++ b/ghc-executable-path.spec @@ -1,4 +1,3 @@ -# cabal2spec-0.25 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -9,23 +8,24 @@ %global common_description The documentation of "System.Environment.getProgName" says that\ \"However, this is hard-to-impossible to implement on some non-Unix OSes, \ so instead, for maximum portability, we just return the leaf name \ -of the program as invoked.\".This library tries to provide the missing path. +of the program as invoked.\". This library tries to provide the missing path. Name: ghc-%{pkg_name} Version: 0.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{common_summary} -Group: System Environment/Libraries License: Public Domain -# BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz -ExclusiveArch: %{ghc_arches} + BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} -# END cabal2spec +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: +BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel +BuildRequires: ghc-unix-devel +# End cabal-rpm deps %description %{common_description} @@ -43,7 +43,6 @@ BuildRequires: ghc-filepath-devel %ghc_lib_install -# devel subpackage %ghc_devel_package %ghc_devel_description @@ -56,6 +55,9 @@ BuildRequires: ghc-filepath-devel %changelog +* Sat Nov 17 2012 Jens Petersen - 0.0.3-2 +- update with cabal-rpm + * Sat Sep 8 2012 Lakshmi Narasimhan T V - 0.0.3-1 - spec file template generated by cabal2spec-0.25.5