[ghc-IfElse] update to new simplified Haskell Packaging Guidelines

Jens Petersen petersen at fedoraproject.org
Thu Jun 6 01:57:14 UTC 2013


commit 988970e578715ed8428d83667f5ea5f5eaf0f6cc
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Jun 6 10:55:45 2013 +0900

    update to new simplified Haskell Packaging Guidelines

 ghc-IfElse.spec |   37 +++++++++++++++++++++++++------------
 1 files changed, 25 insertions(+), 12 deletions(-)
---
diff --git a/ghc-IfElse.spec b/ghc-IfElse.spec
index c69ae3f..d64b4f0 100644
--- a/ghc-IfElse.spec
+++ b/ghc-IfElse.spec
@@ -1,16 +1,11 @@
 # https://fedoraproject.org/wiki/Packaging:Haskell
-# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name IfElse
 
-%global common_summary Anaphoric and miscellaneous useful control-flow
-
-%global common_description Anaphoric and miscellaneous useful control-flow.
-
 Name:           ghc-%{pkg_name}
 Version:        0.85
-Release:        1%{?dist}
-Summary:        %{common_summary}
+Release:        2%{?dist}
+Summary:        Anaphoric and miscellaneous control-flow
 
 License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
@@ -23,7 +18,18 @@ BuildRequires:  ghc-mtl-devel
 # End cabal-rpm deps
 
 %description
-%{common_description}
+Anaphoric and miscellaneous useful control-flow.
+
+
+%package devel
+Summary:        Haskell %{pkg_name} library development files
+Requires:       ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
+Requires:       %{name} = %{version}-%{release}
+
+%description devel
+This package provides the Haskell %{pkg_name} library development files.
 
 
 %prep
@@ -38,17 +44,24 @@ BuildRequires:  ghc-mtl-devel
 %ghc_lib_install
 
 
-%ghc_devel_package
+%post devel
+%ghc_pkg_recache
+
 
-%ghc_devel_description
+%postun devel
+%ghc_pkg_recache
 
 
-%ghc_devel_post_postun
+%files -f %{name}.files
+%doc LICENSE
 
 
-%ghc_files LICENSE
+%files devel -f %{name}-devel.files
 
 
 %changelog
+* Thu Jun 06 2013 Jens Petersen <petersen at redhat.com> - 0.85-2
+- update to new simplified Haskell Packaging Guidelines
+
 * Sun Mar 10 2013 Fedora Haskell SIG <haskell at lists.fedoraproject.org> - 0.85-1
 - spec file generated by cabal-rpm-0.7.1


More information about the scm-commits mailing list