|
|
|
@ -11,7 +11,7 @@ a variety of traversals.
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
# part of haskell-platform-2011.4.0.0
|
|
|
|
|
Version: 0.3.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -29,11 +29,6 @@ BuildRequires: ghc-base-prof
|
|
|
|
|
%{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_devel_package
|
|
|
|
|
|
|
|
|
|
%ghc_devel_description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
@ -46,6 +41,11 @@ BuildRequires: ghc-base-prof
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_devel_package
|
|
|
|
|
|
|
|
|
|
%ghc_devel_description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_devel_post_postun
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -54,6 +54,9 @@ BuildRequires: ghc-base-prof
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 28 2011 Jens Petersen <petersen@redhat.com> - 0.3.3-2
|
|
|
|
|
- move ghc_devel_package and ghc_devel_description to avoid srpm description
|
|
|
|
|
|
|
|
|
|
* Tue Dec 27 2011 Jens Petersen <petersen@redhat.com> - 0.3.3-1
|
|
|
|
|
- update to 0.3.3 for haskell-platform-2011.4.0.0
|
|
|
|
|
- update to cabal2spec-0.25.2
|
|
|
|
|