update to simplified Haskell Packaging Guidelines

This commit is contained in:
Jens Petersen 2013-06-04 11:18:09 +09:00
parent 601e363d4a
commit f4ea0e9261

View File

@ -1,16 +1,11 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name transformers-base
%global common_summary Lift computations from the bottom of a transformer stack
%global common_description A port of Haskell monadLib's BaseM typeclass to transformers.
Name: ghc-%{pkg_name}
Version: 0.4.1
Release: 7%{?dist}
Summary: %{common_summary}
Release: 8%{?dist}
Summary: Lift computations from the bottom of a transformer stack
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
@ -23,7 +18,18 @@ BuildRequires: ghc-transformers-devel
# End cabal-rpm deps
%description
%{common_description}
A port of Haskell monadLib's BaseM typeclass to transformers.
%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,18 +44,25 @@ BuildRequires: ghc-transformers-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
* Tue Jun 4 2013 Jens Petersen <petersen@redhat.com> - 0.4.1-8
- update to new simplified Haskell Packaging Guidelines
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild