diff --git a/ghc-binary-shared.spec b/ghc-binary-shared.spec index 073f039..501c343 100644 --- a/ghc-binary-shared.spec +++ b/ghc-binary-shared.spec @@ -1,16 +1,11 @@ # https://fedoraproject.org/wiki/Packaging:Haskell -# https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name binary-shared -%global common_summary Haskell library for sharing binary elements - -%global common_description Provides capability to share elements created by binary package. - Name: ghc-%{pkg_name} Version: 0.8.2 -Release: 4%{?dist} -Summary: %{common_summary} +Release: 5%{?dist} +Summary: Haskell library for sharing binary elements # GPL version is not stated License: GPL+ @@ -27,7 +22,18 @@ BuildRequires: ghc-mtl-devel # End cabal-rpm deps %description -%{common_description} +Provides capability to share elements created by binary package. + + +%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 @@ -42,18 +48,25 @@ BuildRequires: ghc-mtl-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.8.2-5 +- update to new simplified Haskell Packaging Guidelines + * Wed Feb 13 2013 Fedora Release Engineering - 0.8.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild