|
|
|
@ -11,7 +11,7 @@ and extracting files from zip archives.
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.1.1.8
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -23,11 +23,11 @@ ExclusiveArch: %{ghc_arches}
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
|
|
|
|
# END cabal2spec
|
|
|
|
|
BuildRequires: ghc-binary-prof
|
|
|
|
|
BuildRequires: ghc-digest-prof
|
|
|
|
|
BuildRequires: ghc-mtl-prof
|
|
|
|
|
BuildRequires: ghc-utf8-string-prof
|
|
|
|
|
BuildRequires: ghc-zlib-prof
|
|
|
|
|
BuildRequires: ghc-binary-devel
|
|
|
|
|
BuildRequires: ghc-digest-devel
|
|
|
|
|
BuildRequires: ghc-mtl-devel
|
|
|
|
|
BuildRequires: ghc-utf8-string-devel
|
|
|
|
|
BuildRequires: ghc-zlib-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{common_description}
|
|
|
|
@ -53,10 +53,13 @@ BuildRequires: ghc-zlib-prof
|
|
|
|
|
%ghc_devel_post_postun
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_files COPYING
|
|
|
|
|
%ghc_files LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.1.1.8-2
|
|
|
|
|
- change prof BRs to devel
|
|
|
|
|
|
|
|
|
|
* Wed Jun 13 2012 Jens Petersen <petersen@redhat.com> - 0.1.1.8-1
|
|
|
|
|
- update to 0.1.1.8
|
|
|
|
|
|
|
|
|
|