diff --git a/ghc-IOSpec.spec b/ghc-IOSpec.spec index 4392319..a5a50da 100644 --- a/ghc-IOSpec.spec +++ b/ghc-IOSpec.spec @@ -1,17 +1,11 @@ # https://fedoraproject.org/wiki/Packaging:Haskell -# https://fedoraproject.org/wiki/PackagingDrafts/Haskell %global pkg_name IOSpec -%global common_summary A pure specification of the IO monad - -%global common_description This package consists of several modules,\ -that give a pure specification of functions in the IO monad. - Name: ghc-%{pkg_name} Version: 0.2.5 -Release: 3%{?dist} -Summary: %{common_summary} +Release: 4%{?dist} +Summary: A pure specification of the IO monad License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} @@ -26,7 +20,19 @@ BuildRequires: ghc-mtl-devel # End cabal-rpm deps %description -%{common_description} +This package consists of several modules, +that give a pure specification of functions in the IO monad. + + +%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 @@ -41,19 +47,26 @@ 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 %doc README examples %changelog +* Fri Jun 07 2013 Jens Petersen - 0.2.5-4 +- update to new simplified Haskell Packaging Guidelines + * Wed Feb 13 2013 Fedora Release Engineering - 0.2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild