ghc-shakespeare/ghc-shakespeare.spec

89 lines
2.3 KiB
RPMSpec
Raw Normal View History

2012-01-05 13:39:34 +00:00
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
2011-10-08 08:54:54 +00:00
%global pkg_name shakespeare
%global common_summary Haskell compile-time templating library
%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}
2012-03-23 04:16:47 +00:00
Version: 0.11
2012-03-07 05:46:49 +00:00
Release: 1%{?dist}
2011-10-08 08:54:54 +00:00
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
2011-10-08 09:03:44 +00:00
# BEGIN cabal2spec
2011-10-08 08:54:54 +00:00
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
2012-03-07 05:46:49 +00:00
ExclusiveArch: %{ghc_arches_with_ghci}
2011-10-08 08:54:54 +00:00
BuildRequires: ghc-Cabal-devel
2012-01-05 13:39:34 +00:00
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
2011-10-08 09:03:44 +00:00
# END cabal2spec
2012-01-05 13:39:34 +00:00
BuildRequires: ghc-parsec-prof
BuildRequires: ghc-process-prof
BuildRequires: ghc-template-haskell-prof
2012-03-23 08:34:50 +00:00
BuildRequires: ghc-text-prof
2011-10-08 08:54:54 +00:00
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
2012-01-05 13:39:34 +00:00
%ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun
2012-03-23 04:16:47 +00:00
%ghc_files LICENSE
2011-10-08 08:54:54 +00:00
%changelog
2012-03-23 04:16:47 +00:00
* Fri Mar 23 2012 Jens Petersen <petersen@redhat.com> - 0.11-1
- update to 0.11
- depends on text not blaze-html and failure
2012-03-23 04:16:47 +00:00
2012-03-07 05:46:49 +00:00
* Wed Mar 7 2012 Jens Petersen <petersen@redhat.com> - 0.10.3.1-1
- update to 0.10.3.1
- only build on ghc_arches_with_ghci
2012-01-05 13:39:34 +00:00
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 0.10.2-2
- update to cabal2spec-0.25.2
2011-11-01 14:24:07 +00:00
* Tue Nov 1 2011 Jens Petersen <petersen@redhat.com> - 0.10.2-1
- update to 0.10.2
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.10.1.1-1.1
- rebuild with new gmp without compat lib
2011-10-08 09:03:44 +00:00
* Sat Oct 8 2011 Jens Petersen <petersen@redhat.com> - 0.10.1.1-1
- update to 0.10.1.1
2011-10-08 08:54:54 +00:00
* Thu Sep 8 2011 Jens Petersen <petersen@redhat.com> - 0.10.0-2
- BR ghc-*-prof
* Wed Sep 7 2011 Jens Petersen <petersen@redhat.com> - 0.10.0-1
- BSD license; deps
* Wed Sep 7 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.10.0-0
- initial packaging for Fedora automatically generated by cabal2spec-0.23.2