|
|
@ -1,3 +1,4 @@
|
|
|
|
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
|
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
|
|
|
|
|
|
|
|
|
|
|
%global pkg_name blaze-markup
|
|
|
|
%global pkg_name blaze-markup
|
|
|
@ -10,7 +11,7 @@ point, as well as this tutorial: <http://jaspervdj.be/blaze/tutorial.html>.
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 0.5.1.1
|
|
|
|
Version: 0.5.1.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: %{common_summary}
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -18,12 +19,11 @@ URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-base-devel >= 4, ghc-base-devel < 5
|
|
|
|
BuildRequires: ghc-blaze-builder-devel
|
|
|
|
BuildRequires: ghc-blaze-builder-devel >= 0.2, ghc-blaze-builder-devel < 0.4
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-bytestring-devel >= 0.9, ghc-bytestring-devel < 0.10
|
|
|
|
BuildRequires: ghc-text-devel
|
|
|
|
BuildRequires: ghc-text-devel >= 0.10, ghc-text-devel < 0.12
|
|
|
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -54,6 +54,9 @@ BuildRequires: ghc-text-devel >= 0.10, ghc-text-devel < 0.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Nov 19 2012 Jens Petersen <petersen@redhat.com> - 0.5.1.1-2
|
|
|
|
|
|
|
|
- update with cabal-rpm-0.6.5
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 25 2012 Jens Petersen <petersen@redhat.com> - 0.5.1.1-1
|
|
|
|
* Thu Oct 25 2012 Jens Petersen <petersen@redhat.com> - 0.5.1.1-1
|
|
|
|
- update to 0.5.1.1
|
|
|
|
- update to 0.5.1.1
|
|
|
|
|
|
|
|
|
|
|
|