move ghc_devel_package and ghc_devel_description to avoid srpm description

This commit is contained in:
Jens Petersen 2011-12-28 14:23:58 +09:00
parent e99897a060
commit 2050f8857c

View File

@ -11,7 +11,7 @@ a variety of traversals.
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
# part of haskell-platform-2011.4.0.0 # part of haskell-platform-2011.4.0.0
Version: 0.3.3 Version: 0.3.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: %{common_summary} Summary: %{common_summary}
Group: System Environment/Libraries Group: System Environment/Libraries
@ -29,11 +29,6 @@ BuildRequires: ghc-base-prof
%{common_description} %{common_description}
%ghc_devel_package
%ghc_devel_description
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}
@ -46,6 +41,11 @@ BuildRequires: ghc-base-prof
%ghc_lib_install %ghc_lib_install
%ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun %ghc_devel_post_postun
@ -54,6 +54,9 @@ BuildRequires: ghc-base-prof
%changelog %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 * 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 0.3.3 for haskell-platform-2011.4.0.0
- update to cabal2spec-0.25.2 - update to cabal2spec-0.25.2