From f8f64f48e06ea7105dc0b313b063f884e1bfdbe1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Oct 2011 17:54:54 +0900 Subject: [PATCH] import (#736368) --- .gitignore | 1 + ghc-shakespeare.spec | 61 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 63 insertions(+) create mode 100644 ghc-shakespeare.spec diff --git a/.gitignore b/.gitignore index e69de29..2017b5b 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/shakespeare-0.10.0.tar.gz diff --git a/ghc-shakespeare.spec b/ghc-shakespeare.spec new file mode 100644 index 0000000..61f4555 --- /dev/null +++ b/ghc-shakespeare.spec @@ -0,0 +1,61 @@ +# For Haskell Packaging Guidelines see: +# - https://fedoraproject.org/wiki/Packaging:Haskell +# - https://fedoraproject.org/wiki/PackagingDrafts/Haskell + +%global pkg_name shakespeare + +# common part of summary for all the subpackages +%global common_summary Haskell compile-time templating library + +# main description used for all the subpackages +%global common_description Shakespeare is a template family for type-safe, efficient templates\ +with simple variable interpolation . Shakespeare templates can be used\ +inline with a quasi-quoter or in an external file. Shakespeare\ +interpolates variables according to the type being inserted. + +Name: ghc-%{pkg_name} +Version: 0.10.0 +Release: 2%{?dist} +Summary: %{common_summary} + +Group: System Environment/Libraries +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 +ExclusiveArch: %{ghc_arches} +BuildRequires: ghc-Cabal-devel +# macros for building haskell packages +BuildRequires: ghc-rpm-macros +BuildRequires: hscolour +BuildRequires: ghc-blaze-html-prof, ghc-failure-prof, ghc-parsec-prof, ghc-process-prof, ghc-template-haskell-prof + +%description +%{common_description} + + +%prep +%setup -q -n %{pkg_name}-%{version} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +# define the shared, devel and prof subpkgs, devel scripts, +# and filelists: ghc-shakespeare.files, ghc-shakespeare-devel.files +%ghc_lib_package + + +%changelog +* Thu Sep 8 2011 Jens Petersen - 0.10.0-2 +- BR ghc-*-prof + +* Wed Sep 7 2011 Jens Petersen - 0.10.0-1 +- BSD license; deps + +* Wed Sep 7 2011 Fedora Haskell SIG - 0.10.0-0 +- initial packaging for Fedora automatically generated by cabal2spec-0.23.2 diff --git a/sources b/sources index e69de29..1d8f8a4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +86469a9ce94805bd8984d2d64d530719 shakespeare-0.10.0.tar.gz