From 8dc7c38c02149ce8a8d7983aee49fd9011b23a43 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Jun 2013 12:49:02 +0900 Subject: [PATCH] update to new simplified Haskell Packaging Guidelines --- ghc-rosezipper.spec | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/ghc-rosezipper.spec b/ghc-rosezipper.spec index fc0b86b..e9366fa 100644 --- a/ghc-rosezipper.spec +++ b/ghc-rosezipper.spec @@ -1,17 +1,11 @@ # https://fedoraproject.org/wiki/Packaging:Haskell -# https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name rosezipper -%global common_summary Generic zipper implementation for Data.Tree - -%global common_description A Haskell data structure for working with locations in\ -trees or forests. - Name: ghc-%{pkg_name} Version: 0.2 -Release: 5%{?dist} -Summary: %{common_summary} +Release: 6%{?dist} +Summary: Generic zipper implementation for Data.Tree License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} @@ -24,7 +18,18 @@ BuildRequires: ghc-containers-devel # End cabal-rpm deps %description -%{common_description} +A Haskell data structure for working with locations in trees or forests. + + +%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 @@ -39,18 +44,25 @@ BuildRequires: ghc-containers-devel %ghc_lib_install -%ghc_devel_package - -%ghc_devel_description +%post devel +%ghc_pkg_recache -%ghc_devel_post_postun +%postun devel +%ghc_pkg_recache -%ghc_files LICENSE +%files -f %{name}.files +%doc LICENSE + + +%files devel -f %{name}-devel.files %changelog +* Fri Jun 07 2013 Jens Petersen - 0.2-6 +- update to new simplified Haskell Packaging Guidelines + * Wed Feb 13 2013 Fedora Release Engineering - 0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild