ghc-shakespeare/ghc-shakespeare.spec

74 lines
2.2 KiB
RPMSpec
Raw Normal View History

2011-10-08 08:54:54 +00:00
# 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}
2011-11-01 14:24:07 +00:00
Version: 0.10.2
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
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
2011-10-08 09:03:44 +00:00
%if %{undefined without_hscolour}
2011-10-08 08:54:54 +00:00
BuildRequires: hscolour
2011-10-08 09:03:44 +00:00
%endif
# END cabal2spec
2011-10-08 08:54:54 +00:00
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
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