ghc-blaze-markup/ghc-blaze-markup.spec

68 lines
1.6 KiB
RPMSpec
Raw Normal View History

2012-11-19 10:47:42 +00:00
# https://fedoraproject.org/wiki/Packaging:Haskell
2012-10-25 01:51:26 +00:00
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name blaze-markup
%global common_summary A blazingly fast markup combinator library for Haskell
%global common_description Core modules of a blazingly fast markup combinator library for\
the Haskell programming language. The Text.Blaze module is a good starting\
point, as well as this tutorial: <http://jaspervdj.be/blaze/tutorial.html>.
Name: ghc-%{pkg_name}
2012-10-25 01:57:00 +00:00
Version: 0.5.1.1
2012-11-19 10:47:42 +00:00
Release: 2%{?dist}
2012-10-25 01:51:26 +00:00
Summary: %{common_summary}
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
2012-11-19 10:47:42 +00:00
BuildRequires: ghc-rpm-macros
2012-10-25 01:51:26 +00:00
# Begin cabal-rpm deps:
2012-11-19 10:47:42 +00:00
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-text-devel
2012-10-25 01:51:26 +00:00
# End cabal-rpm deps
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun
%ghc_files LICENSE
%changelog
2012-11-19 10:47:42 +00:00
* Mon Nov 19 2012 Jens Petersen <petersen@redhat.com> - 0.5.1.1-2
- update with cabal-rpm-0.6.5
2012-10-25 01:57:00 +00:00
* Thu Oct 25 2012 Jens Petersen <petersen@redhat.com> - 0.5.1.1-1
- update to 0.5.1.1
2012-10-25 01:51:26 +00:00
* Mon Sep 10 2012 Jens Petersen <petersen@redhat.com> - 0.5.1.0-1
- improve description format
* Mon Sep 10 2012 Fedora Haskell SIG <haskell@lists.fedoraproject.org>
- spec file generated by cabal-rpm-0.6.2