[ghc-syb] move ghc_devel_package and ghc_devel_description to avoid srpm description

Jens Petersen petersen at fedoraproject.org
Wed Dec 28 05:24:09 UTC 2011


commit 2050f8857c361d09e775b15ced9762909d9fbfc1
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Dec 28 14:23:58 2011 +0900

    move ghc_devel_package and ghc_devel_description to avoid srpm description

 ghc-syb.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/ghc-syb.spec b/ghc-syb.spec
index 34598d3..566a419 100644
--- a/ghc-syb.spec
+++ b/ghc-syb.spec
@@ -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 at 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 at redhat.com> - 0.3.3-1
 - update to 0.3.3 for haskell-platform-2011.4.0.0
 - update to cabal2spec-0.25.2


More information about the scm-commits mailing list